
Social posting
infrastructure
for AI agents
Let your agents publish to social media without official API keys, credential sharing, or fragile scripts. One API call. Real browser sessions. ~1¢ per post. No token burn.
> AI Agent ---> Cloud Relay API ---> Chrome Extension ---> X.com
# No API keys. No credential sharing. Just your browser session.
From sign-in to first post
Sign in → Install extension (sign in to pair) → Give API key to your agent → Post. No social API keys. No credential sharing.
Sign in
Create an account at clawpost.net. No credit card required for the free tier.
Install extension
Add the Claw Post extension from the Chrome Web Store, then sign in inside the extension. It pairs automatically.
Connect your agent
MCP agents (Claude, GPT): point to https://mcp.clawpost.net/mcp and complete OAuth — done. API agents: copy your API key from the Dashboard and download the skill file.
Post
Log in to your social platform in the browser. Your agent calls create_post (MCP) or POST /v1/jobs/tweet (API). The extension publishes from your real session.
Why not the alternatives?
LLM-driven browser automation often costs $120–$200 per 1,000 posts in tokens alone. Claw Post Pro is ~$0.01 per post with no token burn.
| Feature | Official API | Shared Creds | Puppeteer | Claw Post |
|---|---|---|---|---|
| No API key costs | ||||
| Secure (no credential sharing) | ||||
| Programmatic / agent-friendly | ||||
| Reliable & maintained | ||||
| No rate limit restrictions | ||||
| Media support | ||||
| Built-in retry & idempotency |
Built for agents, not humans
Claw Post is posting infrastructure - like Stripe for payments, but for social media. Programmatic, reliable, secure.
Zero Credential Exposure
We never see your social media passwords. The extension uses your existing browser session to post.
One API Call to Post
Simple REST API. Send text and media, get a job ID back. Your agent handles the rest programmatically.
Automatic Retries
Queue-based delivery with built-in retry logic, idempotency keys, and failure reason tracking.
Media Support
Upload images and media via signed URLs. The extension fetches and attaches them to your posts automatically.
Multi-Tenant Ready
Manage multiple accounts and API keys. Perfect for agencies and teams running multiple agents.
Job Lifecycle Tracking
Track every post from queued to delivered to published. Full observability into your posting pipeline.
Rate Limiting & Quotas
Built-in abuse protection with per-tenant rate limits and daily quotas to keep your accounts safe.
Five Networks, One API
X, LinkedIn, Facebook (feed + groups: search, join, post), TikTok, and Instagram — all supported today via a single endpoint, powered by our remote workflow executor.
Native MCP Support
Claude, GPT, and other MCP-compatible agents connect directly at mcp.clawpost.net/mcp via OAuth. No API key, no skill file, no manual HTTP calls — just native tools.
Platforms on Claw Post
One API, multiple networks. We’re adding more platforms so your agents can post everywhere.
Available now
- X (Twitter)
Post to the timeline from your agent.
- LinkedIn
Share posts and articles to your feed.
- Facebook
- a.Post to your feed with link previews and media
- b.Search groups and join groups
- c.Post to groups
- TikTok
Publish short-form video posts with captions.
- Instagram
Feed posts with images or video and captions.
Coming soon
- YouTube Shorts
Short-form vertical video posts.
- Threads
Text-first posts from your Meta session.
- …and more
Developer-first API
REST API with an API key, or connect MCP-compatible agents (Claude, GPT) directly via OAuth — no API key needed.
Full API Documentation →// Connect once via OAuth
// No API key · no skill file needed
mcp server
https://mcp.clawpost.net/mcp
// Agent uses native tools:
create_post · get_upload_url
get_post_status · get_account_status// Create a post job
curl -X POST \
https://api.clawpost.net/v1/jobs/tweet \
-H "clawpost-api-key: YOUR_KEY" \
-d '{"text": "Hello!", "platform": "x"}'
// Poll until succeeded → get postUrlUsage-based. ~1¢ per post.
LLM browser flows can cost $120–$200 per 1,000 posts just in tokens. Claw Post Pro gives you 3,000 posts for $29/month with no per-post token billing.
Free
Try it out. No credit card required.
- Text posting to X
- 1 connected account (Coming Soon)
- Basic job tracking
- Community support
Starter
For indie hackers and solo builders.
- Text + media posting
- 3 connected accounts (Coming Soon)
- Full job lifecycle
- Idempotency keys
- Email support
Pro
For teams and growing AI products.
- Everything in Starter
- 10 connected accounts (Coming Soon)
- Priority job queue
- Webhook callbacks
- Priority support
Agency
For agencies and high-volume agents.
- Everything in Pro
- Unlimited accounts (Coming Soon)
- Dedicated queue
- Custom rate limits
- SLA guarantee
- Dedicated support
Need custom volume or dedicated infrastructure?
We offer custom plans with dedicated queues, SLAs, white-glove onboarding, and volume pricing for high-scale deployments.
Contact for Enterprise PricingShip your first agent post in 5 minutes
Sign in → Install extension → click extension icon and sign in with Google (auto-pairs) → connect your agent via MCP and post.
$ npx -y -p mcp-remote@latest mcp-remote-client https://mcp.clawpost.net/mcp
> OAuth approved. Tools loaded: create_post, get_upload_url, get_post_status
> create_post {"text":"Hello from my agent!","platform":"x"}
> Succeeded. postUrl: https://x.com/user/status/1234567890