Server data from the Official MCP Registry
AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027.
AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
16 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-scope-bid-scope-aec-mcp": {
"args": [
"-y",
"@scope-bid/scope-aec-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
The first vertical-services Model Context Protocol implementation. One shared core, three per-vertical wrappers (legal live, claims and AEC in preview), all under the
@scope-bidnpm scope.
Anthropic launched the Claude Legal Plugin in February 2026. Major firms (Freshfields globally, LexisNexis as a partner) deployed AI legal assistants firmwide. Those tools generate content - contract review, NDA triage, drafting. They cannot dispatch real-world work to real-world vendors. They have no hands.
Scope is the layer that gives them hands. This monorepo houses the Model Context Protocol servers that connect any MCP-compatible AI workflow (Claude Desktop, Claude Code, Cursor, Claude Cowork, etc.) to Scope's vendor network.
Each vertical gets its own npm package, MCP registry listing, and brand surface. They share a core library so the dispatch primitive is identical across verticals:
| Vertical | Package | Status | Launch |
|---|---|---|---|
| Legal services | @scope-bid/scope-mcp | Live | May 2026 |
| Insurance claims | @scope-bid/scope-claims-mcp | Preview | Q3 2026 |
| AEC / construction | @scope-bid/scope-aec-mcp | Preview | 2027 |
Shared core: @scope-bid/mcp-core.
packages/
├── mcp-core/ Shared library: server framework, REST client, core tools
├── scope-mcp/ Legal services (live)
├── scope-claims-mcp/ Insurance claims (preview)
└── scope-aec-mcp/ AEC subcontractor procurement (preview)
Same 8-line config across the family:
{
"mcpServers": {
"scope": {
"command": "npx",
"args": ["-y", "@scope-bid/scope-mcp"],
"env": { "SCOPE_API_TOKEN": "scope_pk_..." }
}
}
}
Swap the package name (scope-mcp → scope-claims-mcp → scope-aec-mcp) for the other verticals.
npm install
npm run build # builds all packages via npm workspaces
Each package has its own package.json, tsconfig.json, and server.json (for MCP registry).
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.