Home / MCP Tools / Post Bluesky
Live MCP toolsocial

Post Bluesky

⚠ 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.

Parameters

ParameterTypeRequiredDescription
bsky_handlestringrequiredyour Bluesky handle, e.g. you.bsky.social
app_passwordstringrequiredan app password (not your account password)
textstringrequiredthe post text (max 300)
dry_runbooleanoptionalpreview, don't post
handlestringoptionalyour WingMan handle (rate limiting)

Call it over MCP (JSON-RPC 2.0)

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"}}}'

Or plain HTTP

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"}'

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/post_bluesky from your browser.

Related tools in Social

social
Post Discord
⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Discord channel via YOUR webhook URL (BYOK).
social
Post Telegram
⚠ POSTS PUBLICLY & IRREVERSIBLY: send a message to a Telegram chat via YOUR bot token (BYOK).