Skip to content
Back to fxmacrodata

Card snapshot

fxmacrodata.com · 2026-06-17 02:48:07 UTC · 74e4ba899ffe0a5c1014ffff3db4a453101c3708c679b08881d0a6badf476725

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schema_version": "2026-06-15",
  "name": "fxmacrodata",
  "display_name": "FXMacroData Macro Research Agent",
  "description": "Read-only macroeconomic and central-bank data agent for FX research, economic calendars, policy rates, inflation, COT, commodities, bond yields, and FX spot context.",
  "url": "https://fxmacrodata.com",
  "provider": {
    "name": "FXMacroData",
    "url": "https://fxmacrodata.com",
    "contact": "info@fxmacrodata.com"
  },
  "version": "1.0.0",
  "default_input_modes": [
    "text/plain",
    "application/json"
  ],
  "default_output_modes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": false,
    "push_notifications": false,
    "state_transition_history": false,
    "read_only": true,
    "mcp": true,
    "openapi": true,
    "oauth2_pkce": true,
    "api_key_query": true
  },
  "authentication": {
    "schemes": [
      "oauth2_pkce",
      "api_key_query"
    ],
    "oauth2": {
      "authorization_server": "https://fxmacrodata.com/.well-known/oauth-authorization-server",
      "scopes": [
        "fxmacrodata.read"
      ]
    },
    "api_key_query": {
      "parameter": "api_key",
      "instructions": "Append ?api_key=YOUR_API_KEY to API or MCP requests."
    }
  },
  "endpoints": {
    "mcp": "https://fxmacrodata.com/mcp",
    "mcp_discovery": "https://fxmacrodata.com/.well-known/mcp.json",
    "openapi": "https://fxmacrodata.com/api/openapi.json",
    "chatgpt_actions_openapi": "https://fxmacrodata.com/api/openapi.chatgpt.json",
    "llms": "https://fxmacrodata.com/llms.txt",
    "llms_agents": "https://fxmacrodata.com/llms-agents.txt",
    "ai_surface_index": "https://fxmacrodata.com/ai-surface-index.json",
    "ai_snippets": "https://fxmacrodata.com/ai-snippets.json",
    "chatgpt_landing": "https://fxmacrodata.com/chatgpt",
    "ai_macro_data": "https://fxmacrodata.com/ai-macro-data",
    "data_coverage": "https://fxmacrodata.com/data-coverage"
  },
  "skills": [
    {
      "id": "macro_indicator_lookup",
      "name": "Macro indicator lookup",
      "description": "Fetch official-source inflation, policy-rate, GDP, employment, trade, money-supply, and other macro series.",
      "examples": [
        "Get the latest USD inflation data.",
        "Compare AUD and NZD policy-rate history."
      ]
    },
    {
      "id": "economic_release_calendar",
      "name": "Economic release calendar",
      "description": "Find upcoming macroeconomic releases and central-bank events by currency.",
      "examples": [
        "What are the next USD releases this week?",
        "Show upcoming JPY central-bank events."
      ]
    },
    {
      "id": "fx_pair_context",
      "name": "FX pair context",
      "description": "Combine spot context, carry/rate spread, macro indicators, release risk, and event timing for FX pairs.",
      "examples": [
        "Summarize EUR/USD macro risk this week.",
        "What is the USD/JPY policy-rate spread?"
      ]
    },
    {
      "id": "ai_agent_data_source",
      "name": "AI agent data source",
      "description": "Provide structured macro data to ChatGPT, OpenAI Agents, MCP clients, and other read-only research agents.",
      "examples": [
        "Use FXMacroData as the MCP source for a macro analyst agent.",
        "Build an OpenAI agent that monitors CPI release risk."
      ]
    }
  ],
  "safety": {
    "read_only": true,
    "does_not_place_trades": true,
    "does_not_provide_personalized_financial_advice": true,
    "requires_user_api_key_for_protected_data": true
  },
  "links": {
    "documentation": "https://fxmacrodata.com/documentation",
    "mcp_docs": "https://fxmacrodata.com/documentation/mcp-server",
    "data_coverage": "https://fxmacrodata.com/data-coverage",
    "terms": "https://fxmacrodata.com/terms",
    "privacy": "https://fxmacrodata.com/privacy",
    "custom_gpt": "https://chatgpt.com/g/g-6a2547b31aac8191b0442745c65e47c8-forex-macro-research-fxmacrodata"
  },
  "tags": [
    "forex",
    "macroeconomics",
    "central-banks",
    "economic-calendar",
    "inflation",
    "policy-rates",
    "mcp",
    "openai-agents",
    "chatgpt"
  ]
}