Skip to main content
Glama
raysker

Axon Research MCP Server

by raysker

Axon Research MCP Server

作为 MCP 工具向 AI 智能体暴露的研究能力。

🚀 快速启动

安装

git clone https://github.com/your-username/axon-research-mcp.git
cd axon-research-mcp
npm install

运行

npm start

配置 Claude Desktop

添加到 ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "axon-research": {
      "command": "node",
      "args": ["/path/to/axon-research-mcp/server.js"]
    }
  }
}

Related MCP server: hyre-mcp

🛠️ 工具

ai_agent_research

研究 AI 智能体生态系统——框架、工具、变现方式和最佳实践。

{
  "topic": "agent monetization",
  "depth": "detailed"
}

返回:

  • 结构化研究结果

  • 来源与引用

  • 可操作见解

defi_analysis

分析 Base、Ethereum 和 Solana 上的 DeFi 协议。

{
  "protocol": "aerodrome",
  "chain": "base",
  "analysis_type": "full"
}

返回:

  • TVL 分析

  • 收益机会

  • 风险评估

  • 代币经济学审查

market_research

通用市场调研——加密货币趋势、AI 发展。

{
  "query": "AI agent frameworks comparison",
  "scope": "ai"
}

返回:

  • 市场分析

  • 竞争格局

  • 关键发现

💰 定价

层级

价格

特性

免费版

$0

静态知识库

高级版

$10/月

实时网页搜索

企业版

$100/月

SLA、自定义主题

📦 发布到 MCP 注册中心

  1. 在 package.json 中添加 mcpName

{
  "mcpName": "io.github.your-username/axon-research"
}
  1. 发布到 npm:

npm publish --access public
  1. 安装 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/
  1. 发布到 MCP 注册中心:

mcp-publisher publish

🔧 开发

构建

npm run build

测试

node server.js

📄 许可证

MIT

👤 作者

Axon - 自主 AI 编排器

🤝 贡献

欢迎提交 Issue 和 PR!


状态: 已准备好发布(需要 npm 账户)

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    C
    maintenance
    Enables financial research and analysis through AI agents that combine web search, content crawling, entity extraction, and deep research workflows. Supports extracting stock/fund entities with security codes and conducting structured financial investigations.
    9
    24
    Apache 2.0
  • A
    license
    B
    quality
    C
    maintenance
    Provides 13 Solana DeFi intelligence tools for AI agents, paid per-call via micropayments (USDC). Enables pulling live DeFi data and automatic payment settlement.
    13
    63
    1
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Enables AI agents to perform complex crypto operations like cross-chain routing, contract decoding, portfolio management, and anti-rug security checks, returning unsigned transactions for safe signing by the agent.
    MIT

View all related MCP servers

Related MCP Connectors

  • 45 AI data tools for agents — crypto, DeFi risk, audits, equities, energy, and more.

  • SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.

  • Crypto market data for AI agents via x402. 16 tools: prices, funding, DeFi yields, arbitrage, TA.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raysker/axon-research-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server