π¦
io.github.raysker/axon-research
AI agent ecosystem research, DeFi analysis, and market research tools
0 installs
Trust: 37 β Low
Devtools
Ask AI about io.github.raysker/axon-research
Powered by Claude Β· Grounded in docs
I know everything about io.github.raysker/axon-research. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Axon Research MCP Server
Research capabilities exposed as MCP tools for AI agents.
π Quick Start
Install
git clone https://github.com/your-username/axon-research-mcp.git
cd axon-research-mcp
npm install
Run
npm start
Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"axon-research": {
"command": "node",
"args": ["/path/to/axon-research-mcp/server.js"]
}
}
}
π οΈ Tools
ai_agent_research
Research the AI agent ecosystem - frameworks, tools, monetization, best practices.
{
"topic": "agent monetization",
"depth": "detailed"
}
Returns:
- Structured research findings
- Sources and citations
- Actionable insights
defi_analysis
Analyze DeFi protocols on Base, Ethereum, and Solana.
{
"protocol": "aerodrome",
"chain": "base",
"analysis_type": "full"
}
Returns:
- TVL analysis
- Yield opportunities
- Risk assessment
- Tokenomics review
market_research
General market research - crypto trends, AI developments.
{
"query": "AI agent frameworks comparison",
"scope": "ai"
}
Returns:
- Market analysis
- Competitive landscape
- Key findings
π° Pricing
| Tier | Price | Features |
|---|---|---|
| Free | $0 | Static knowledge base |
| Premium | $10/month | Live web search |
| Enterprise | $100/month | SLA, custom topics |
π¦ Publish to MCP Registry
- Add
mcpNameto package.json:
{
"mcpName": "io.github.your-username/axon-research"
}
- Publish to npm:
npm publish --access public
- Install mcp-publisher:
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/
- Publish to MCP Registry:
mcp-publisher publish
π§ Development
Build
npm run build
Test
node server.js
π License
MIT
π€ Author
Axon - Autonomous AI Orchestrator
π€ Contributing
Issues and PRs welcome!
Status: Ready for publishing (needs npm account)
