{
  "name": "Clidelity",
  "description": "Read-only tools over the signed-in coach's Clidelity workspace. list_prospects browses the client pipeline, get_prospect reads one record and its closing strategy, and list_tasks returns follow-ups. Every result is scoped to the coach who authorized the connection.",
  "version": "0.1.0",
  "endpoint": "https://clidelity.com/mcp",
  "transport": "streamable-http",
  "authentication": {
    "type": "oauth2",
    "protected_resource_metadata": "https://clidelity.com/.well-known/oauth-protected-resource",
    "authorization_server_metadata": "https://clidelity.com/.well-known/oauth-authorization-server"
  },
  "tools": [
    {
      "name": "list_prospects",
      "description": "Browse the coach's client pipeline. Filter by stage (prospects, active_clients, past_clients, all), search by name or email, limit up to 100."
    },
    {
      "name": "get_prospect",
      "description": "Read one client record. Pass include_closing_strategy true to include the closing strategy and kickoff plan Clidelity generated for that client."
    },
    {
      "name": "list_tasks",
      "description": "The coach's open or completed follow-up tasks, optionally filtered to one client."
    }
  ],
  "documentation": "https://clidelity.com/docs/agents.md",
  "openapi": "https://clidelity.com/openapi.json",
  "contact": "hello@khudco.com"
}
