Draft
Create and edit posts in your organization's library, ready for review or straight to the queue.
Agents
Inklate ships a Model Context Protocol server at the API edge. Point any MCP client at one URL and it operates your content pipeline with the same guardrails as your team.
Create and edit posts in your organization's library, ready for review or straight to the queue.
Queue posts with explicit timezone offsets — 9am always means 9am, never a UTC surprise.
Push posts live to connected LinkedIn profiles and company pages the moment you say so.
Read impressions, reactions, comments, shares, and clicks — the same self-updating numbers as the dashboard.
Setup guides
Each guide covers the exact config for that client — connector, JSON, or TOML — plus prompts to try on day one.
claude.ai & Claude Desktop
Connect Claude to Inklate as a custom connector and it can draft, schedule, and publish LinkedIn posts for your organization.
Connect Claudeterminal & IDE agent
One `claude mcp add` and Claude Code can ship your launch post right after it ships your launch.
Connect Claude Codethe AI code editor
Add Inklate to .cursor/mcp.json and Cursor's agent can queue your changelog post while you review the diff.
Connect Cursorcoding agent
Register Inklate in ~/.codex/config.toml and Codex can hand its finished work straight to your content queue.
Connect Codexagentic IDE
Add Inklate to Windsurf's mcp_config.json and Cascade can schedule the announcement as part of the flow.
Connect Windsurfthe generic recipe
Streamable HTTP at one URL, authenticated with an organization API key or OAuth 2.1:
https://api.inklate.com/mcpThe whole setup
Create an API key in the dashboard (Settings → API keys), drop this block into your client's MCP config, and the tools appear. Access is scoped to one organization and re-checked on every call.
{
"mcpServers": {
"inklate": {
"url": "https://api.inklate.com/mcp",
"headers": { "Authorization": "Bearer inklate_your_org_key" }
}
}
}Create an organization, mint an API key, and your agent is publishing in minutes.