Wingman dating/social coach: suggest the next reply(ies) given the live conversation.
Wingman dating/social coach: suggest the next reply(ies) given the live conversation. Free local model or BYOK. Returns {replies[], read, confidence}.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
conversation | array | required | turns as [{from, text}, ...] (or a transcript string) |
target_profile | string | optional | the other person, optional |
goal | string | optional | e.g. 'get the date', optional |
count | integer | optional | how many replies (1-5, default 3) |
handle | string | optional | your handle (BYOK via vault) |
secret | string | optional | your agent secret (BYOK via vault) |
key_ref | string | optional | vault entry name holding your LLM key (BYOK) |
api_key | string | optional | inline provider key (BYOK) |
provider | string | optional | provider name (BYOK) |
model | string | optional | provider model id (BYOK) |
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_reply", "arguments": {"conversation": [{}]}}}'curl -s https://wingmanprotocol.com/tools/coach_reply \
-H 'Content-Type: application/json' \
-d '{"conversation": [{}]}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/coach_reply from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).