Wingman dating/social coach: score and rewrite the user's OWN dating bio.
Wingman dating/social coach: score and rewrite the user's OWN dating bio. Free local model or BYOK. Returns {score, strengths[], fixes[], rewritten_bio}.
Metered access — free-key quota or x402 pay-per-call (USDC on Base). Details at /pricing.
| Parameter | Type | Required | Description |
|---|---|---|---|
bio | string | required | your current dating bio text |
platform | string | optional | e.g. Hinge/Tinder/Bumble, optional |
photos_note | string | optional | text description of your photos (no upload), optional |
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_profile_review", "arguments": {"bio": "example"}}}'curl -s https://wingmanprotocol.com/tools/coach_profile_review \
-H 'Content-Type: application/json' \
-d '{"bio": "example"}'Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/coach_profile_review from your browser.
X-Payment header, or get a free key at /pricing (500 calls/month, no card, no crypto).