https://mcp.app.pinkfish.ai. Requires a runtime token.
Request Flow
Request Format
All requests use this structure:
JSON-RPC fields:
List Servers
Query available servers and their tools:result.structuredContent or result.content[0].text. Each server has name, path, description, embedded, tools.
List Tools
Calltools/list on a server path to see its tools:
Call a Tool
POSTtools/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).
-32000 (validation, timeout, unsupported media) or -32603 (internal). Ensure Accept: application/json and Content-Type: application/json are set.
