REI Crypto MCP 服务器 - 测试版
Rei Network 各单位使用的内部 MCP 服务器的 FastMCP 实现。您可以在 app.reisearch.box 上直接使用它们,无需提供 API 密钥,也可以与其他自行部署的 MCP 客户端一起使用。
所有功能都处于测试阶段。预计会在没有任何预警的情况下添加或更改内容。
当前 MCP 服务器:
- DefiLlama Pro API
- CoinGecko Pro API
- 阿卡姆情报 API
- 艾尔法人工智能 API
- Codex API
Codex 目前仅用于根据名称搜索合约地址。更深入的实现将在不久的将来推出。Codex 使用 GraphQL 作为其查询系统。如果您需要更严格的过滤,请编辑查询以硬编码某些参数。
先决条件
- Python 3.12
uv
包管理器- 您计划使用的服务的 API 密钥
安装
- 克隆存储库:
- 安装 uv(如果尚未安装):
- 使用 uv 创建并激活虚拟环境:
- 从 pyproject.toml 安装依赖项:
- 设置环境变量:
使用您的 API 密钥编辑.env
:
运行服务器
您可以单独运行每个服务器:
配置 Claude 桌面
要将这些服务器与 Claude Desktop 一起使用,您需要配置claude_desktop_config.json
文件。此文件通常位于:
- Windows:
%APPDATA%/claude-desktop/claude_desktop_config.json
- macOS:
~/Library/Application Support/claude-desktop/claude_desktop_config.json
- Linux:
~/.config/claude-desktop/claude_desktop_config.json
示例配置:
替换以下内容:
user@your-host
:您的 SSH 用户名和主机/path/to/crypto_mcp
:克隆此存储库的绝对路径/path/to/uv
:uv 安装的绝对路径(在 Unix 系统上通常位于~/.local/bin/uv
中)
API 文档
- DefiLlama API 文档
- CoinGecko API 文档
- Codex API 文档
- Elfa AI Api 文档- 直接联系 Elfa 进行 api 访问。
- Arkham Intelligence - 您需要直接联系 Arkham 以获取 API 访问权限。
反馈
如果您遇到任何问题或有改进建议:
- 对于错误报告或功能请求,请在此存储库中打开一个问题
- 对于一般反馈或问题,您可以在存储库讨论中发表评论
由Rei Network倾情打造
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
FastMCP 实现为 DefiLlama Pro、CoinGecko Pro 和 Arkham Intelligence 提供 API 访问,以检索加密数据,而无需用户管理单独的 API 密钥。
Related MCP Servers
- AsecurityAlicenseAqualityEnables interaction with the CoinGecko Pro API to access cryptocurrency data including price history and market metrics through both MCP and OpenAI function calling.Last updated 2 months ago59JavaScriptMIT License
- AsecurityFlicenseAqualityA FastMCP server implementation that facilitates resource-based access to AI model inference, focusing on image generation through the Replicate API, with features like real-time updates, webhook integration, and secure API key management.Last updated 5 months ago1815Python
- -securityAlicense-qualityFastMCP is a comprehensive MCP server allowing secure and standardized data and functionality exposure to LLM applications, offering resources, tools, and prompt management for efficient LLM interactions.Last updated 6 months ago3PythonMIT License
- -securityFlicense-qualityA production-ready MCP server built with FastAPI, providing an enhanced tool registry for creating, managing, and documenting AI tools for Large Language Models (LLMs).Last updated 5 months ago32Python