Back to Browse

Axionquant MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

About

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

Security Report

6.2
Moderate6.2Moderate Risk

The AxionQuant MCP server is a well-structured financial data client with proper authentication via API key and appropriate permission scoping for its purpose. The code demonstrates good practices with secure token handling, proper error handling, and input validation. Minor code quality issues and a lack of rate-limiting awareness prevent a higher score, but no critical security vulnerabilities were identified. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.

3 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your API key for the serviceRequired

Environment variable: YOUR_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-axionquant-axionquant": {
      "env": {
        "YOUR_API_KEY": "your-your-api-key-here"
      },
      "args": [
        "-y",
        "@axionquant/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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.

npm version npm downloads License: MIT

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

Table of Contents

Installation

npm i @axionquant/mcp

Configuration

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.

ToolDescription
stocks_tickersList stock tickers, optionally filtered by country or exchange
stocks_quoteGet current quote/details for a stock ticker
stocks_pricesGet historical price data (supports from, to, frame)

Crypto

Cryptocurrency pricing and market data.

ToolDescription
crypto_tickersList cryptocurrency tickers, optionally filtered by type
crypto_quoteGet current details for a cryptocurrency
crypto_pricesGet historical price data

Forex

Foreign exchange rates and currency pair data.

ToolDescription
forex_tickersList forex pairs, optionally filtered by country or exchange
forex_quoteGet current details for a forex pair
forex_pricesGet historical price data

Futures

Futures contract pricing and market data.

ToolDescription
futures_tickersList futures tickers, optionally filtered by exchange
futures_quoteGet current details for a futures contract
futures_pricesGet historical price data

Indices

Market index pricing and composition data.

ToolDescription
indices_tickersList index tickers, optionally filtered by exchange
indices_quoteGet current details for an index
indices_pricesGet historical price data

ETFs

ETF holdings, exposure, and fund metrics.

ToolDescription
etf_fundGet ETF fund information including ratings and metrics
etf_holdingsGet top holdings with weights, shares, and market value
etf_holdings_allGet all ETF holdings with weights and last updated date
etf_exposureFind which ETFs hold a specific stock ticker

Economics (FRED)

Macroeconomic datasets and calendar events sourced from FRED.

ToolDescription
econ_searchSearch for economic datasets
econ_datasetGet a time series by dataset ID
econ_calendarGet economic calendar events (filterable by country, currency, category, importance)

News

Market news headlines by company, country, or category.

ToolDescription
news_generalGet general market news headlines
news_tickerGet news for a specific company
news_countryGet news for a specific country
news_categoryGet news by category (e.g. business, technology)

Sentiment

Social, news, and analyst sentiment scoring.

ToolDescription
sentiment_allGet combined sentiment (social + news + analyst) for a ticker
sentiment_socialGet social media sentiment
sentiment_newsGet news sentiment
sentiment_analystGet analyst/AI sentiment

Profiles

Company profiles, analyst recommendations, and key statistics.

ToolDescription
profiles_profileGet full asset profile
profiles_recommendationGet analyst recommendation trend
profiles_statisticsGet key statistics
profiles_summaryGet summary detail
profiles_calendarGet earnings and dividend calendar events
profiles_infoGet company info / summary profile

Earnings

Earnings history, trends, and quarterly reports.

ToolDescription
earnings_historyGet historical earnings
earnings_trendGet earnings trend
earnings_indexGet index trend
earnings_reportGet earnings report for a specific year and quarter

SEC Filings

Search and retrieve SEC filings by form type and date.

ToolDescription
filings_recentGet recent filings, optionally filtered by form type
filings_formsGet filings by form type (e.g. 10-K, 8-K)
filings_list_formsList all available SEC form types
filings_searchSearch filings by year/quarter

Financials

Financial statements, historical fundamentals, valuation ratios, and DCF analysis.

ToolDescription
financials_revenueHistorical revenue
financials_net_incomeHistorical net income
financials_total_assetsHistorical total assets
financials_total_liabilitiesHistorical total liabilities
financials_stockholders_equityHistorical stockholders equity
financials_current_assetsHistorical current assets
financials_current_liabilitiesHistorical current liabilities
financials_operating_cash_flowHistorical operating cash flow
financials_capital_expendituresHistorical capital expenditures
financials_free_cash_flowHistorical free cash flow
financials_shares_outstanding_basicHistorical basic shares outstanding
financials_shares_outstanding_dilutedHistorical diluted shares outstanding
financials_metricsCalculated financial metrics
financials_snapshotSnapshot of key financial data
financials_epsTTM earnings per share
financials_pePrice-to-earnings ratio
financials_market_capMarket capitalization
financials_roeReturn on equity
financials_enterprise_valueEnterprise value
financials_ebitdaTTM EBITDA
financials_debt_to_equityDebt-to-equity ratio
financials_dcf_valueDCF valuation (enterprise value, fair price, margin of safety, recommendation)
financials_dcf_rateDiscount rate / WACC calculation (cost of equity, cost of debt, capital structure)

Insiders & Ownership

Insider trading activity and institutional ownership data.

ToolDescription
insiders_fundsFund ownership data
insiders_individualsInsider holders (individuals)
insiders_institutionsInstitutional ownership
insiders_ownershipMajor holders breakdown
insiders_activityNet share purchase activity
insiders_transactionsInsider transactions

ESG

Environmental, social, and governance scoring.

ToolDescription
esg_dataGet ESG (Environmental, Social, Governance) scores for a ticker

Supply Chain

Company customer, supplier, and peer relationships.

ToolDescription
supply_chain_customersGet a company's customers
supply_chain_peersGet peer companies / competitors
supply_chain_suppliersGet a company's suppliers

Credit

Credit ratings from the S&P database.

ToolDescription
credit_searchSearch the S&P credit rating database by organization name
credit_ratingsGet credit ratings for a specific organization by ID

Web Traffic

Website traffic estimates by company.

ToolDescription
webtraffic_trafficGet 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 API

Troubleshooting

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

Reviews

No reviews yet

Be the first to review this server!