Skip to main content
HTTP access to the full MCP Farm tool catalog via a single auth flow and JSON-RPC 2.0.

Get Started

Before you can make API calls, you need an API key and your Organization ID.
1

Create a Pinkfish account

Sign up at pinkfish.ai if you don’t have an account.
2

Create an API key

Go to Settings → API Keys → Create. Copy the key immediately — it’s only shown once.
Settings → API Keys page in the Pinkfish dashboard
3

Find your Organization ID

Your Organization ID is displayed on the Settings → API Keys page, or under Settings → Organization.
New API keys may take up to 60 seconds to activate.

How It Works

Every API call follows two steps:
  1. Authenticate — Exchange your API key for a short-lived runtime token (JWT, 60 min)
  2. Call a tool — Send a JSON-RPC 2.0 request to the MCP Farm with your token

Quick Start

Requires curl and jq. Replace YOUR_API_KEY and YOUR_ORG_ID with the values from the steps above.
To use application MCPs like Google or Microsoft services (Gmail, Slack, Google Drive, etc.), you will additionally need to retrieve a PCID. See the Connecting to MCPs documentation to learn how.

Key Concepts

Base URLs

Learn More

Limits

See Rate Limits for per-service request limits.