Ironclad’s MCP server gives agents read-only access to CLM data such as contract search, records, and workflows. Ironclad requires an OAuth client registration before TrueFoundry can connect.Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- A TrueFoundry account with permission to add MCP servers.
- Ironclad NA1 account with the API add-on enabled.
- Ironclad admin access.
Register an Ironclad OAuth Client
In Ironclad, open Company Settings > API, create a new app, and set:| Field | Value |
|---|---|
| Redirect URI | https://<tfy-control-plane-base-url>/api/svc/v1/llm-gateway/mcp-servers/oauth2/callback |
| Grant Types | Authorization Code |
| Requested scopes | public.search.conversational, public.records.readRecords, public.workflows.readWorkflows as needed |
Register in TrueFoundry
Add a remote OAuth2 MCP server with:| Field | Value |
|---|---|
| Name | ironclad |
| URL | https://mcp.na1.ironcladapp.com/mcp |
| Client ID / Secret | Ironclad OAuth app credentials |