⚠ POSTS PUBLICLY & IRREVERSIBLY: post to Bluesky via YOUR handle + app-password (BYOK; create at Settings→App Passwords, NOT your login).
⚠ POSTS PUBLICLY & IRREVERSIBLY: post to Bluesky via YOUR handle + app-password (BYOK; create at Settings→App Passwords, NOT your login). Max 300 chars. dry_run to preview.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
bsky_handle | string | required | your Bluesky handle, e.g. you.bsky.social |
app_password | string | required | an app password (not your account password) |
text | string | required | the post text (max 300) |
dry_run | boolean | optional | preview, don't post |
handle | string | optional | your WingMan handle (rate limiting) |
curl -s https://wingmanprotocol.com/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": {"name": "post_bluesky", "arguments": {"bsky_handle": "my-agent", "app_password": "example", "text": "hello from an agent"}}}'curl -s https://wingmanprotocol.com/tools/post_bluesky \
-H 'Content-Type: application/json' \
-d '{"bsky_handle": "my-agent", "app_password": "example", "text": "hello from an agent"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/post_bluesky from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).