REI Crypto MCP Server - Beta

by 0xreisearch

Not rated
GitHub

About

A FastMCP implementation of the in-house MCP servers used by Units of the Rei Network.

Details

Author
0xreisearch
Categories
Developer Tools, Other, Finance
Tags
#crypto, #defi, #trading, #research

Setup

Install REI Crypto MCP Server - Beta in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/0xreisearch/crypto-mcp-beta

Follow the installation instructions in the repository README, then restart your MCP client.

A FastMCP implementation of the in-house MCP servers used by Units of the Rei Network.

FastMCP implementation of the in-house MCP servers used by Units of the Rei Network. You can use them without providing API keys at app.reisearch.box or you can use them with other MCP clients deploying them yourself.

Everything is to be considered still in beta. Expect things to be added or changed with no warnings.

- DefiLlama Pro API
- CoinGecko Pro API
- Arkham Intelligence API
- Elfa AI API
- Codex API

Codex at the moment is just used for searching a contract address from the name. Deeper implementation will come in the near future. Codex uses GraphQL for it's query system. Edit the query to hardcode some parameters in case you need stricter filtering.

- Python 3.12
- uvpackage manager
- API keys for the services you plan to use

git clone https://github.com/0xReisearch/crypto-mcp-beta cd crypto-mcp-beta
curl -LsSf https://astral.sh/uv/install.sh | sh

- Create and activate a virtual environment with uv:

uv venv source .venv/bin/activate # On Unix/macOS # or .venv\Scripts\activate # On Windows

- Install dependencies from pyproject.toml:

ARKHAM_API_KEY=<YOUR ARKHAM_API_KEY> CG_API_KEY=<YOUR_CG_API_KEY> DEFILLAMA_API_KEY=<YOUR_DEFILLAMA_API_KEY> CODEX_API_KEY=<YOUR_CODEX_API_KEY> ELFA_API_KEY=<YOUR_ELFA_API_KEY>
# Run DefiLlama server uv run defillama_server.py # Run CoinGecko server uv run cg_server.py # Run Arkham server uv run arkham_server.py # Run Codex server uv run codex_server.py # Run Elfa AI server uv run elfa_server.py

To use these servers with Claude Desktop, you need to configure theclaude_desktop_config.jsonfile. This file is typically located in:

- 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

{ "mcpServers": { "arkham": { "command": "ssh", "args": [ "user@your-host", "cd /path/to/crypto_mcp && /path/to/uv run arkham_server.py" ] }, "coingecko": { "command": "ssh", "args": [ "user@your-host", "cd /path/to/crypto_mcp && /path/to/uv run cg_server.py" ] }, "defillama": { "command": "ssh", "args": [ "user@your-host", "cd /path/to/crypto_mcp && /path/to/uv run defillama_server.py" ] }, "codex": { "command": "ssh", "args": [ "user@your-host", "cd /path/to/crypto_mcp && /path/to/uv run codex_server.py" ] }, "elfa": { "command": "ssh", "args": [ "user@your-host", "cd /path/to/crypto_mcp && /path/to/uv run elfa_server.py" ] } } }

- user@your-host: Your SSH username and host
- /path/to/crypto_mcp: The absolute path to where you cloned this repository
- /path/to/uv: The absolute path to your uv installation (usually in~/.local/bin/uvon Unix systems)

- DefiLlama API Documentation
-
CoinGecko API Documentation
-
Codex API Documentation
-
Elfa AI Api Documentation- Contact Elfa directly for api access.
-
Arkham Intelligence- You need to contact Arkham directly for api access.

If you encounter any issues or have suggestions for improvements:
- For bug reports or feature requests, please open an issue in this repository
- For general feedback or questions, you can leave a comment in the repository discussions

This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.

Provides tools for interacting with the EDUCHAIN blockchain, including wallet, swap, and arbitrage operations on SailFish DEX.

A server for interacting with the Futarchy protocol on the Solana blockchain.

Provides real-time crypto and Web3 intelligence using the Hive Intelligence API.

Interact with the Hyperliquid decentralized exchange by integrating its SDK.

AI-native crypto trading server with 13 tools for market data, order execution, grid strategies, and Cardano DeFi across multiple exchanges.

An MCP server for the Osmosis Agent Toolkit, enabling interactions with the Osmosis blockchain.

Access prediction market data from the PolyMarket API.

An MCP server for the XRP Ledger blockchain, offering tools for wallet operations, token management, NFTs, and DEX trading.

Manage Uniswap and Aerodrome liquidity positions with automated rebalancing and leverage.

Risk Intelligence MCP Server for crypto agents — 52 tools, 72B AI model, 560+ signals, derivatives, on-chain, autonomous trading

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.