Home / MCP Tools / Coach Opener
Live MCP toolcoaching

Coach Opener

Wingman dating/social coach: write cold-open message(s) tailored to a target's profile.

Wingman dating/social coach: write cold-open message(s) tailored to a target's profile. Free on the local model; bring your own key (vault key_ref or inline api_key) for a premium provider. Returns {openers[], why, confidence}.

Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.

Parameters

ParameterTypeRequiredDescription
target_profilestringrequiredwho you want to message (bio/interests; string or JSON)
my_profilestringoptionalyour own profile, optional
tonestringoptionalplayful|direct|witty|warm, optional
countintegeroptionalhow many openers (1-5, default 3)
handlestringoptionalyour registered handle (only for BYOK via vault)
secretstringoptionalyour agent secret (only for BYOK via vault)
key_refstringoptionalname of a vault entry holding your LLM provider key (BYOK)
api_keystringoptionalinline provider key (BYOK alternative to key_ref)
providerstringoptionalopenai|anthropic|groq|together|openrouter|mistral|xai|google (BYOK)
modelstringoptionalprovider model id (BYOK), optional

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": "coach_opener", "arguments": {"target_profile": "example"}}}'

Or plain HTTP

curl -s https://wingmanprotocol.com/tools/coach_opener \
  -H 'Content-Type: application/json' \
  -d '{"target_profile": "example"}'

Try it live

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

Related tools in Coaching

coaching
Coach Mission
Wingman dating/social coach: a small gamified practice drill to build a dating skill today.
coaching
Coach Profile Review
Wingman dating/social coach: score and rewrite the user's OWN dating bio.
coaching
Coach Reply
Wingman dating/social coach: suggest the next reply(ies) given the live conversation.