← fxmacrodata.com
INDIVIDUAL MCP TOOL
macro_news
Return recent official central-bank news and press-release headlines for a currency.
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 endpoint
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.fx-macrodata-api]
url = "https://fxmacrodata.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fx-macrodata-api": {
"type": "http",
"url": "https://fxmacrodata.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fx-macrodata-api
Remote MCP URL: https://fxmacrodata.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": {
"fx-macrodata-api": {
"url": "https://fxmacrodata.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fx-macrodata-api": {
"type": "http",
"url": "https://fxmacrodata.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fx-macrodata-api",
"transport": "streamable-http",
"url": "https://fxmacrodata.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ping— Quick health check that confirms the FXMacroData API and MCP server are reachable.mcp_capabilities— Explain what the FXMacroData MCP server can do, which tools render MCP Apps, which tools return plain rows, what is public versus subscriber-only, and how to choose tools across ChatGPT, Claude, Cursor, Codex, and plain MCP clients.mcp_auth_guide— Explain which authentication mode to use for FXMacroData MCP across major clients and platforms.subscribe_for_mcp_access— Open subscription options when a user needs to unlock MCP app visuals, charts, and advanced analytical tools.data_catalogue— List every macroeconomic indicator FXMacroData publishes for a currency, with units, frequency, and coverage/freshness metadata.risk_sentiment— Return the global risk-on/risk-off sentiment series used for FX regime analysis.release_calendar— Get upcoming scheduled macroeconomic release timestamps for a currency.release_calendar_visual_artifact— Same payload as release_calendar, but named as an explicit visual artifact tool so compatible MCP Apps clients render the interactive Release Calendar App inline.