mcpbeat Sign in

Axionquant MCP Server

local only

Axionquant runs on your own machine — the client starts it, so there is no endpoint to ping. 499 installs a week from npm. Last commit 27 Aug 2026.

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

Installs per day peak 349 · avg 23 · +842% w/w
a month agotoday
499
Installs / week
npm · @axionquant/mcp
0
Stars
0 open issues
27 Aug 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check Axionquant every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @axionquant/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@axionquant/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@axionquant/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@axionquant/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@axionquant/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Axionquant

same job, measured the same way
Axionquant
by axionquant

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

local only
SEC EDGAR
by brechanbech

MCP server for SEC EDGAR data — company filings, financial concepts, and company info

local only
A
Unquant
by unquant

Financial data MCP for market, company, news, macro, and US Congress research.

28 tools answering
Financial Hub MCP
by ykshah1309

SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes

67 installs/wk local only
Insightsentry MCP
by rezmeplxrf

MCP server for InsightSentry financial data API - market data, options, screeners, and more

433 installs/wk local only
Alpha Vantage MCP
by alphavantage

Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators

answering
SEC EDGAR Financial Data
by taru0208

Search SEC EDGAR filings, financial statements, and company data.

answering
Codat
by usefulapi

MCP server for Codat — companies, connections, invoices, bills and financial statements.

28 tools answering

Axionquant — questions

Answers built from our own checks of this server.

Why is there no uptime for Axionquant?
Axionquant runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @axionquant/mcp was installed 499 times last week.
How do I connect Axionquant?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @axionquant/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Axionquant?
The npm package @axionquant/mcp was installed 499 times in the last week. Week over week that is +842%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Axionquant open source?
Yes — written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.