AltSportsLeagues
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 streaming
  • POST /mcp/messages — Send MCP messages
  • GET /mcp/tools — List all available MCP tools
  • GET /mcp/info — Server info
  • GET /mcp/health — Health check

Tool Execution

  • POST /mcp/call-tool — Call a specific MCP tool
  • GET /mcp/tools/{server_name} — List tools for a specific server
  • POST /mcp/orchestrate — Orchestrate multi-tool MCP workflows

On this page