Scope Legal
Rank #92,452pulsemcp/scope-bid-scope
Dispatches litigation work to legal vendors from any MCP-compatible AI workflow.
Scope Legal is a Model Context Protocol (MCP) server published by scope-bid. It ranks #92,452 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Scope Legal is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on May 3, 2026.
Ranks ahead of 23,139 of 115,591 servers on MCP Toplist.
Use Scope Legal
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http scope-bid-scope https://scope.bid/api/mcp/aecclaude mcp add --transport http scope-bid-scope https://scope.bid/api/mcp/claimsclaude mcp add --transport http scope-bid-scope https://scope.bid/api/mcp/legal[mcp_servers.scope-bid-scope]
url = "https://scope.bid/api/mcp/aec"Add to ~/.codex/config.toml.
[mcp_servers.scope-bid-scope]
url = "https://scope.bid/api/mcp/claims"Add to ~/.codex/config.toml.
[mcp_servers.scope-bid-scope]
url = "https://scope.bid/api/mcp/legal"Add to ~/.codex/config.toml.
https://scope.bid/api/mcp/aecSettings → Connectors → “Add custom connector”, then paste this URL.
https://scope.bid/api/mcp/claimsSettings → Connectors → “Add custom connector”, then paste this URL.
https://scope.bid/api/mcp/legalSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"scope-bid-scope": {
"url": "https://scope.bid/api/mcp/aec"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"scope-bid-scope": {
"url": "https://scope.bid/api/mcp/claims"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"scope-bid-scope": {
"url": "https://scope.bid/api/mcp/legal"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"scope-bid-scope": {
"type": "http",
"url": "https://scope.bid/api/mcp/aec"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"scope-bid-scope": {
"type": "http",
"url": "https://scope.bid/api/mcp/claims"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"scope-bid-scope": {
"type": "http",
"url": "https://scope.bid/api/mcp/legal"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"scope-bid-scope": {
"serverUrl": "https://scope.bid/api/mcp/aec"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scope-bid-scope": {
"serverUrl": "https://scope.bid/api/mcp/claims"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scope-bid-scope": {
"serverUrl": "https://scope.bid/api/mcp/legal"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"scope-bid-scope": {
"url": "https://scope.bid/api/mcp/aec"
}
}
}{
"mcpServers": {
"scope-bid-scope": {
"url": "https://scope.bid/api/mcp/claims"
}
}
}{
"mcpServers": {
"scope-bid-scope": {
"url": "https://scope.bid/api/mcp/legal"
}
}
}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/pulsemcp%2Fscope-bid-scope)<a href="https://mcptoplist.com/server/pulsemcp%2Fscope-bid-scope"><img src="https://mcptoplist.com/badge/pulsemcp%2Fscope-bid-scope.svg" alt="MCP Toplist: #92,452 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
scope-bid
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Scope Legal?
- Scope Legal is maintained by scope-bid, which publishes 11 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Scope Legal listed on the Official MCP Registry?
- Scope Legal is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Scope Legal have?
- Scope Legal ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Scope Legal?
- The source code for Scope Legal is hosted at github.com/scope-bid/scope-mcp.