AxionQuant MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AxionQuant MCP ServerWhat's the current price of Apple stock?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AxionQuant MCP Server
Give Claude, ChatGPT, and other LLMs real-time financial data. A Model Context Protocol (MCP) server for the AxionQuant financial data API - covering stocks, crypto, forex, futures, indices, ETFs, economic data, news, sentiment, SEC filings, financials, insider trading, ESG, and credit ratings.
Website · Documentation · Get an API Key
The AxionQuant MCP server plugs directly into Claude Desktop and any other MCP-compatible client, letting an LLM answer natural-language financial questions - stock quotes, crypto prices, SEC filings, earnings transcripts, economic indicators, and more - using live data instead of stale training data.
Why AxionQuant MCP?
100+ tools in one server - market data, fundamentals, alternative data, and macro indicators across every major asset class
Works with any MCP client - Claude Desktop today, and any client that supports stdio transport
Natural-language financial queries - no need to learn an API schema; just ask
One API key, one config block - minimal setup to get an LLM talking to live market data
Related MCP server: FinanceKit MCP
Table of Contents
Installation
npm i @axionquant/mcpConfiguration
Get your free AxionQuant API key
Claude Desktop
Add the following to your Claude Desktop MCP config file to connect AxionQuant's financial data tools:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"axion-financial-data": {
"command": "node",
"args": ["/absolute/path/to/node_modules/@axionquant/mcp/index.js"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}Other MCP Clients
The server uses stdio transport and is compatible with any MCP client. Set the API_KEY environment variable and configure according to your client's documentation.
Available Tools
Stocks
Real-time quotes and historical price data for US and global equities.
Tool | Description |
| List stock tickers, optionally filtered by country or exchange |
| Get current quote/details for a stock ticker |
| Get historical price data (supports |
Crypto
Cryptocurrency pricing and market data.
Tool | Description |
| List cryptocurrency tickers, optionally filtered by type |
| Get current details for a cryptocurrency |
| Get historical price data |
Forex
Foreign exchange rates and currency pair data.
Tool | Description |
| List forex pairs, optionally filtered by country or exchange |
| Get current details for a forex pair |
| Get historical price data |
Futures
Futures contract pricing and market data.
Tool | Description |
| List futures tickers, optionally filtered by exchange |
| Get current details for a futures contract |
| Get historical price data |
Indices
Market index pricing and composition data.
Tool | Description |
| List index tickers, optionally filtered by exchange |
| Get current details for an index |
| Get historical price data |
ETFs
ETF holdings, exposure, and fund metrics.
Tool | Description |
| Get ETF fund information including ratings and metrics |
| Get top holdings with weights, shares, and market value |
| Get all ETF holdings with weights and last updated date |
| Find which ETFs hold a specific stock ticker |
Economics (FRED)
Macroeconomic datasets and calendar events sourced from FRED.
Tool | Description |
| Search for economic datasets |
| Get a time series by dataset ID |
| Get economic calendar events (filterable by country, currency, category, importance) |
News
Market news headlines by company, country, or category.
Tool | Description |
| Get general market news headlines |
| Get news for a specific company |
| Get news for a specific country |
| Get news by category (e.g. |
Sentiment
Social, news, and analyst sentiment scoring.
Tool | Description |
| Get combined sentiment (social + news + analyst) for a ticker |
| Get social media sentiment |
| Get news sentiment |
| Get analyst/AI sentiment |
Profiles
Company profiles, analyst recommendations, and key statistics.
Tool | Description |
| Get full asset profile |
| Get analyst recommendation trend |
| Get key statistics |
| Get summary detail |
| Get earnings and dividend calendar events |
| Get company info / summary profile |
Earnings
Earnings history, trends, and quarterly reports.
Tool | Description |
| Get historical earnings |
| Get earnings trend |
| Get index trend |
| Get earnings report for a specific year and quarter |
SEC Filings
Search and retrieve SEC filings by form type and date.
Tool | Description |
| Get recent filings, optionally filtered by form type |
| Get filings by form type (e.g. |
| List all available SEC form types |
| Search filings by year/quarter |
Financials
Financial statements, historical fundamentals, valuation ratios, and DCF analysis.
Tool | Description |
| Historical revenue |
| Historical net income |
| Historical total assets |
| Historical total liabilities |
| Historical stockholders equity |
| Historical current assets |
| Historical current liabilities |
| Historical operating cash flow |
| Historical capital expenditures |
| Historical free cash flow |
| Historical basic shares outstanding |
| Historical diluted shares outstanding |
| Calculated financial metrics |
| Snapshot of key financial data |
| TTM earnings per share |
| Price-to-earnings ratio |
| Market capitalization |
| Return on equity |
| Enterprise value |
| TTM EBITDA |
| Debt-to-equity ratio |
| DCF valuation (enterprise value, fair price, margin of safety, recommendation) |
| Discount rate / WACC calculation (cost of equity, cost of debt, capital structure) |
Insiders & Ownership
Insider trading activity and institutional ownership data.
Tool | Description |
| Fund ownership data |
| Insider holders (individuals) |
| Institutional ownership |
| Major holders breakdown |
| Net share purchase activity |
| Insider transactions |
ESG
Environmental, social, and governance scoring.
Tool | Description |
| Get ESG (Environmental, Social, Governance) scores for a ticker |
Supply Chain
Company customer, supplier, and peer relationships.
Tool | Description |
| Get a company's customers |
| Get peer companies / competitors |
| Get a company's suppliers |
Credit
Credit ratings from the S&P database.
Tool | Description |
| Search the S&P credit rating database by organization name |
| Get credit ratings for a specific organization by ID |
Web Traffic
Website traffic estimates by company.
Tool | Description |
| Get website traffic data for a company |
Example Queries
Once connected to an LLM like Claude, you can ask natural language questions such as:
"What are the NASDAQ-listed stock tickers?"
"Get Bitcoin's price history for the last 30 days"
"What are SPY's top 10 holdings?"
"Show me Apple's credit rating"
"What's Tesla's ESG score?"
"Who are the main suppliers for AAPL?"
"Get the EUR/USD exchange rate history"
"What SEC filings has Microsoft made this year?"
"Show me NVDA's free cash flow over the last 8 quarters"
"What's the economic calendar for next week?"
Architecture
LLM (Claude, etc.) <--> MCP Server <--> Axion REST APITroubleshooting
Tools not appearing in your LLM client - Restart the client and verify the config file path is correct and absolute.
API requests failing - Check that API_KEY is set correctly in your environment or config. Review server logs for detailed error messages.
Server won't start - Ensure Node.js v18+ is installed and the package is installed via npm i @axionquant/mcp.
FAQ
What is the AxionQuant MCP server? It's a Model Context Protocol server that connects LLMs like Claude to the AxionQuant financial data API, so you can ask natural-language questions about stocks, crypto, earnings, SEC filings, and more instead of writing API calls by hand.
Does the AxionQuant MCP server work with Claude Desktop? Yes - add it to your Claude Desktop config file as shown above. It also works with any client that supports the Model Context Protocol over stdio transport.
Is there a free AxionQuant API key? Yes - you can get a free API key from the AxionQuant dashboard.
What financial data can I query through MCP? Stocks, crypto, forex, futures, indices, and ETFs, plus financial statements, earnings, SEC filings, insider trading, sentiment, news, economic (FRED) data, credit ratings, ESG scores, supply chain relationships, and web traffic estimates - over 100 tools in total.
Get Started
For full API documentation, visit the AxionQuant docs. For support or to obtain an API key, visit axionquant.com.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with access to comprehensive financial data including real-time stock quotes, company fundamentals, financial statements, market analysis, SEC filings, and economic indicators through 253+ tools across 24 categories.853Apache 2.0
- AlicenseAqualityCmaintenanceProvides AI agents with real-time financial market intelligence including stock quotes, crypto data, technical analysis, and portfolio insights. Enables natural language queries for current prices, technical indicators, asset comparisons, and portfolio analysis.176MIT
- FlicenseAqualityDmaintenanceProvides AI assistants with real-time stock prices, financial statements, SEC filings, and analytical tools like DCF valuation and ratio analysis.14

ROIC.ai Financial Data MCPofficial
AlicenseAqualityBmaintenanceEnables AI assistants to access stock prices, financial statements, earnings call transcripts, and fundamental data for 60,000+ public companies via 25 read-only tools.252MIT
Related MCP Connectors
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/axionquant/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server