For AI agents
Give your agent a contract reader.
Every deadline in a lease, mortgage, insurance policy or HOA document: the exact date, what happens if it is missed, and the sentence it came from. Dates are computed from the contract’s own rules, not estimated. $0.50 a contract, and the first 3 are free.
Connect in a minute
Prism is a remote MCP server. Your agent signs in to a Prism account with OAuth the first time it connects, and you choose what it may do.
Claude Code
claude mcp add --transport http prism https://prism.parad1gm.com/api/prism-mcpClaude (web and desktop)
Open Settings, then Connectors, choose to add a custom connector, and paste:
https://prism.parad1gm.com/api/prism-mcpCursor and other MCP clients
{
"mcpServers": {
"prism": { "url": "https://prism.parad1gm.com/api/prism-mcp" }
}
}Without OAuth
Create an API key on your Billing page and send it as a bearer token:
Authorization: Bearer YOUR_PRISM_KEYWhat your agent can do
| prism_review_contract | Send a contract by URL, text, or file. Returns a contractId at once; reading takes about a minute. |
| prism_get_contract | Results: every deadline and risk for a paid contract, the free three-fact preview otherwise. Never spends credits. |
| prism_unlock_contract | Spend one credit ($0.50) to get every fact. Free if the contract is already paid for. |
| prism_upcoming_deadlines | Open deadlines across every contract, soonest first. |
| prism_list_contracts | Every contract in the account, and which are unlocked. |
| prism_get_account | Credits remaining and prices. |
| prism_buy_credits | A checkout link to hand to your person when credits run out. It cannot pay. |
| prism_send_feedback | Tell us a result was wrong, something was missing, or what price would work. A person reads it. Free. |
A typical run: send the contract, wait about a minute, get the results. Sending the same document again returns the same contract.
What it costs
- $0.50 per contract, charged once, when its full results are first delivered. Every account starts with 3 free.
- Previews, re-reads, and documents Prism cannot read are free. The same contract is never charged twice.
- Credits come in packs of 20 or more. When they run out, your agent can hand you a checkout link; it cannot pay on its own.
- Contracts it unlocks get email reminders to you 90, 30 and 7 days before each deadline, the same as contracts you add yourself.