Axiom Data Agent
Pricing
Pay per usage
Go to Apify Store
Under maintenance
Axiom Data Agent
Multi-skill AI data agent: SEC EDGAR filings, DeFi analytics, wallet profiling, academic paper search, US macro data (FRED), patent search, and crypto token sentiment. 7 skills, 30+ data endpoints.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Miss Terry
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
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 sellermcp-server/ # MCP server (30 tools)apify/ # Apify Actoragentverse/ # Fetch.ai Agentverse adapterskills/ # 7 skill implementationslib/ # Shared utilities (skill-registry)
Environment Variables
# Optional API keys (per skill)FRED_API_KEY=...ETHERSCAN_API_KEY=...SEC_EDGAR_USER_AGENT=...
License
MIT
