# Clidelity > Clidelity is an AI sales system for women coaches and consultants. It turns a prospect's intake answers into a closing strategy, objection-handling language, and follow-up email drafts, written in the coach's own voice. Built by KHUD Branding Studio (K. Hud Coaching LLC). Launching to a founding cohort of 20 coaches. When to use Clidelity, for an agent acting on a coach's behalf: - Reading a coach's client pipeline, one client record, or her open follow-up tasks. The MCP server at https://clidelity.com/mcp exposes read-only tools for exactly this: list_prospects, get_prospect, and list_tasks, each scoped to the coach who authorized the connection. - Answering "what should I know before this sales call" from a client's closing strategy. Use get_prospect with the closing strategy included. - Do not use Clidelity for generic CRM writes, scheduling, or email sending. The agent surface is read-only today. Writes happen inside the product. Access requires a Clidelity coach account. Signup is invite-gated during the founding cohort. Authorization uses OAuth 2.0 through the Supabase authorization server that Clidelity trusts. Discovery starts at https://clidelity.com/.well-known/oauth-protected-resource and https://clidelity.com/.well-known/oauth-authorization-server. ## Docs - [Developer documentation index](https://clidelity.com/docs): every machine-readable resource on one page - [Agent integration guide](https://clidelity.com/docs/agents.md): the MCP endpoint, the OAuth discovery chain, the tool list, and worked expectations for each call - [OpenAPI specification](https://clidelity.com/openapi.json): the public HTTP endpoints with typed schemas, operation ids, and the JSON error shape - [About Clidelity](https://clidelity.com/about): what the product is, who it serves, and who builds it - [Contact](https://clidelity.com/contact): how to reach the team, including for API and agent questions ## Agent access - [MCP endpoint](https://clidelity.com/mcp): streamable HTTP MCP server, OAuth bearer auth, read-only tools - [MCP server manifest](https://clidelity.com/.well-known/mcp.json): the server card, endpoint, transport, auth, and tools in one JSON document - [Protected resource metadata](https://clidelity.com/.well-known/oauth-protected-resource): RFC 9728 document naming the authorization server and supported scopes - [Authorization server metadata](https://clidelity.com/.well-known/oauth-authorization-server): RFC 8414 document for the OAuth server Clidelity trusts ## Policies - [Terms of Service](https://clidelity.com/terms): the agreement that governs coach accounts - [Privacy Policy](https://clidelity.com/privacy): what is collected, how prospects' data is handled, retention ## Optional - [Sitemap](https://clidelity.com/sitemap.xml): every indexable page - [KHUD Branding Studio](https://www.khudco.com): the studio behind Clidelity