Model Context Protocol (MCP) lets AI clients connect to external tools over a standard interface. ClearPolicy exposes a remote MCP server so you can use natural language to manage documents, people, and signing requests from Claude, ChatGPT, and other MCP-compatible clients. When you connect ClearPolicy, your AI client is redirected to ClearPolicy for OAuth. You sign in, approve access, and return to the client. You do not need to create API keys or copy bearer tokens.Documentation Index
Fetch the complete documentation index at: https://docs.clearpolicy.app/llms.txt
Use this file to discover all available pages before exploring further.
What you can do
Once ClearPolicy is connected, you can ask your AI client to:- Send a document for signature or acknowledgment
- Check who still has a pending request
- Send reminders for outstanding requests
- Add a person, then send them a document in the same conversation
- Check whether a specific person has completed a document
- Review compliance across documents in your organization
Connection details
Use these values when your AI client asks for a remote MCP server:| Setting | Value |
|---|---|
| Server URL | https://api.clearpolicy.app/mcp |
| Transport | Streamable HTTP |
| Authentication | OAuth 2.0 |
Manual setup
Many MCP clients use this standard remote server shape:Claude Desktop
Add the same server definition to yourclaude_desktop_config.json.
Restart Claude Desktop after you save the file. The first time you use ClearPolicy, Claude opens the ClearPolicy OAuth flow so you can sign in and authorize access.
ChatGPT and other MCP clients
If your client supports remote MCP servers, add a new server with the same URL, transport, and OAuth settings shown above. The exact UI and JSON format vary by client, but the ClearPolicy connection details stay the same.Client support for remote MCP and OAuth setup still varies. If your client does not yet support remote HTTP MCP servers with OAuth, ClearPolicy will not appear as a working option until that support is available.
Available tools
The ClearPolicy MCP server exposes these tools to connected AI clients.Documents
List documents
Browse published documents in your organization. Filter by name to find the right document.
Get document
View document details, including the current version and completion counts.
Import document
Create a new signable document in ClearPolicy from a public PDF or Word document URL.
People
List people
Browse contacts in your organization. Filter by name or email address.
Get person
View a contact’s profile and document compliance summary.
Create person
Add a new contact so they can receive signing or acknowledgment requests.
Signing requests
Send signing request
Send a signature or acknowledgment request to one or more people.
List signing requests
Review requests by document, person, or status.
Get signing request
Check the status of a specific request.
Send reminder
Send a reminder email for a pending request.
Cancel signing request
Cancel a pending request.