// OpenClaw + seenpaid over MCP
Post to social media from OpenClaw
OpenClaw is an open agent runtime that connects to MCP servers. OpenClaw can call any MCP server you point it at. Adding seenpaid gives it publishing across 21 platforms plus revenue attribution, which is the part most social MCP servers do not have — they can post, but they cannot tell the agent what the post earned.
Connect it
Create a key in Settings — it starts with sp_ — then:
openclaw mcp add seenpaid \
--url https://api.seenpaid.com/mcp \
--transport streamable-http \
--header "Authorization: Bearer sp_your_api_key"Things worth asking it
- ›Post this to every connected channel and tell me which ones accepted it.
- ›Rank my channels by revenue per click.
- ›Find posts that got clicks but no sales.
The last one is the part other social MCP servers cannot answer. They publish; they have no connection to your payments, so the agent is blind to what anything earned. See the tools that read revenue →
Questions
Can OpenClaw post to social media?
Not on its own — it has no credentials for your accounts. Connected to seenpaid's MCP server it can, across all 23 platforms seenpaid supports, and it can also read back what each post earned.
How do I connect OpenClaw to seenpaid?
Create an API key in seenpaid Settings, then point OpenClaw at https://api.seenpaid.com/mcp with that key as a Bearer token. The exact snippet is on this page.
What can OpenClaw actually do once it is connected?
All 50 seenpaid tools: schedule and publish posts, check per-platform limits before publishing, read analytics, and read revenue attributed to individual posts through Stripe.
Does this cost extra?
No. MCP access is included on every seenpaid plan and in the 7-day trial.