0xMONK MCP Server
About
FereAI's MCP Server - The most powerful Crypto MCP Server.
Details
- Author
- fere-ai
- Downloads
- 257
- Categories
- Other
Jump to
- Create, update, delete, and view trading agents
- Execute buy and sell orders for tokens
- Monitor agent portfolios, holdings, and trade history
- Query ProAgent for market information and real-time crypto prices
- Synchronize agent state with blockchain
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
0xMONK MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install uv, create a virtual environment, and install dependencies from requirements.txt. Configure a .env file with your FereAI API key, then run the server with uv run main.py.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"0xmonk mcp server": {
"mcp-server-fere-ai": {
"command": "uv",
"args": [
"venv"
]
}
}
}
}
McpServers
{
"mcp-server-fere-ai": {
"command": "uv",
"args": [
"venv"
]
}
}
0xMONK MCP Server
A Model Conntext Protocol (MCP) server for interacting with the 0xMONK Trading Agent API.
Overview
This project provides a suite of tools for AI assistants to interact with the 0xMONK API, allowing them to manage trading agents, execute trades, and monitor portfolios.
Features
- Agent Management
- Create, update, and delete trading agents
- View agent details and get all available agents
- Add or remove parent agents (for inheritance)
- Get agents by user ID or Telegram user ID
- Trading Operations
- Execute buy and sell orders for tokens
- Get buy recommendations for agents
- Synchronize agent state with blockchain
- Monitor task status
- Portfolio Management
- Monitor agent portfolios, holdings, and trade history
- Access trading decisions and calls made by agents
- Get wallet details for agents and Telegram users
- ProAgent Interaction
- Query the ProAgent for market information and trading insights
- Get real-time cryptocurrency prices and market data
Installation
1. Clone the repository:
git clone https://github.com/your-username/FereAI-MCP.git
cd FereAI-MCP
2. Install uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
3. Create a virtual environment and install dependencies:
uv venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
uv pip install -r requirements.txt
4. Configure environment variables:
Get your FereAI Key from https://docs.fereai.xyz/docs/api/api_access and set it in the .env file.
```bash
cp .env.example .env
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



