Type: Application (proxy) | PCID required: Yes Application servers are proxies to external products and APIs. Each one exposes a vendor or product integration as MCP tools. You create a connection in Pinkfish, obtain a PCID (PinkConnect connection ID), then call tools on the matching server path. Coverage spans many categories (collaboration, CRM, cloud suites, data platforms, support, commerce, and more). This page stays high level — it does not list individual integrations.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.
How application servers work
- Connect — Set up a connection in the Pinkfish dashboard to get a PCID
- Discover — Call
tools/liston the server path, or usecapabilities_discoverandcapability_detailson the workflow building server - Call — Invoke tools with the standard JSON-RPC 2.0 pattern, passing the PCID in the tool arguments
Generic call pattern
Replace<server-path>, <PCID>, and <tool_name> with your values:
Discovering tools at runtime
Tool schemas are provided by the proxy and may change when integrations update. Prefer runtime discovery over assuming static docs are exhaustive:capability_details on /pinkfish-sidekick, passing the tool names you care about.
Where to find each server
- Sidebar — Under Application MCP Servers, each entry is a dedicated page with path, tools, and parameters (including products where one parent page groups multiple related child server paths).
- Runtime discovery —
tools/liston a server path shows the live MCP surface available to your environment, including the current tool names and schemas.

