llms.txt Content
# ClearPolicy
> ClearPolicy helps organizations get documents signed and acknowledged by employees and contacts. Use it to send policy documents, compliance agreements, or any document requiring employee acknowledgment or signature, track who has signed, send reminders to those who haven't, and manage your contact list.
ClearPolicy is designed for small organizations, churches, and nonprofits that need a legally defensible audit trail of who has signed critical policies — child safety documents, staff handbooks, volunteer agreements, and more.
## Discovery
- **Agent Card:** https://app.clearpolicy.app/.well-known/agent-card.json
- **OpenAPI:** https://app.clearpolicy.app/openapi.json
- **Product MCP Server:** https://api.clearpolicy.app/mcp
- **Documentation MCP Server:** https://docs.clearpolicy.app/mcp
- **Documentation MCP Discovery:** https://docs.clearpolicy.app/.well-known/mcp
- **OAuth Authorization Server:** https://app.clearpolicy.app/.well-known/oauth-authorization-server
- **security.txt:** https://app.clearpolicy.app/.well-known/security.txt
- **Vulnerability disclosure policy:** https://www.clearpolicy.app/security/
- **Change password (password managers):** https://app.clearpolicy.app/.well-known/change-password
## Product MCP server
ClearPolicy exposes a remote MCP server for use with Claude, ChatGPT, and any MCP-compatible AI assistant. Connect it to manage documents, people, and signing requests in your organization.
- **ChatGPT Apps library:** https://chatgpt.com/apps/clearpolicy/asdk_app_69eee2d237b881918747780ab313427d
- **MCP Server URL:** https://api.clearpolicy.app/mcp
- **Authentication:** OAuth 2.0 (no API keys or config files required)
- **OAuth Discovery:** https://app.clearpolicy.app/.well-known/oauth-authorization-server
## Documentation MCP server
Search and retrieve ClearPolicy customer documentation — product how-tos, guides, and API reference pages.
- **MCP Server URL:** https://docs.clearpolicy.app/mcp
- **MCP Discover
OpenAPI Spec (preview)
{
"openapi": "3.1.0",
"info": {
"title": "ClearPolicy API",
"description": "Programmatic access to your organization's people, documents, and attestation requests.\n\nEach API token is limited to 60 requests per minute. Successful responses and `429 Too Many Requests` responses include `X-RateLimit-Limit`, `X-RateLimit-Remaining`, and `X-RateLimit-Reset` headers.",
"version": "1.0.0"
},
"servers": [
{
"url": "https://api.clearpolicy.app/api/v1"
}
],
"securit