The @buzzr/mcp server exposes the Buzzr sports engines to AI agents.
@buzzr/mcp
Run npx @buzzr/mcp (bin: buzzr-mcp) for a stdio server, or import createBuzzrMcpServer to embed the tool catalog in your own server.
npx @buzzr/mcp
createBuzzrMcpServer
Registers one Buzzr tool through the SDK's native registry. The transport schema accepts an argument object while advertising the full discovery schema; the handler then owns bounded validation and error serialization.
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.