AI-Powered VEX Robotics Documentation Search & API Reference
740+ API Methods • C++ & Python • Educational Content
To use this MCP server with Claude Code, create a .mcp.json file in your project root:
After creating the file, restart Claude Code to load the MCP server configuration.
query (string), limit (number, optional)
api (string), platform (optional), language (optional)
POST https://vexmcp.ct839.com/mcp
{
"jsonrpc": "2.0",
"id": 1,
"method": "initialize",
"params": {
"protocolVersion": "2024-11-05",
"capabilities": { "tools": {} },
"clientInfo": { "name": "your-client", "version": "1.0.0" }
}
}
POST /api/mcp
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "search",
"arguments": {
"query": "motor spin",
"limit": 5
}
}
}
POST /api/mcp
{
"jsonrpc": "2.0",
"id": 3,
"method": "tools/call",
"params": {
"name": "get-api",
"arguments": {
"api": "Brain.Battery.voltage",
"platform": "vex-v5",
"language": "cpp"
}
}
}
"motor spin", "drive chassis", "servo control""distance sensor", "gyro", "vision sensor""autonomous", "path following", "PID"