mcpbeat Sign in

Scope MCP Server

by jackgillen15-dev Your server? Claim it
local only

Scope runs on your own machine — the client starts it, so there is no endpoint to ping. 23 installs a week from npm. Last commit 31 Jul 2026.

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

Installs per day peak 10 · avg 3 · +140% w/w
a month agotoday
23
Installs / week
npm · @jackgillen15-dev/scope-mcp
1
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Scope every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add scope-mcp -- npx -y @jackgillen15-dev/scope-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scope-mcp": {
      "args": [
        "-y",
        "@jackgillen15-dev/scope-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scope-mcp]
command = "npx"
args = ["-y", "@jackgillen15-dev/scope-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "scope-mcp": {
      "args": [
        "-y",
        "@jackgillen15-dev/scope-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scope-mcp": {
      "args": [
        "-y",
        "@jackgillen15-dev/scope-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SCOPE_API_BASE (Base URL of the Scope API. Defaults to the hosted instance.), SCOPE_API_TOKEN (Bearer token from scope-bid.vercel.app/settings. Required for write tools (scope_dispatch_matter). Read-only tools work without it on demo matters.), SCOPE_ORG_SLUG (Pin reads/writes to a specific buyer organization. Useful for multi-tenant deployments.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Scope

same job, measured the same way
Scope (Legal)
by scope

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

answering
Scope (Legal)
by scope-bid

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

133 installs/wk local only
Second Eyes Agent Workflow Services
by this-is-hellgate

Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.

59 installs/wk 11 tools answering
Grabbit MCP
by grabbit

Find high-intent Reddit conversations and manage lead workflows from MCP-compatible AI agents.

answering
pAIchart MCP Hub
by paichart

MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration

answering
Ami Survey
by speedofred

Measures the cost, tokens and duration of a completed agent workflow from its session log.

local only
Obscuraai MCP Server
by madeinphantom

Generate visual AI automation workflows from any MCP client. No API key required.

52 installs/wk local only
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only

Scope — questions

Answers built from our own checks of this server.

Why is there no uptime for Scope?
Scope runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @jackgillen15-dev/scope-mcp was installed 23 times last week.
How do I connect Scope?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @jackgillen15-dev/scope-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Scope?
The npm package @jackgillen15-dev/scope-mcp was installed 23 times in the last week. Week over week that is +140%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scope open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.