What is the Scope (Claims) - Preview MCP server?
Insurance claims-side vendor procurement (IMEs, IA, surveillance). Preview - V2 launches Q3 2026.
How to install Scope (Claims) - Preview
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claims": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"claims": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"claims": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"claims": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-claims-mcp"
]
}
}
}Claude Code
claude mcp add claims -- npx -y @scope-bid/scope-claims-mcpRelated MCP servers
AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027.
View repository →Healthcare vendor-services MCP. Preview. Available after legal, claims, and AEC are live.
View repository →Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.
View repository →Pharma vendor-services MCP. Preview. Available after legal, claims, and AEC are live.
View repository →