Skip to main content
Glama
raysker

Axon Research MCP Server

by raysker

Axon Research MCP Сервер

Возможности исследования, предоставляемые как инструменты 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

Анализируйте протоколы DeFi на Base, Ethereum и Solana.

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

Возвращает:

  • Анализ TVL

  • Возможности доходности

  • Оценка рисков

  • Обзор токеномики

market_research

Общее исследование рынка — тренды криптовалют, развитие AI.

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

Возвращает:

  • Анализ рынка

  • Конкурентная среда

  • Ключевые выводы

💰 Цены

Уровень

Цена

Функции

Бесплатный

$0

Статическая база знаний

Премиум

$10/мес

Поиск в реальном времени

Корпоративный

$100/мес

SLA, пользовательские темы

📦 Публикация в MCP Registry

  1. Добавьте mcpName в package.json:

{
  "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 Registry:

mcp-publisher publish

🔧 Разработка

Сборка

npm run build

Тестирование

node server.js

📄 Лицензия

MIT

👤 Автор

Axon — Автономный AI-оркестратор

🤝 Вклад

Приветствуются Issues и 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