Scope (AEC) - Preview
Rank #40,706bid.scope/aec
AEC subcontractor vendor procurement plumbing layer. Preview - V3 launches 2027.
Scope (AEC) - Preview is a Model Context Protocol (MCP) server published by scope-bid. It ranks #40,706 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Scope (AEC) - Preview is listed on Official MCP, with 3 tracked versions. It was first listed on May 6, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 74,885 of 115,591 servers on MCP Toplist.
Use Scope (AEC) - Preview
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http aec https://scope.bid/api/mcp/aecclaude mcp add aec -- npx -y @scope-bid/scope-aec-mcp[mcp_servers.aec]
url = "https://scope.bid/api/mcp/aec"Add to ~/.codex/config.toml.
[mcp_servers.aec]
command = "npx"
args = ["-y", "@scope-bid/scope-aec-mcp"]Add to ~/.codex/config.toml.
https://scope.bid/api/mcp/aecSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"aec": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-aec-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aec": {
"url": "https://scope.bid/api/mcp/aec"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"aec": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-aec-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aec": {
"type": "http",
"url": "https://scope.bid/api/mcp/aec"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"aec": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-aec-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aec": {
"serverUrl": "https://scope.bid/api/mcp/aec"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aec": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-aec-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aec": {
"url": "https://scope.bid/api/mcp/aec"
}
}
}{
"mcpServers": {
"aec": {
"command": "npx",
"args": [
"-y",
"@scope-bid/scope-aec-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/bid.scope%2Faec)<a href="https://mcptoplist.com/server/bid.scope%2Faec"><img src="https://mcptoplist.com/badge/bid.scope%2Faec.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
scope-bid
Available versions (3)
| Version | Published |
|---|---|
| 1.0.7 | Jul 30, 2026 |
| 1.0.1 | May 21, 2026 |
| 0.1.2 | May 6, 2026 |
Frequently asked questions
- Who maintains Scope (AEC) - Preview?
- Scope (AEC) - Preview is maintained by scope-bid, which publishes 11 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Scope (AEC) - Preview listed on the Official MCP Registry?
- Yes — Scope (AEC) - Preview is listed on the Official MCP Registry.
- How many versions does Scope (AEC) - Preview have?
- MCP Toplist tracks 3 versions of Scope (AEC) - Preview, most recently published on Jul 30, 2026.
- Where can I find the source code for Scope (AEC) - Preview?
- The source code for Scope (AEC) - Preview is hosted at github.com/scope-bid/scope-mcp.