@llmquant/data-mcp
v0.1.4
Published
LLMQuant Data MCP server — wiki, paper, crypto, and equity data tools for AI agents.
Readme
@llmquant/data-mcp
MCP server for LLMQuant Data — search wiki articles, read research papers, query crypto klines, fetch US equity prices, and browse/read SEC filings from any MCP-compatible AI client.
Quick Start
npx -y @llmquant/data-mcpClient Configuration
Add this to your MCP client config (Claude Desktop, Cursor, Gemini CLI, etc.):
{
"mcpServers": {
"llmquant-data": {
"command": "npx",
"args": ["-y", "@llmquant/data-mcp"],
"env": {
"LLMQUANT_API_KEY": "<your-api-key>"
}
}
}
}Environment Variables
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| LLMQUANT_API_KEY | Yes | — | Your LLMQuant Data API key |
| LLMQUANT_BASE_URL | No | https://api.llmquantdata.com | API base URL |
| LLMQUANT_API_TIMEOUT_MS | No | 15000 | Request timeout in milliseconds (max 120000) |
Available Tools
| Tool | Description |
|------|-------------|
| wiki_search | Search financial wiki articles by keyword |
| wiki_read | Read a specific wiki article by ID |
| paper_search | Semantic search over paper knowledge cards |
| paper_read | Read one or more sections from a paper card |
| crypto_historical_klines | Query historical crypto OHLCV candlestick data (Binance Spot) |
| crypto_snapshot | Get current crypto price snapshot (24h stats) |
| equity_historical_prices | Query US equity historical daily OHLCV + dividend/split data |
| sec_filing_browse | Browse SEC 10-K / 10-Q filing metadata for a ticker |
| sec_filing_read | Read section text from a specific SEC filing |
Requirements
- Node.js >= 20
- An active LLMQuant Data API key
License
MIT
