{ "name": "@axionquant/mcp", "version": "1.1.2", "description": "Official Model Context Protocol (MCP) server for the AxionQuant financial data API. Give Claude, GPT, and other LLMs real-time and historical stock, crypto, forex, futures, and economic data, plus SEC filings and company financials.", "type": "module", "mcpName": "io.github.axionquant/axionquant", "bin": { "axion-mcp": "index.js" }, "scripts": { "start": "node index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "axionquant", "axion", "claude", "claude-desktop", "llm", "ai-agent", "financial-data", "financial-api", "stock-api", "market-data", "crypto-api", "cryptocurrency", "forex-api", "futures-api", "etf", "sec-filings", "economic-data", "fred", "quant", "quantitative-finance", "typescript", "nodejs" ], "author": "AxionQuant (https://axionquant.com)", "license": "MIT", "main": "index.js", "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/axionquant/mcp-server.git" }, "bugs": { "url": "https://github.com/axionquant/mcp-server/issues" }, "homepage": "https://axionquant.com" }