npm @scope-bid/scope-claims-mcpstreamable-httpApache-2.0updated 1mo ago
Model Context Protocol servers for Scope.bid vendor dispatch across legal, insurance claims, and AEC services.
What can you do with Scope (Claims) Preview?
@scope-bid/scope-mcp
Hire your next vendor through your AI.
Model Context Protocol servers for Scope.bid vendor dispatch across legal, insurance claims, and AEC services.
scope.bid | MCP Registry | npm | Plugin marketplace
What this is
Three Model Context Protocol servers that let AI assistants dispatch vendor requests to credentialed human vendors and receive bids back inside ten minutes.
@scope-bid/scope-mcp- legal vertical (court reporters, IMEs, records, experts, e-discovery, translation, mediators, trial graphics, foreign-jurisdiction counsel, more)@scope-bid/scope-claims-mcp- insurance claims (IMEs, surveillance, peer review, voc rehab, life-care plans, defense medical record review)@scope-bid/scope-aec-mcp- AEC (subcontractor prequal, bonding, safety records, dispatch)
Scope.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).
Scope.bid is not affiliated with scope-bid.com, an unrelated laboratory equipment auction platform.
Install
npm install -g @scope-bid/scope-mcp
npm install -g @scope-bid/scope-claims-mcp
npm install -g @scope-bid/scope-aec-mcp
For most clients you do not need to install globally. Use npx -y @scope-bid/scope-mcp directly from your MCP client config.
Configure (Claude Desktop, Claude Code, Cursor)
{
"mcpServers": {
"scope-legal": {
"command": "npx",
"args": ["-y", "@scope-bid/scope-mcp"],
"env": {
"SCOPE_API_TOKEN": "your-token-here"
}
},
"scope-claims": {
"command": "npx",
"args": ["-y", "@scope-bid/scope-claims-mcp"],
"env": {
"SCOPE_API_TOKEN": "your-token-here"
}
}
}
}
For read-only demo usage the token is optional.
Or use HTTP transport (no install)
{
"mcpServers": {
"scope-legal": {
"type": "http",
"url": "https://scope.bid/api/mcp/legal",
"headers": { "Authorization": "Bearer your-token-here" }
}
}
}
HTTP endpoints:
Tools
Legal (bid.scope/legal):
scope_dispatch_matter- send a matter to vendors and get live quotesscope_briefing- daily briefing across all open mattersscope_get_matter,scope_list_matters,scope_list_categories,scope_list_vendors,scope_list_rosterscope_set_vendor_tier,scope_remove_from_roster,scope_award_matterscope_roster_audit,scope_vendor_health,scope_spend_rollup,scope_credential_alertsswp_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)
Claims (bid.scope/claims): IME routing, surveillance coordination, defense medical record review, life-care planning, voc rehab routing, roster audit, credential alerts.
AEC (bid.scope/aec): subcontractor dispatch, prequalification, bonding capacity, safety record pulls, AEC vendor listing.
Environment variables
SCOPE_API_BASE- override the default API base. Defaults tohttps://scope.bid.SCOPE_API_TOKEN- bearer token for write operations.SCOPE_ORG_SLUG- pin reads and writes to a specific buyer organization. Useful for multi-tenant deployments.
Plugin marketplace alternative
If you want bundled slash commands and skills along with the MCP server registration, install the plugin marketplace instead:
/plugin marketplace add github.com/scope-bid/scope-platform
/plugin install scope-legal
Evals
Five canonical scenarios protect against regressions in MCP tool behavior.
Run locally against mocks:
npm run eval
Run against the live Anthropic API with MCP tools attached:
npm run eval:live
Add 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.
Version bumps
When 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.
Company
Scope Bid, Inc. is a Delaware C-corp founded May 2026 by Jack Gillen. San Diego, CA. Patent pending.
Install
Add Scope (Claims) Preview to your client. Pick the one you use.
{
"servers": {
"scope-claims-mcp": {
"type": "http",
"url": "https://scope.bid/api/mcp/claims"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add scope-claims-mcp -- npx -y @scope-bid/scope-claims-mcpcodex mcp add scope-claims-mcp -- npx -y @scope-bid/scope-claims-mcpamp mcp add scope-claims-mcp -- npx -y @scope-bid/scope-claims-mcp{
"mcpServers": {
"scope-claims-mcp": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"scope-claims-mcp": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"scope-claims-mcp": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"scope-claims-mcp": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"scope-claims-mcp": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"scope-claims-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"scope-claims-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @scope-bid/scope-claims-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 tools
Scope (Claims) Preview exposes 6 tools to a connected agent.
- scope_dispatch_matter
- send a matter to vendors and get live quotes
- scope_briefing
- daily briefing across all open matters
- scope_get_matter
- , `scope_list_matters`, `scope_list_categories`, `scope_list_vendors`, `scope_list_roster`
- scope_set_vendor_tier
- , `scope_remove_from_roster`, `scope_award_matter`
- scope_roster_audit
- , `scope_vendor_health`, `scope_spend_rollup`, `scope_credential_alerts`
- 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)
Score
84 / 100
Excellent
- Documentation25/25
- Maintenance22/25
- Trust16/20
- Capability6/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.9Latest | Jul 30, 2026 |
| 1.0.8 | Jul 30, 2026 |
| 1.0.7 | Jul 30, 2026 |
| 1.0.6 | Jul 13, 2026 |
| 1.0.5 | Jun 10, 2026 |
| 1.0.4 | Jun 4, 2026 |
| 1.0.3 | Jun 4, 2026 |
| 1.0.1 | May 21, 2026 |
| 0.1.2 | May 6, 2026 |