
Forex GPT MCP Server
Forex-GPT MCP is a remote MCP server that delivers AI forex and crypto trading analysis with real-time data across 127+ instruments.
About
io.github.hatgit/forex-gpt-mcp exposes Forex-GPT’s hosted Model Context Protocol service for AI-assisted forex and cryptocurrency analysis. Developers shipping trading copilots, alert bots, or personal finance experiments can connect Claude Code, Cursor, or other SSE-capable MCP clients to mcp.forex-gpt.ai with a Bearer token from forex-gpt.ai instead of building chart parsers and news scrapers from zero. The server emphasizes real-time data and analysis across more than one hundred twenty-seven instruments—useful when your product needs narrative plus context around FX and crypto moves. Canonical placement is Build → Integrations because you are consuming a paid or keyed external API, not operating your own exchange stack. Intermediate complexity comes from remote auth, rate limits, and interpreting model-generated trading commentary responsibly. It is a finance data MCP, not a backtesting framework or brokerage order router.
- Remote SSE MCP endpoint at https://mcp.forex-gpt.ai/mcp
- AI-powered forex and crypto trading analysis with real-time data
- Coverage stated for 127+ instruments
- Bearer Authorization token from forex-gpt.ai (required header)
Forex GPT MCP Server by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport sse forex-gpt-mcp https://mcp.forex-gpt.ai/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | SSE |
|---|---|
| Auth | Required |
What it does
Pull AI-driven forex and crypto analysis with real-time quotes across 127+ instruments into your trading assistant or fintech side project.
Who is it for?
Best when you're creating trading journals, signal dashboards, or finance-focused agents and want hosted FX/crypto analysis via MCP.
Skip if: Regulated brokerage execution, fully offline backtesting, or teams that cannot use cloud-hosted market AI APIs.
What you get
Once you add the SSE remote with your forex-gpt.ai Bearer token, your agent can request consolidated forex and crypto analysis without custom market-data plumbing.
- Agent-callable forex and crypto analysis backed by Forex-GPT
- Real-time instrument coverage as advertised (127+ pairs/assets)
- Remote MCP session without maintaining proprietary market-data scrapers
By the numbers
- Remote SSE URL https://mcp.forex-gpt.ai/mcp
- Stated coverage: 127+ instruments
- Server version 1.0.0 in registry metadata
Recommended MCP Servers
How it compares
Hosted finance analysis MCP over SSE, not an open-source charting library or exchange FIX integration.
FAQ
Who is Forex-GPT MCP for?
It is for developers and traders building AI-assisted forex or crypto tools who want real-time analysis through a remote MCP endpoint.
When should I use Forex-GPT MCP?
Use it while building integrations for a trading assistant, research bot, or fintech prototype that needs multi-instrument FX and crypto context from an external service.
How do I add Forex-GPT MCP to my agent?
Register the remote SSE server URL https://mcp.forex-gpt.ai/mcp with Authorization Bearer token from forex-gpt.ai in your MCP client’s remote server settings.