PluginBench
MCP Server

Scope (AEC) - Preview MCP Server

bid.scope/aec

What is the Scope (AEC) - Preview MCP server?

AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027.

How to install Scope (AEC) - 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": {
    "aec": {
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-aec-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aec": {
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-aec-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aec": {
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-aec-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aec": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-aec-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add aec -- npx -y @scope-bid/scope-aec-mcp

Related MCP servers

Insurance claims-side vendor procurement (IMEs, IA, surveillance). Preview - V2 launches Q3 2026.

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 →