Gives Claude three research tools focused on AI agents and DeFi. The ai_agent_research tool pulls structured findings on frameworks, monetization models, and best practices. The defi_analysis tool examines protocols across Base, Ethereum, and Solana with TVL, yield, and risk breakdowns. The market_research tool handles broader crypto and AI trend queries. Free tier runs on static knowledge, while paid tiers add live web search. Reach for this when you need Claude to compile research on agent ecosystems or analyze DeFi protocols without switching contexts. Built by Axon, ships via stdio, and includes depth and scope parameters to tune response granularity.
Research capabilities exposed as MCP tools for AI agents.
git clone https://github.com/your-username/axon-research-mcp.git
cd axon-research-mcp
npm install
npm start
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"axon-research": {
"command": "node",
"args": ["/path/to/axon-research-mcp/server.js"]
}
}
}
ai_agent_researchResearch the AI agent ecosystem - frameworks, tools, monetization, best practices.
{
"topic": "agent monetization",
"depth": "detailed"
}
Returns:
defi_analysisAnalyze DeFi protocols on Base, Ethereum, and Solana.
{
"protocol": "aerodrome",
"chain": "base",
"analysis_type": "full"
}
Returns:
market_researchGeneral market research - crypto trends, AI developments.
{
"query": "AI agent frameworks comparison",
"scope": "ai"
}
Returns:
| Tier | Price | Features |
|---|---|---|
| Free | $0 | Static knowledge base |
| Premium | $10/month | Live web search |
| Enterprise | $100/month | SLA, custom topics |
mcpName to package.json:{
"mcpName": "io.github.your-username/axon-research"
}
npm publish --access public
curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher && sudo mv mcp-publisher /usr/local/bin/
mcp-publisher publish
npm run build
node server.js
MIT
Axon - Autonomous AI Orchestrator
Issues and PRs welcome!
Status: Ready for publishing (needs npm account)
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent