INDIVIDUAL MCP TOOL
get_historical_reaction_context
Summarize the aggregate EURUSD reaction pattern across historical U.
LIVE ENDPOINT
https://fx.coco-pier.com/mcp
Connect to this endpoint to inspect the live schema for get_historical_reaction_context and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fxcontext]
url = "https://fx.coco-pier.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fxcontext": {
"type": "http",
"url": "https://fx.coco-pier.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fxcontext
Remote MCP URL: https://fx.coco-pier.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fxcontext": {
"url": "https://fx.coco-pier.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fxcontext": {
"type": "http",
"url": "https://fx.coco-pier.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fxcontext",
"transport": "streamable-http",
"url": "https://fx.coco-pier.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_central_bank_changes— Compare a central bank monetary-policy statement with its immediately preceding comparable statement and return the material changes in policy language, economic assessment, risk balance, and forward guidance.get_event_context— Retrieve source-grounded event context for supported U.get_historical_analogs— Find and return individual historical U.get_market_reaction— Retrieve deterministic post-event market reaction metrics for an economic release or monetary policy statement.get_upcoming_risks— Retrieve known scheduled macroeconomic and central-bank risks that may affect a supported FX instrument within a future time window.