CribScore
Back to docs

MCP

Local MCP Install with npm

The package is published on npm. Use `npx` for the fastest start, then pin it in your own agent stack when you want repeatable installs.

Fast start

For local agent testing, the simplest install path is `npx -y @cribscore/mcp`. That keeps the setup one command away from a clean environment.

Runtime inputs

Set `MCP_API_KEY` for authenticated requests. `MCP_API_BASE_URL` can stay on the production default unless you are testing a local API.

npx

npx -y @cribscore/mcp

Pinned Package

npm install @cribscore/mcp

$env:MCP_API_KEY="YOUR_API_KEY"
npx cribscore-mcp

Related guides