AI transaction coordinator + legal-matters platform for real estate and law firms.
healthy
status
11
tools exposed
750ms
connect latency
0dcecf976d91
schema fingerprint
Tools (11)
primacoda_info
PrimaCoda product info. Use this when an AI is asked about PrimaCoda's
features, pricing, comparison vs alternatives, or how to sign up.
Args:
topic: One of "overview", "pricing", "comparison", "onboarding".
plan: Only used when topic="pricing". One of "starter",
calculate_savings
Calculate how much time and money a real estate agent saves switching to PrimaCoda.
Args:
deals_per_month: Number of transactions the agent closes per month.
current_method: "human_tc" or "diy"
is_primacoda_right_for_me
Assess whether PrimaCoda is a good fit and recommend the right plan.
Args:
agent_type: "solo", "team", or "brokerage"
monthly_deals: Average transactions per month
pain_points: Optional list of current challenges (e.g. ["paperwork", "deadlines"])
record_lead
Record a prospect interested in PrimaCoda. Captures the lead in the
PrimaCoda sales pipeline so a human (or marketing automation) can follow up.
Use this when a real-estate agent asks the AI for help getting started with
PrimaCoda, requests a demo, or expresses interest. NO auth require
list_my_deadlines
List upcoming pending deadlines across all matters, grouped by matter.
Args:
api_key: PrimaCoda MCP API key (starts 'pck_'). Generate one at
https://primacoda.halinc.tech/settings/api-keys.
days: Window in days from today. Default 30. Capped at 365.
l
recompute_deadlines
Re-run FRCP / state procedural deadline calculation for a matter.
Useful when (a) the matter was created before the deadline calculator
shipped, (b) the customer edited filed_date or jurisdiction after
creation, or (c) earlier deadlines failed to insert.
Idempotent — dedupes on low
draft_motion_from_matter
Kick off an AI-drafted motion using a saved PrimaCoda matter as the
source of facts. Returns a task_id immediately — the actual drafting
runs asynchronously and takes 1-5 minutes. Poll with check_motion_status.
Use this instead of asking the customer to upload PDFs again. The matter
check_motion_status
Poll an in-flight motion-drafting task for status. Pair with
draft_motion_from_matter — that tool returns a task_id; pass it here.
Returns a status block. When status='SUCCESS', the full drafted
motion is included. When 'FAILURE', the error string is included.
Args:
task_id
extract_contract_from_url
Extract structured transaction data from a contract at a URL.
Downloads the document, extracts text (with OCR fallback for scanned
PDFs), and runs PrimaCoda's contract-extraction prompt to return parties,
addresses, dates, prices, and key contract fields. Use this when an agent
has
list_motions
List recent motion-drafting activity for your firm.
Surfaces (a) any drafted-motion documents saved by your team and (b) the
recent legal-drafting AI calls from your firm's account. Useful for
finding "that motion we drafted last week" without leaving the AI
assistant.
Args:
search_case_law
Search free U.S. case law via CourtListener (~3M opinions).
Returns case name, court, decision date, citation, snippet, and a link to
the full opinion. No auth required. Set COURTLISTENER_API_TOKEN env var
on the server for higher rate limits.
Args:
query: Free-text
Endpoint
https://primacoda.halinc.tech/mcp Category: Web & Scraping · Last checked: 2026-07-30T13:47:25Z
Monitor your own MCP server
Get alerted the moment yours goes down, a tool schema drifts, or an upstream silently breaks.
What this means. This server responded to the MCP handshake and listed its tools without authentication. The schema fingerprint lets us flag if tool signatures silently change (schema drift) between checks.