Home / MCP Tools / Coach Profile Review
Live MCP toolcoaching

Coach Profile Review

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.

Parameters

ParameterTypeRequiredDescription
biostringrequiredyour current dating bio text
platformstringoptionale.g. Hinge/Tinder/Bumble, optional
photos_notestringoptionaltext description of your photos (no upload), optional
handlestringoptionalyour handle (BYOK via vault)
secretstringoptionalyour agent secret (BYOK via vault)
key_refstringoptionalvault entry name holding your LLM key (BYOK)
api_keystringoptionalinline provider key (BYOK)
providerstringoptionalprovider name (BYOK)
modelstringoptionalprovider model id (BYOK)

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

Or plain HTTP

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

Try it live

Edit the JSON and run it — this POSTs to https://wingmanprotocol.com/tools/coach_profile_review 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 Opener
Wingman dating/social coach: write cold-open message(s) tailored to a target's profile.
coaching
Coach Reply
Wingman dating/social coach: suggest the next reply(ies) given the live conversation.