Skip to main content
HTTP POST with JSON-RPC 2.0. Base URL: https://mcp.app.pinkfish.ai. Requires a runtime token.

Request Flow

Request Format

All requests use this structure:
Required headers: JSON-RPC fields:

List Servers

Query available servers and their tools:
Response: result.structuredContent or result.content[0].text. Each server has name, path, description, embedded, tools.

List Tools

Call tools/list on a server path to see its tools:
Response:

Call a Tool

POST tools/call to the server path with the tool name and arguments:

Example: Search the Web

Example: External Service (Gmail)

Requires a PCID. See Connecting to MCPs.

Response Format

Success: result.structuredContent (preferred) or result.content[0].text (JSON string).
Errors: -32000 (validation, timeout, unsupported media) or -32603 (internal). Ensure Accept: application/json and Content-Type: application/json are set.