← Back to Plugins
MCP Server MCP

Scope Analytics

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).

Verified source

Install

uvx scope-analytics-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "scope-analytics-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Scope project SECRET key (sk_...), from the Scope dashboard at https://scopeai.dev.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SCOPE_API_KEY"
        },
        {
          "description": "Scope backend base URL. Optional; defaults to https://api.scopeai.dev.",
          "format": "string",
          "name": "SCOPE_API_BASE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...