API ReferenceMCP Protocol
MCP Overview
Model Context Protocol endpoints
MCP Protocol Endpoints
The AltSportsLeagues backend exposes MCP (Model Context Protocol) endpoints for AI agent integration.
Core Endpoints
GET /mcp/sse— SSE endpoint for MCP streamingPOST /mcp/messages— Send MCP messagesGET /mcp/tools— List all available MCP toolsGET /mcp/info— Server infoGET /mcp/health— Health check
Tool Execution
POST /mcp/call-tool— Call a specific MCP toolGET /mcp/tools/{server_name}— List tools for a specific serverPOST /mcp/orchestrate— Orchestrate multi-tool MCP workflows