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 claude
Apify 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