Skip to main content
Type: Embedded | PCID required: No Embedded servers are built into the Pinkfish platform. They require no external connections or setup — just authenticate and call.

Calling Pattern

Every embedded server follows the same JSON-RPC 2.0 pattern:
curl -s -X POST "https://mcp.pinkfish.ai/<server-path>" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <API_KEY>" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "<tool_name>",
      "arguments": { ... }
    }
  }'
For authentication details, see the Authentication guide.

Agents & Orchestration

ServerPathToolsDescription
agent-management/agent-management9Create agents, manage conversations, retrieve artifacts
pinkfish workflows/pinkfish-sidekick22Discovery, workflow lifecycle, triggers, orchestration

Code & Browser

ServerPathToolsDescription
code-execution/code-execution1Sandboxed JavaScript execution with MCP tool access
browser-automation/browser-automation5Natural language and Playwright-based browser automation

Data & Storage

ServerPathToolsDescription
datastore-structured/datastore-structured20Tables with schemas — create, query, update, delete records
datastore-unstructured/datastore-unstructured14Flexible key-value JSON storage
filestorage/filestorage10File upload, download, and share links
knowledge-base/knowledge-base7RAG search, semantic Q&A, file upload
vault/vault7Encrypted secrets storage

Search, Scraping & Web

ServerPathToolsDescription
web-search/web-search12Google, YouTube, Amazon, shopping, flights, hotels, news, academic, restaurants, events
web-scraping/web-scraping4Scrape, crawl, map, RSS
weather/weather2Current conditions and forecasts
http-utils/http-utils1Raw HTTP requests to public APIs

AI Model Servers

ServerPathToolsDescription
embedded-anthropic/embedded-anthropic1Claude models
embedded-openai/embedded-openai1GPT models
embedded-gemini/embedded-gemini1Gemini models
embedded-groq/embedded-groq1Groq models
embedded-perplexity/embedded-perplexity1Perplexity web research

Media & Document Processing

ServerPathToolsDescription
docprocess/docprocess19PDF, Word, CSV, OCR, template fill, invoice extraction, format conversion
image-processing/image-processing3AI generate, edit, background removal
video-processing/video-processing3VEO generation, poll, audio extraction
audio-processing/audio-processing2Text-to-speech, transcription
ocr/ocr1Standalone OCR

Deployment & Utilities

ServerPathToolsDescription
web-application/web-application1Deploy HTML to shareable URL
charting/charting1Chart.js to shareable URL
3d-application/3d-application13D model viewer (GLB/GLTF)
email/email1Send emails with attachments