AI agents

MCP server

PostLake runs a hosted MCP server — the open standard that lets AI agents use external tools. Connect once and your agent can publish, schedule and pull analytics across every network, just by you asking.

Server URL

https://api.postlake.dev/mcp

Connect in three steps

  1. Open your agent's connector settings. In Claude: Settings → Connectors → Add custom connector. ChatGPT, Cursor and others have an equivalent "add MCP server" option.
  2. Paste the URL above.
  3. Approve on the PostLake screen. Sign in and click Approve — OAuth handles it, so your agent never sees an API key. The agent then appears under Connected Apps in your dashboard.

Per-agent setup

Claude Code — one command:

claude mcp add postlake https://api.postlake.dev/mcp

Cursor — add to ~/.cursor/mcp.json:

{ "mcpServers": { "postlake": { "url": "https://api.postlake.dev/mcp" } } }

What the agent can do

Once connected, the agent has a full toolset: publish & schedule, discover each platform's real limits, dry-run a post, manage channels & media, and read analytics — all with idempotent, agent-safe retries. Prefer a coding-agent skill instead? See Agent skills.