← scalpels.app

INDIVIDUAL MCP TOOL

readiness

Check one team before listing or connecting sites: hosting account, GitHub App, provider deployments, credits, and inventory age.

scalpels.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://scalpels.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for readiness and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

scalpels.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.scalpels]
url = "https://scalpels.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scalpels": {
      "type": "http",
      "url": "https://scalpels.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scalpels
Remote MCP URL: https://scalpels.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "scalpels": {
      "url": "https://scalpels.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scalpels": {
      "type": "http",
      "url": "https://scalpels.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scalpels",
  "transport": "streamable-http",
  "url": "https://scalpels.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • catalog — List the public Built for Cloud products, their taglines, and the install, connect, credit-pack, and subscription pricing shape.
  • product — Read one public product page, its provisioning manifest, provider recipe, client packages, and available integration guides.
  • docs — Read a Scalpels documentation page.
  • search_docs — Search the public Scalpels documentation and return matching source lines in pages of ten results.
  • integration_guide — Read the stored integration guide for a product, preferring an incumbent-specific copy and falling back to its default copy.
  • whoami — Who the calling agent is: the user, their teams, this token's abilities, and when it expires.
  • list_teams — Every team the caller may act on: slug, name, role, and direct or agency access.
  • list_sites — Read stored Cloud environments or Forge sites.