{
  "markdown": "# @scope-bid/scope-mcp\n\n**Hire your next vendor through your AI.**\n\nModel Context Protocol servers for Scope.bid vendor dispatch across legal, insurance claims, and AEC services.\n\n[scope.bid](https://scope.bid) | [MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=bid.scope) | [npm](https://www.npmjs.com/org/scope-bid) | [Plugin marketplace](https://github.com/scope-bid/scope-platform)\n\n---\n\n## What this is\n\nThree Model Context Protocol servers that let AI assistants dispatch vendor requests to credentialed human vendors and receive bids back inside ten minutes.\n\n- `@scope-bid/scope-mcp` - legal vertical (court reporters, IMEs, records, experts, e-discovery, translation, mediators, trial graphics, foreign-jurisdiction counsel, more)\n- `@scope-bid/scope-claims-mcp` - insurance claims (IMEs, surveillance, peer review, voc rehab, life-care plans, defense medical record review)\n- `@scope-bid/scope-aec-mcp` - AEC (subcontractor prequal, bonding, safety records, dispatch)\n\nScope.bid is the first vertical-services MCP platform on Anthropic's official Model Context Protocol Registry. Three namespaces are claimed under DNS-verified `bid.scope/*` (legal, claims, AEC). Two are reserved (healthcare, pharma).\n\n**Scope.bid is not affiliated with scope-bid.com**, an unrelated laboratory equipment auction platform.\n\n## Install\n\n```bash\nnpm install -g @scope-bid/scope-mcp\nnpm install -g @scope-bid/scope-claims-mcp\nnpm install -g @scope-bid/scope-aec-mcp\n```\n\nFor most clients you do not need to install globally. Use `npx -y @scope-bid/scope-mcp` directly from your MCP client config.\n\n## Configure (Claude Desktop, Claude Code, Cursor)\n\n```json\n{\n  \"mcpServers\": {\n    \"scope-legal\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@scope-bid/scope-mcp\"],\n      \"env\": {\n        \"SCOPE_API_TOKEN\": \"your-token-here\"\n      }\n    },\n    \"scope-claims\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@scope-bid/scope-claims-mcp\"],\n      \"env\": {\n        \"SCOPE_API_TOKEN\": \"your-token-here\"\n      }\n    }\n  }\n}\n```\n\nFor read-only demo usage the token is optional.\n\n## Or use HTTP transport (no install)\n\n```json\n{\n  \"mcpServers\": {\n    \"scope-legal\": {\n      \"type\": \"http\",\n      \"url\": \"https://scope.bid/api/mcp/legal\",\n      \"headers\": { \"Authorization\": \"Bearer your-token-here\" }\n    }\n  }\n}\n```\n\nHTTP endpoints:\n- https://scope.bid/api/mcp/legal\n- https://scope.bid/api/mcp/claims\n- https://scope.bid/api/mcp/aec\n\n## Tools\n\n**Legal** (`bid.scope/legal`):\n- `scope_dispatch_matter` - send a matter to vendors and get live quotes\n- `scope_briefing` - daily briefing across all open matters\n- `scope_get_matter`, `scope_list_matters`, `scope_list_categories`, `scope_list_vendors`, `scope_list_roster`\n- `scope_set_vendor_tier`, `scope_remove_from_roster`, `scope_award_matter`\n- `scope_roster_audit`, `scope_vendor_health`, `scope_spend_rollup`, `scope_credential_alerts`\n- `swp_clarify`, `swp_accept`, `swp_reject`, `swp_session_status` - Scope Work Protocol tools for existing negotiation sessions (the session-opening tools were retired at the rate-card cutover and are no longer served)\n\n**Claims** (`bid.scope/claims`): IME routing, surveillance coordination, defense medical record review, life-care planning, voc rehab routing, roster audit, credential alerts.\n\n**AEC** (`bid.scope/aec`): subcontractor dispatch, prequalification, bonding capacity, safety record pulls, AEC vendor listing.\n\n## Environment variables\n\n- `SCOPE_API_BASE` - override the default API base. Defaults to `https://scope.bid`.\n- `SCOPE_API_TOKEN` - bearer token for write operations.\n- `SCOPE_ORG_SLUG` - pin reads and writes to a specific buyer organization. Useful for multi-tenant deployments.\n\n## Plugin marketplace alternative\n\nIf you want bundled slash commands and skills along with the MCP server registration, install the plugin marketplace instead:\n\n```\n/plugin marketplace add github.com/scope-bid/scope-platform\n/plugin install scope-legal\n```\n\n## Evals\n\nFive canonical scenarios protect against regressions in MCP tool behavior.\n\nRun locally against mocks:\n\n```bash\nnpm run eval\n```\n\nRun against the live Anthropic API with MCP tools attached:\n\n```bash\nnpm run eval:live\n```\n\nAdd a new scenario any time a tool or skill ships that creates a new failure mode. Fixtures live in `tests/evals/fixtures/`, mocked tool responses in `tests/evals/mocks/`, runner in `tests/evals/runner.ts`. CI runs the mocked harness on every PR via `.github/workflows/eval.yml`.\n\n## Version bumps\n\nWhen updating package.json version in any package directory, also update the matching server.json version. CI auto-syncs as a safety net but committed files should stay aligned for repo hygiene and local-publish testing.\n\n## Company\n\nScope Bid, Inc. is a Delaware C-corp founded May 2026 by Jack Gillen. San Diego, CA. Patent pending.\n\nLinkedIn: https://www.linkedin.com/company/scope-bid/\n",
  "bytes": 4894,
  "sha": "a4b750bc6fa998c761c897479b4af991377b6c635ef8098d5e85fdc042554688",
  "repo_slug": "scope-bid/scope-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_bid_scope_legal_e634e6e6/readme"
}