AgentHubAgentHub

Scope (Legal)

MCP ServerMCP Registry官方收录

bid.scope/legal · v1.0.5

Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.

概览

Scope (Legal) 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "legal": {
      "command": "npx",
      "args": [
        "-y",
        "@scope-bid/scope-mcp"
      ]
    }
  }
}

环境变量

SCOPE_API_BASE可选

Base URL of the Scope API. Defaults to the hosted instance.

SCOPE_API_TOKEN可选secret

Bearer token from scope.bid/settings/api-tokens. Required for write tools.

SCOPE_ORG_SLUG可选

Pin reads/writes to a specific buyer organization.

相关资源

统一 Manifest

{
  "id": "bid.scope/legal",
  "type": "mcp-server",
  "version": "1.0.5",
  "displayName": "Scope (Legal)",
  "description": "Dispatch litigation work to legal-services vendors from any MCP-compatible AI workflow.",
  "repository": {
    "url": "https://github.com/scope-bid/scope-mcp",
    "source": "github"
  },
  "homepage": "https://scope.bid/mcp/legal",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@scope-bid/scope-mcp",
        "version": "1.0.5",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "SCOPE_API_BASE",
            "description": "Base URL of the Scope API. Defaults to the hosted instance."
          },
          {
            "name": "SCOPE_API_TOKEN",
            "description": "Bearer token from scope.bid/settings/api-tokens. Required for write tools.",
            "isSecret": true
          },
          {
            "name": "SCOPE_ORG_SLUG",
            "description": "Pin reads/writes to a specific buyer organization."
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://scope.bid/api/mcp/legal"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "bid.scope/legal",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/bid.scope%2Flegal/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Scope (Legal) — MCP Server 安装与配置 · AgentHub