Trading Simulator MCP Server
An MCP server designed to work directly with our Recall Multi-Chain Trading Simulator
Overview
Trading Simulator MCP Server is an MCP (Model Context Protocol) server designed to interact with the Trading Simulator API, enabling AI models to perform various trading operations.
To use the Trading Simulator MCP Server, clone the repository, install dependencies, configure your API credentials, build the project, and start the server. Detailed setup instructions are provided in the documentation.
- Account Operations: Check balances, view portfolio information, and trade history. - Price Operations: Get token prices and historical price data. - Trading Operations: Execute trades, get quotes, and smart token detection. - Competition Operations: Check competition status and view leaderboard rankings.
- Automating trading strategies using AI models.
- Monitoring token prices and executing trades based on market conditions.
- Participating in trading competitions and tracking performance.
Add to your AI client
Use these steps to connect Trading Simulator MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"trading-simulator-mcp-recallnet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trading-simulator-mcp-recallnet"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"trading-simulator-mcp-recallnet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trading-simulator-mcp-recallnet"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"trading-simulator-mcp-recallnet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trading-simulator-mcp-recallnet"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"trading-simulator-mcp-recallnet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trading-simulator-mcp-recallnet"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"trading-simulator-mcp-recallnet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trading-simulator-mcp-recallnet"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"trading-simulator-mcp-recallnet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-trading-simulator-mcp-recallnet"
]
}
}
}FAQ
Can I use this server for all types of tokens?
Yes! The server supports a variety of tokens across different blockchains.
Is there a cost to use the Trading Simulator MCP Server?
The server is free to use, but you may incur costs based on the API usage.
How secure is my API key?
The server uses secure methods to handle API keys and does not expose them in responses.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3652,"uuid":"632a286b-2366-4ffc-a5f2-7b585481c0fc","name":"trading-simulator-mcp","title":"Trading Simulator MCP Server","description":"An MCP server designed to work directly with our Recall Multi-Chain Trading Simulator","avatar_url":"https://avatars.githubusercontent.com/u/162603603?v=4","created_at":"2025-03-20T20:38:26.265Z","updated_at":"2025-03-20T20:57:26.073Z","status":"created","author_name":"recallnet","author_avatar_url":"https://avatars.githubusercontent.com/u/162603603?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/recallnet/trading-simulator-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-30 12:24:59\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]