Install
Connecting SportsClaw to a Machina project
The two CLIs are designed to pair directly. On the Machina side,machina connect resolves your project’s MCP endpoint and pairs it with an auth token in one step:
sse), and token — which SportsClaw’s own mcp add command consumes:
~/.sportsclaw/mcp.json; the token itself is kept separately in ~/.sportsclaw/.env, not written into that config file. Once added, SportsClaw discovers the project’s exposed tools over MCP the same way any other MCP client would — see MCP for what “exposed tools” means on the Machina side (that’s MCP Builder territory).
Related
- Connecting External Agents — the same MCP connection flow for other clients (Claude Code, Cursor, Codex).
connect,mcp— the Machina-side CLI commands used above.- Sports Skills — the open-data layer SportsClaw runs on before/alongside a Machina connection.

