Skip to content

MCP server reference

The platform exposes 30 MCP servers serving66 tools — one server per provider, each serving that provider's nodes as tools over the streamable HTTP transport. This reference is rendered from the live catalog (GET /servers on mcp-api). For connecting a client, authentication, and the credential reference model, see the MCP guide.

Endpoint paths below are relative to your mcp-api base URL (http://localhost:3100 on a local stack). Every call requires an API key with the MCP invoke scope in the X-API-Key header.

ServerEndpointToolsDescription
Airtable/airtable/mcp2Tools for managing Airtable records.
Anthropic/anthropic/mcp1Tools for chat completions with Anthropic Claude.
ChatGPT/chatgpt/mcp1Tools for chat completions with OpenAI ChatGPT.
CoinGecko/coingecko/mcp2Tools for tracking cryptocurrency markets via CoinGecko.
DeepL/deepl/mcp1Tools for translation via DeepL.
DeepSeek/deepseek/mcp1Tools for chat completions with DeepSeek models.
Discord/discord/mcp2Tools for sending messages and media to Discord.
ElevenLabs/elevenlabs/mcp1Tools for text-to-speech and audio synthesis via ElevenLabs.
Facebook/facebook/mcp3Tools for publishing posts, media, and stories to Facebook pages.
Gemini/gemini/mcp2Tools for chat completions and image generation with Google Gemini.
Gmail/gmail/mcp3Tools for organizing, searching, and sending Gmail emails.
Google Docs/google_docs/mcp2Tools for creating, updating, and reading Google Docs.
Google Drive/google_drive/mcp4Tools for managing files and folders in Google Drive.
Google Keep/google_keep/mcp4Tools for creating, reading, listing, and deleting Google Keep notes.
Google Sheets/sheets/mcp5Tools for creating, reading, updating, and deleting Google Sheets data.
Instagram/instagram/mcp3Tools for publishing posts, stories, and reels to Instagram.
LinkedIn/linkedin/mcp2Tools for publishing posts and media to LinkedIn.
Notion/notion/mcp4Tools for managing Notion pages.
PiAPI/piapi/mcp3Tools for AI image, video, and audio generation via PiAPI.
SendGrid/sendgrid/mcp1Tools for sending emails via SendGrid.
Slack/slack/mcp2Tools for sending messages and media to Slack.
SoundCloud/soundcloud/mcp2Tools for managing SoundCloud tracks and playlists.
Suno Music/sunomusic/mcp2Tools for generating music and lyrics via Suno.
System/system/mcp3System-level workflow tools.
Telegram/telegram/mcp2Tools for sending messages and media via Telegram.
TikTok/tiktok/mcp1Tools for publishing posts to TikTok.
Veo/veo/mcp1Tools for video generation via Google Veo.
WhatsApp/whatsapp/mcp3Tools for sending text messages, templates, and media via WhatsApp.
X/x/mcp2Tools for publishing posts and media to X (Twitter).
YouTube/youtube/mcp1Tools for uploading videos to YouTube.

Each server's tool list, with full input/output schemas, is in thenode reference — tools and nodes are generated from the same descriptors, so the two catalogs are always identical.