Prism

Give your AI agent a contract reader.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Prism Review Contract: Send a contract for Prism to read: a lease, mortgage, insurance policy, HOA document or commercial lease. Give exactly one of url (a public link), text (the words, if you have t
  • Prism Get Contract: Returns one contract's status and results, by contractId. When reading is COMPLETE: the summary, deadlines (kind, dueDate, daysUntilDue, consequence, the source sentence) and risks
  • Prism Unlock Contract: Get every deadline and risk for a contract that has finished reading. Spends 1 credit ($0.50) unless the contract is already paid for, in which case it is free. Returns the same

What data it sees

Do you need an account

No: the server works without sign-in

Give your AI agent a contract reader. Prism reads leases, mortgages, insurance policies and HOA documents and returns every deadline with its exact date, what happens if it is missed, and the sentence it came from. 3 free contracts, then $0.50 each.

Server tool list (8)

Raw names from tools/list. Only developers need these.

prism_review_contractSend a contract for Prism to read: a lease, mortgage, insurance policy, HOA document or commercial lease. Give exactly one of url (a public link), text (the words, if you have them), or fileBase64 (a PDF or photo). Returns a contractId at once; reading takes about a minute, then call prism_get_contract. Sending the same document again returns the same contract. Reading is free; full results cost 1 credit ($0.50) when first delivered, and accounts start with 3 free.
prism_get_contractReturns one contract's status and results, by contractId. When reading is COMPLETE: the summary, deadlines (kind, dueDate, daysUntilDue, consequence, the source sentence) and risks. If the contract is already paid for, every fact; otherwise the free 3-fact preview and how many facts are withheld. Never spends credits -- use prism_unlock_contract for that.
prism_unlock_contractGet every deadline and risk for a contract that has finished reading. Spends 1 credit ($0.50) unless the contract is already paid for, in which case it is free. Returns the same shape as prism_get_contract. If the account has no credits, returns the preview and says how to get more.
prism_list_contractsReturns every contract in this Prism account, newest first: contractId, name, status (PENDING, COMPLETE, FAILED), documentType, whether full results are unlocked, and when it was added. Paginated with nextCursor.
prism_upcoming_deadlinesReturns open deadlines across every contract in the account, soonest first, within the next withinDays (default 90). Each has contractId, contract name, kind, dueDate, daysUntilDue and what happens if it is missed. Unpaid contracts contribute only their preview deadlines; lockedDeadlines says how many more exist.
prism_send_feedbackSends a message to the people who build Prism and returns a confirmation. Use it when a result is wrong, when your user needed something Prism did not return, or when price is what stops your user from paying -- and say what they would pay. A person reads every message. Free: never spends credits.
prism_get_accountReturns this Prism account's credits and prices: credits remaining, the price per contract ($0.50), whether an Unlimited subscription covers everything, and how many contracts were added this month.
prism_buy_creditsReturns a Stripe checkout link for your user to buy credits ($0.50 each, 20-2000 at a time). This tool cannot pay: it only returns a link. Credits are added when your user completes the payment.