# Prism > Prism reads contracts -- residential and commercial leases, mortgages, insurance policies, HOA documents -- and returns every deadline with its exact date, what happens if it is missed, and the sentence of the contract it came from. Dates are computed from the contract's rules, not estimated. ## Connect an agent - MCP server (streamable HTTP, OAuth 2.1 with dynamic client registration): https://prism.parad1gm.com/api/prism-mcp - Claude Code: `claude mcp add --transport http prism https://prism.parad1gm.com/api/prism-mcp` - API key alternative: create one at https://prism.parad1gm.com/prism/billing and send `Authorization: Bearer ` - Setup guide: https://prism.parad1gm.com/agents ## Tools - prism_review_contract: send a contract by url, text, or fileBase64; returns a contractId immediately - prism_get_contract: results by contractId; full for paid contracts, a 3-fact preview otherwise; never spends credits - prism_unlock_contract: spend 1 credit for every fact; free if already paid - prism_upcoming_deadlines: open deadlines across all contracts - prism_list_contracts: contracts in the account - prism_get_account: credits and prices - prism_buy_credits: a checkout link for the user; cannot pay - prism_send_feedback: tell the Prism team a result was wrong, something was missing, or what price would work; a person reads every message; free ## Pricing - $0.50 per contract, charged once when its full results are first delivered - 3 free credits for every new account - Previews, re-reads and unreadable documents are free; the same document is never charged twice - People can also pay $1 per contract or $9/month on the website ## Policies - Privacy: https://prism.parad1gm.com/privacy - Terms: https://prism.parad1gm.com/terms