mcpbeat Sign in

ScopeGate MCP Server

answering

ScopeGate is answering right now. Last checked 5 min ago. Last commit 14 Sep 2026.

Permission gateway for AI agents: scoped MCP endpoints over 27 services, audited and revocable.

Uptime history 48 days of history · worst day 0%
48 days agonow
50.0%
Uptime 24h
92 of 184 checks
Tools
hidden behind auth
169 ms
Response time
average over 24h
17
Stars
last commit 14 Sep 2026

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    `https://api.telegram.org/bot${botToken}/${method}`,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add scopegate --transport http https://scopegate.dev/api/mcp/{api_key}
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scopegate": {
      "url": "https://scopegate.dev/api/mcp/{api_key}"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scopegate]
url = "https://scopegate.dev/api/mcp/{api_key}"
.cursor/mcp.json
{
  "mcpServers": {
    "scopegate": {
      "url": "https://scopegate.dev/api/mcp/{api_key}"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scopegate": {
      "url": "https://scopegate.dev/api/mcp/{api_key}"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, but it did not say what kind of credentials it expects.

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Endpoints

URLTransportStateLatencyChecked
https://mcp.scopegate.cloud/{api_key} streamable-http answering 528 ms 5 min ago
https://scopegate.dev/api/mcp/{api_key} streamable-http needs auth 105 ms 5 min ago

Alternatives to ScopeGate

same job, measured the same way
MCP Gateway
by titus-civic

Identity, authorization, audit trails, and revocable permissions for AI agents accessing MCP tools.

answering
BT Ops MCP
by tangchangzhe

Secure MCP server for BT Panel operations with scoped permissions and audited writes.

57 installs/wk local only
Grantex
by mishrasanjeev

OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.

97 installs/wk local only
Fullmakt
by fullmakt

Credential broker for AI agents: scoped, revocable API access with policy enforcement and audit.

answering
AISIX AI Gateway
by api7

Self-hosted AI gateway that governs MCP servers, LLM traffic, and A2A agents behind one endpoint

local only
Kvm Pilot
by dustintrap

Smart hands for your AI agents - write-capable KVM+BMC+SSH MCP server: gated, verified, audited.

420 installs/wk local only
Ausca
by ausca

Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.

86 installs/wk 14 tools answering
mcp-gatehouse
by nickgeorgeseo

Permission tiers, approval gates, and audit logging for MCP servers - the server is the gatekeeper

58 installs/wk local only

ScopeGate — questions

Answers built from our own checks of this server.

Why is there no tool list for ScopeGate?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 50.0% of checks in the last 24 hours got a reply.
Is ScopeGate working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 184 checks got a reply (50.0%), average response time 169 ms. The bar chart above shows every period we have measured.
How do I connect ScopeGate?
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 is a remote server, so there is nothing to install — the client connects to the address. You will need your own credentials: it refuses anonymous clients.
Does ScopeGate need an API key?
Yes. Every time we knock, ScopeGate answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is ScopeGate?
It answers our handshake in 169 ms on average, which is faster than 73% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is ScopeGate open source?
Yes — it is published under the MIT licence, written in TypeScript and 17 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.