← api.services

INDIVIDUAL MCP TOOL

get_pricing

The aggregated posted rate card: live rows only, every price flat and posted by the owning door.

api.servicesnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.services/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_pricing 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

api.services

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.api-services]
url = "https://api.services/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "api-services": {
      "type": "http",
      "url": "https://api.services/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: api-services
Remote MCP URL: https://api.services/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": {
    "api-services": {
      "url": "https://api.services/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • find_service — Search the catalog of callable services.
  • get_service — One catalog row in full: door URL, copy-pasteable curl, MCP tool name, gate, posted price, stamp, and the cure when the act is reserved.
  • get_verticals — The family map: api.* demand and gigs.* supply pairs, every door stamped live | specimen | roadmap.
  • get_stack — The six-term equation and its substrate mapping, each term carrying its rungs of the delivery ladder.