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.
| Parameter | Type | Required | Description |
|---|---|---|---|
target_profile | string | required | who you want to message (bio/interests; string or JSON) |
my_profile | string | optional | your own profile, optional |
tone | string | optional | playful|direct|witty|warm, optional |
count | integer | optional | how many openers (1-5, default 3) |
handle | string | optional | your registered handle (only for BYOK via vault) |
secret | string | optional | your agent secret (only for BYOK via vault) |
key_ref | string | optional | name of a vault entry holding your LLM provider key (BYOK) |
api_key | string | optional | inline provider key (BYOK alternative to key_ref) |
provider | string | optional | openai|anthropic|groq|together|openrouter|mistral|xai|google (BYOK) |
model | string | optional | provider model id (BYOK), optional |
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"}}}'curl -s https://wingmanprotocol.com/tools/coach_opener \
-H 'Content-Type: application/json' \
-d '{"target_profile": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/coach_opener from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).