loading…
Search for a command to run...
loading…
Connects AI assistants to 500+ financial data tools from 40+ providers via the Model Context Protocol, enabling natural language queries for financial data.
Connects AI assistants to 500+ financial data tools from 40+ providers via the Model Context Protocol, enabling natural language queries for financial data.
Python 3.10+ License: MIT MCP Protocol Providers Tools GitHub stars
Connect AI assistants (Claude Desktop, Cursor, Windsurf) to 500+ financial data tools from QuantJourney using the Model Context Protocol (MCP).
QuantJourney API offers a unified financial data platform that aggregates 40+ data providers (FMP, FRED, Yahoo Finance, SEC, CCXT, and more) into a single API and MCP. One account, one authentication — access to all providers.
.env file support, works out of the boxgit clone https://github.com/QuantJourneyOrg/mcp-server.git
cd mcp-server
pip install .
Or with requirements only:
pip install -r requirements.txt
.env File[email protected]
QJ_MCP_PASSWORD=your-password
Or use an API key instead:
QJ_MCP_API_KEY=QJ_live_xxxxxxxxxxxxxxxx
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"quantjourney": {
"command": "python",
"args": ["/absolute/path/to/mcp-server/server.py"],
"env": {
"QJ_MCP_EMAIL": "[email protected]",
"QJ_MCP_PASSWORD": "your-password"
}
}
}
}
Tip: If you created a
.envfile, you can omit theenvblock entirely.
Restart Claude and look for the MCP tools icon (🔧). Start asking financial questions!
| Environment Variable | Description | Required |
|---|---|---|
QJ_MCP_EMAIL |
Your QuantJourney email | Yes* |
QJ_MCP_PASSWORD |
Your QuantJourney password | Yes* |
QJ_MCP_API_KEY |
API key (alternative to email/password) | Yes* |
QJ_MCP_BEARER |
Raw JWT token (advanced) | No |
QJ_MCP_BASE_URL |
API URL (default: https://api.quantjourney.cloud) |
No |
* Either email/password or API key is required.
Once configured, try these in Claude:
Fundamentals & Valuation
Market Data
Macro & Economics
Sentiment & Alternative
Crypto
📸 More examples with screenshots → EXAMPLES.md
| Provider | Tools | Description |
|---|---|---|
| FMP | 81 | Financial Modeling Prep — fundamentals, statements |
| FRED | 80 | Federal Reserve Economic Data |
| Yahoo Finance | 73 | Real-time quotes, historical data |
| EOD | 61 | EOD Historical Data |
| MULTPL | 38 | Market multiples and valuations |
| CNN | 32 | Fear & Greed Index, sentiment |
| SEC | 22 | SEC EDGAR filings |
| CCXT | 21 | Crypto exchange data |
.env or Claude configpython server.py runs without errors from terminalMIT License — see LICENSE
Run in your terminal:
claude mcp add quantjourney-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.