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/mcpConnect in three steps
- Open your agent's connector settings. In Claude: Settings → Connectors → Add custom connector. ChatGPT, Cursor and others have an equivalent "add MCP server" option.
- Paste the URL above.
- 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/mcpCursor — 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.