mcpbeat Sign in

Openapi Scout MCP Server

local only

Openapi Scout MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Aug 2026.

Local read-only OpenAPI and Swagger inspection with secret-safe schema summaries. Tools include...

Installs / week
npm · openapi-scout-mcp
0
Stars
0 open issues
9 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Openapi Scout MCP 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 openapi-scout-mcp -- npx -y openapi-scout-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openapi-scout-mcp": {
      "args": [
        "-y",
        "openapi-scout-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openapi-scout-mcp]
command = "npx"
args = ["-y", "openapi-scout-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openapi-scout-mcp": {
      "args": [
        "-y",
        "openapi-scout-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openapi-scout-mcp": {
      "args": [
        "-y",
        "openapi-scout-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Openapi Scout MCP

same job, measured the same way
I
Redshift MCP Server
by davidalbertonogueira

Secure, read-only access to Amazon Redshift with schema introspection and smart sampling

25 installs/wk local only
kdbx
by yarrasys

Read-only access to secrets in a local KeePassXC vault. Runs commands with them injected.

local only
Multilocale
by multilocale

Manage translation projects, phrases and locales with secure organization-scoped tools and views.

17 tools answering
MCP K8s Ro
by your-ko

Read-only Kubernetes MCP server: inspect resources, logs, events, and metrics. Secrets are masked.

local only
Vet
by getvet

Discover and vet MCP servers: search 200K+ AI tools with security verification and schemas.

39 installs/wk local only
Holster MCP
by nautaai

Local-first secret scanning, rotation, vault, and audit-log tools for AI agents.

91 installs/wk local only
Symfony Agent MCP
by shakaran

Read-only Symfony introspection: routes, services, entities, Doctrine, security, Twig and more.

48 installs/wk local only
zipnative MCP — ZIP creation, inspection, secure extraction & verification
by nizoka

ZIP MCP server: create, inspect, verify, extract securely, modify without recompression. 13 tools

64 installs/wk local only

Openapi Scout MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Openapi Scout MCP?
Openapi Scout MCP 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 openapi-scout-mcp.
How do I connect Openapi Scout MCP?
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 openapi-scout-mcp straight from npm; nothing to host, nothing to sign up for.
Is Openapi Scout MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.