Insurance claims vendor procurement (IMEs, IA, surveillance). Preview V2 Q3 2026. Patent pending.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"scope-legal": {
"env": {
"SCOPE_API_TOKEN": "your-token-here"
},
"args": [
"-y",
"@scope-bid/scope-mcp"
],
"command": "npx"
},
"scope-claims": {
"env": {
"SCOPE_API_TOKEN": "your-token-here"
},
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol servers for Scope.bid vendor dispatch across legal, insurance claims, and AEC services.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@scope-bid/scope-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @scope-bid/scope-mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Apify MCP Server
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
MCP Security Weekly
Get CVE alerts and security updates for io.github.scope-bid/scope-claims-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
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.
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.
{
"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.
{
"mcpServers": {
"scope-legal": {
"type": "http",
"url": "https://scope.bid/api/mcp/legal",
"headers": { "Authorization": "Bearer your-token-here" }
}
}
}
HTTP endpoints:
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_propose, swp_clarify, swp_bid, swp_counter, swp_accept, swp_refine, swp_reject, swp_session_status - Scope Work Protocol negotiation primitivesClaims (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.
SCOPE_API_BASE - override the default API base. Defaults to https://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.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
Five canonical scenarios protect against regressions in MCP tool behav