INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://api.services/mcp
Connect to this endpoint to inspect the live schema for get_service and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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_pricing— The aggregated posted rate card: live rows only, every price flat and posted by the owning door.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.