MCP · Cursor · Agentic workflows

Live currency data
inside every Cursor agent.

Cursor agents working on pricing, billing, fintech, or global SaaS need current FX data. CurrencyCore's MCP server plugs straight into Cursor's agent mode: live rates, PPP, and historical analysis with no API client to build.

Free on every plan · Works in Cursor agent mode · OAuth sign-in

// ~/.cursor/mcp.json
{
  "mcpServers": {
    "currencycore": {
      "url": "https://mcp.currency-core.com/mcp"
    }
  }
}
Use cases

Built for agents that work with money.

Global SaaS pricing

Cursor agents can fetch live PPP data to recommend market-specific pricing without hardcoding conversion logic.

Invoice generation

Agents building invoicing tools can look up exact historical rates for the invoice date, making auditable records.

Fintech dashboards

Display live rates in dashboards. The agent fetches and formats the data in the same request that writes the component code.

Risk modeling

Agents analyzing FX exposure can pull volatility and correlation data alongside the code they are writing.

Historical backtesting

"What was the USD/EUR rate on 2022-03-01?" is answered with real ECB data, not a hallucinated number.

Multi-market apps

Cursor can check PPP factors while writing localization code, keeping prices accurate at the code generation stage.

FAQ

Common questions

How do I add CurrencyCore MCP to Cursor?

Create or edit .cursor/mcp.json in your project or home directory and add the mcpServers block. Cursor picks up the config on the next agent run. No restart required.

Does CurrencyCore MCP work in Cursor's agent mode?

Yes. Cursor agents discover the tools automatically and call them when relevant. No manual tool selection or prompt engineering needed.

Is this free?

MCP access is included on every CurrencyCore plan including the free tier. Tool calls count as API requests toward your monthly quota.

Currency intelligence
built into your workflow.

Free tier: 1,000 requests per month. MCP included. No credit card required.

Get your free API key View MCP docs