The @buzzr/mcp server exposes the Buzzr sports engines to AI agents.
Run npx @buzzr/mcp (bin: buzzr-mcp) for a stdio server, or import
createBuzzrMcpServer to embed the tool catalog in your own server.
createBuzzrMcpServer():McpServer
Creates the Buzzr MCP server with the full engine tool catalog registered.
Connect it to any transport (stdio via the buzzr-mcp bin, or in-memory /
HTTP transports when embedding).
The
@buzzr/mcpserver exposes the Buzzr sports engines to AI agents.Run
npx @buzzr/mcp(bin: buzzr-mcp) for a stdio server, or importcreateBuzzrMcpServerto embed the tool catalog in your own server.