axiom-data-mcp
v1.0.1
Published
Financial & research data MCP server — SEC filings, DeFi analytics, wallet profiling, academic papers, US macro data, patent search, token sentiment. 30 tools for AI agents.
Downloads
231
Maintainers
Readme
axiom — Multi-Market AI Data Agent
AI agent providing 7 financial & research data skills. Deployed simultaneously across multiple agent marketplaces.
Skills
| Skill | API | Description | |-------|-----|-------------| | SEC EDGAR | SEC (free) | Search 10-K, 10-Q, 8-K and other US filings | | DeFi Analytics | DefiLlama (free) | TVL, yield, stablecoin analysis | | Wallet Profiler | Etherscan V2 | Wallet balance, TX, NFT lookup | | Paper Search | Semantic Scholar (free) | Academic paper search | | US Macro Data | FRED | Interest rates, GDP, CPI and other indicators | | Patent Search | USPTO PatentsView | US patent search | | Token Sentiment | CoinGecko (free) | Crypto sentiment analysis |
Marketplaces
| Market | Status | URL | |--------|--------|-----| | npm | Live | axiom-data-mcp | | MCPize | Live | axiom-mcp | | Apify | Live | Actor | | Virtuals ACP | Live | Agent | | Fetch.ai Agentverse | Live | Agent |
Quick Start
MCP Server (Claude Desktop / Cursor)
{
"mcpServers": {
"axiom": {
"command": "npx",
"args": ["-y", "axiom-data-mcp"],
"env": {
"FRED_API_KEY": "your-key",
"ETHERSCAN_API_KEY": "your-key"
}
}
}
}Or install via MCPize:
npx -y mcpize connect @devjiro76/axiom-mcp --client claudeApify Actor
Run via Apify Console or API.
Project Structure
adapters/
virtuals-acp/ # Virtuals Protocol ACP seller
mcp-server/ # MCP server (30 tools)
apify/ # Apify Actor
agentverse/ # Fetch.ai Agentverse adapter
skills/ # 7 skill implementations
lib/ # Shared utilities (skill-registry)Environment Variables
# Optional API keys (per skill)
FRED_API_KEY=...
ETHERSCAN_API_KEY=...
SEC_EDGAR_USER_AGENT=...License
MIT
