Built for AI agents

Macro intelligence
for FX agents.

Structured economic events, central-bank changes
and market context — ready for your agent.

Connect MCP

Works with Claude · ChatGPT · Codex · Copilot · Gemini · custom agents

You

What could move EURUSD in the next 24 hours?

FXContextTool call: get_upcoming_risks

Key risks for EURUSD (next 24h)

HIGH
US CPI (Sep)Tue, 14:30 UTC
USD

Inflation momentum may increase volatility.

MEDIUM
ECB Schnabel speechTue, 18:00 UTC
EUR

May provide further guidance on policy.

LOW
US Treasury auctionWed, 02:00 UTC
USD

Monitor for market liquidity impact.

Context

USD inflation momentum has accelerated over the last 3 releases. Similar CPI events moved EURUSD by ~0.6% on average in the first hour.

Illustrative preview · sample data and planned risk analysis

The FXContext toolkit

Explore the tool catalog

From the next release to the last market reaction. Find the context your agent needs.

View all documentation

5 of 5 tools

Economic events

Economic event context

Retrieve structured factual context for supported economic releases.

get_event_context
View details
  • event observations
  • headline and core metrics
  • revision information
  • affected currencies
  • release timestamps
  • official source provenance
get_event_context({
  "eventType": "US_CPI"
})

Use it when an agent needs the latest or historical facts for a supported macroeconomic release.

Read documentation
Central banks

Central-bank policy changes

Compare a monetary-policy statement with its immediately preceding statement and identify material changes.

get_central_bank_changes
View details
  • overall policy shift
  • current policy bias
  • policy action
  • inflation language changes
  • labor-market changes
  • growth assessment
  • forward guidance
  • risk balance
  • source-grounded evidence
get_central_bank_changes({
  "centralBank": "FEDERAL_RESERVE"
})

Use it when an agent needs to understand what actually changed between central-bank meetings.

Read documentation
Market analysis

Post-event market reaction

Retrieve deterministic EURUSD price-action metrics following a supported macroeconomic event or central-bank statement.

get_market_reaction
View details

Reaction windows: 5 minutes · 15 minutes · 1 hour · 4 hours · 24 hours

  • start and end price
  • return
  • high and low
  • maximum upside move
  • maximum downside move
  • trading range
get_market_reaction({
  "targetType": "US_CPI",
  "instrument": "EURUSD"
})

Use it when an agent needs to understand how EURUSD reacted after an event without relying on generated market commentary.

Read documentation
Economic events

Upcoming macro risks

See scheduled CPI releases and central-bank decisions that could affect EURUSD.

get_upcoming_risks
View details
  • official release calendars
  • scheduled event times
  • CPI, Federal Reserve and ECB events
get_upcoming_risks({
  "instrument": "EURUSD",
  "horizonHours": 24
})

Look ahead up to 168 hours. Returns scheduled events only, with an empty list when none fall within the window.

Read documentation
Market analysis

Historical event analogs

Find similar past US CPI surprises and compare their observed EURUSD reactions.

get_historical_analogs
View details
  • similar historical releases
  • surprise-profile similarity
  • aggregate reaction statistics
  • M5-to-H1 persistence
get_historical_analogs({
  "eventType": "US_CPI",
  "instrument": "EURUSD",
  "limit": 5
})

Compare past outcomes using deterministic calculations. Historical observations are not forecasts. Optional referencePeriod: YYYY-MM; limit: 1–20.

Read documentation

Structured context for your agent. No trading recommendations or predictive signals.

Multi-tool orchestration

One question, multiple sources of context

An agent can combine FXContext tools instead of treating every capability independently.

For example:

User
“What changed in the latest Fed statement, and how did EURUSD react afterward?”
Agent
get_central_bank_changes({
  "centralBank": "FEDERAL_RESERVE"
})

+

get_market_reaction({
  "targetType": "FEDERAL_RESERVE",
  "instrument": "EURUSD"
})

FXContext provides the structured evidence.

The agent decides how to use it in the final answer.

Architecture

From official sources to agent context

Official sources

BLS · Federal Reserve · ECB

FXContext Core

Normalized factsStructured policy analysisDeterministic market reaction

MCP

Standard protocol transport

AI agents

Claude · Cursor · Custom

FXContext keeps factual source data separate from interpretation and keeps market-reaction calculations deterministic.

Integration

Connect any compatible MCP client

Connect your agent client to https://fx.coco-pier.com/mcp

Or use the REST API for direct application integration.

{
  "mcpServers": {
    "fxcontext": {
      "url": "https://fx.coco-pier.com/mcp"
    }
  }
}
View integration docs

Local or remote MCP client configuration. Adjust endpoint as needed.