Type: Embedded | PCID required: No Embedded servers are built into the Pinkfish platform. They need no external connections or PinkConnect setup—authenticate with your API key and call them like any other MCP endpoint. They cover platform capabilities such as agents and workflows, code and browser automation, structured and unstructured storage, search and web utilities, hosted AI model endpoints, document and media processing, and small deployment utilities (charts, simple web apps, email, and similar). Built-in agent tools (e.g. creating and downloading artifacts) ship with the agent runtime itself—they are not separate MCP servers.Documentation Index
Fetch the complete documentation index at: https://docs.pinkfish.ai/llms.txt
Use this file to discover all available pages before exploring further.
Calling pattern
Every embedded server uses the same JSON-RPC 2.0 pattern. Replace<server-path> with the route for the server you want (see the sidebar or call tools/list on that path):
Discovering servers and tools
- Sidebar — Under Embedded MCP Servers, each entry is a dedicated page with paths, tools, and parameters.
- At runtime —
POSTto a server path with"method": "tools/list"and emptyparamsto list tools and schemas for that server.

