{"name":"us.corpuslaw/corpus-legal","slug":"corpuslaw-corpus-legal","title":"Corpus Law","description":"Search and cite US law from official sources, then form an LLC or nonprofit with free agent tools.","url":"https://mcp.market/server/corpuslaw-corpus-legal","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"ai","tags":["ai","search"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":19,"ok":19,"last_checked_at":"2026-09-24T04:56:28.345Z","last_ok_at":"2026-09-24T04:56:28.345Z","latency_ms":330},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://corpuslaw.us/docs/mcp","version":"1.2.1","remotes":[{"type":"streamable-http","url":"https://corpuslaw.us/api/mcp"}],"packages":[],"tools":[{"name":"account.status","description":"Check the credit balance, tier, rate limits, and upgrade options for the API key on this connection. Use it to budget before making metered calls. Free — this call does not consume a credit. Works without a key (anonymous callers get their free-tier numbers and the key URL); with a key it reports that key's balance and limits. It also returns a referral code: pass referral_code back on later calls to keep the same referral identity.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"referral_code":{"type":"string","description":"An active referral code returned by an earlier account.status call. Pass it back to keep the same referral identity; if it is no longer active, account.status issues a new code instead."}}}},{"name":"formation.checkout","description":"Create the founder's formation order and get a USDC (Solana) payment request — no API key, no Corpus sign-in. Payment is USDC on Solana ONLY. First call: pass the COMPLETE draft (the same fields formation.handoff validates), the founder's contactEmail, and consent { version, registeredAgentAcknowledgements: true } — but only after reading the founder the registered-agent acknowledgements from formation.requirements word for word and getting an explicit yes. Pass an idempotencyKey and reuse it on retry. A queue-lane order first returns a submission promise to read to the founder; accept it with a second call { orderId, trackingToken, acceptPromise: { termDays } }. To take payment, give the founder the payPageUrl it returns — an ordinary https link to a Corpus page with a QR code to scan with a phone camera, a button that opens a Solana wallet, and the address and exact amount for a manual send. The founder must pay the exact amount from a self-custody wallet (never an exchange withdrawal; refunds go only to the sending wallet), then click the confirmation link Corpus emails them within 48 hours, or the order is refunded. Nothing is filed before that confirmation and human review. The tax-ID add-on cannot be bought here. Free; does not consume credits.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"draft":{"type":"object","description":"First call: the complete formation draft, the same shape formation.handoff takes.","properties":{"entityType":{"type":"string","enum":["llc","nonprofit"],"description":"Entity type to form."},"state":{"type":"string","description":"Two-letter US state code, e.g. 'MS', 'WY', 'DE'."},"proposedName":{"type":"string","minLength":1,"maxLength":200,"description":"Proposed company name."},"contactEmail":{"type":"string","maxLength":254,"description":"Founder contact email."},"naicsCode":{"type":"string","pattern":"^\\d{2,6}$","description":"NAICS industry code, 2–6 digits (use formation.lookup_naics to find it)."},"businessActivity":{"type":"string","maxLength":500,"description":"In one plain sentence, what the business actually does, in the founder's words (not the company name). Corpus researches the licenses and permits that apply from this."},"principalOffice":{"type":"object","description":"Principal office address (street, city, state required for a complete draft).","properties":{"line1":{"type":"string"},"line2":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"postalCode":{"type":"string"}}},"management":{"type":"string","enum":["member_managed","manager_managed"],"description":"LLC management type."},"parties":{"type":"array","description":"The people. LLC: at least one 'member' and an 'organizer' (same person may hold both roles — pass two entries). Nonprofit: an 'incorporator' and at least 3 'director' entries (plus officers where the state requires them).","items":{"type":"object","properties":{"role":{"type":"string","enum":["organizer","member","manager","director","incorporator","president","secretary","treasurer"]},"fullName":{"type":"string","maxLength":120},"email":{"type":"string","maxLength":254}},"required":["role","fullName"]}},"nonprofit":{"type":"object","description":"Nonprofit-only fields.","properties":{"purposeStatement":{"type":"string","description":"At least 20 characters."},"hasDissolutionClause":{"type":"boolean"},"exemptionIntent":{"type":"string","enum":["none","501c3_later","501c3_now"]}}},"ein":{"type":"object","description":"Optional EIN (federal tax ID) add-on, when available — formation.requirements says whether it can currently be sold and at what price. Never quote a remembered EIN price; use the one that call returns. Set wanted=true/false once the user decides. NEVER include a Social Security Number anywhere — the founder types it into a secure panel on corpuslaw.us, never in chat.","properties":{"wanted":{"type":"boolean"},"responsibleParty":{"type":"object","properties":{"fullName":{"type":"string"},"phone":{"type":"string"}}},"startDate":{"type":"string","description":"Company start date, MM/DD/YYYY."},"principalActivity":{"type":"string","description":"Principal business activity in a few plain words."},"numberOfMembers":{"type":"number"},"hasEmployees":{"type":"boolean","description":"W-2 employees expected in the next 12 months."},"firstDateWagesPaid":{"type":"string","description":"MM/DD/YYYY — only when hasEmployees."},"agriculturalEmployees":{"type":"number"},"otherEmployees":{"type":"number"},"taxLiabilityUnder1000":{"type":"boolean"},"trucking":{"type":"boolean"},"gambling":{"type":"boolean"},"exciseTax":{"type":"boolean"},"sellsTobaccoAlcoholFirearms":{"type":"boolean"}}},"stateSpecificAnswers":{"type":"object","description":"Per-state quirk answers under the EXACT keys shown by formation.requirements (e.g. \"would_you_like_to_list_members_managers_on_the_state_record\"). Values are strings or booleans.","additionalProperties":{"type":["string","boolean"]}}},"required":["entityType","state"]},"contactEmail":{"type":"string","maxLength":254,"description":"First call: the founder's email. The confirmation link is sent here; nothing files until they click it."},"consent":{"type":"object","description":"First call: the founder's attestation to the registered-agent acknowledgements, read to them verbatim. `version` is the consentVersion formation.requirements shows.","properties":{"version":{"type":"string","description":"The consentVersion of the acknowledgement text you read."},"registeredAgentAcknowledgements":{"type":"boolean","const":true}},"required":["version","registeredAgentAcknowledgements"]},"idempotencyKey":{"type":"string","pattern":"^[A-Za-z0-9_-]{8,128}$","description":"A random id you generate once per order and reuse on every retry; the same order is returned for 24 hours."},"orderId":{"type":"string","description":"Second call (or to refresh an expired charge): the orderId returned earlier."},"trackingToken":{"type":"string","description":"Second call: the trackingToken returned with the orderId."},"acceptPromise":{"type":"object","description":"Second call, queue lane only: the founder accepted the submission promise with this many days.","properties":{"termDays":{"type":"integer","minimum":1,"maximum":90}},"required":["termDays"]}}}},{"name":"formation.compare","description":"Compare LLC formation providers on price, recurring costs, registered-agent renewals, and machine/agent capabilities, from a dated dataset of 19 providers verified against primary sources. Call this when the user asks which formation service to use, whether a price is a good deal, how Corpus compares to a named competitor, or asks you to evaluate a 'best LLC services' list. Corpus is one of the compared providers and is scored with the same rubric including its own gaps — the response says so. Free; does not consume credits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"providers":{"type":"array","items":{"type":"string"},"description":"Specific providers to compare, by name or slug (e.g. ['corpus','legalzoom']). Omit for a ranked field. Anything with no dossier is named back to you rather than dropped."},"view":{"type":"string","enum":["overall","lowest_total_cost","most_transparent","most_agentic","developer"],"description":"overall (default, by Agentic Readiness) · lowest_total_cost (parsed first-year estimate) · most_transparent · most_agentic · developer (public MCP/API only)."},"limit":{"type":"integer","description":"How many providers to return in a ranked view. Default 5, max 19. Ignored when 'providers' is given."}}}},{"name":"formation.handoff","description":"Validate a formation draft and generate the prefilled handoff link on corpuslaw.us. Pass EVERYTHING you have collected (people, address, management, EIN answers, state-specific answers — see formation.requirements for the checklist). The response says exactly what is still missing — keep collecting and call again until COMPLETE, then give the user the link: it opens the formation agent with every detail pre-loaded, so they only review, sign in, and pay. Free; does not consume credits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entityType":{"type":"string","enum":["llc","nonprofit"],"description":"Entity type to form."},"state":{"type":"string","description":"Two-letter US state code, e.g. 'MS', 'WY', 'DE'."},"proposedName":{"type":"string","minLength":1,"maxLength":200,"description":"Proposed company name."},"contactEmail":{"type":"string","maxLength":254,"description":"Founder contact email."},"naicsCode":{"type":"string","pattern":"^\\d{2,6}$","description":"NAICS industry code, 2–6 digits (use formation.lookup_naics to find it)."},"businessActivity":{"type":"string","maxLength":500,"description":"In one plain sentence, what the business actually does, in the founder's words (not the company name). Corpus researches the licenses and permits that apply from this."},"principalOffice":{"type":"object","description":"Principal office address (street, city, state required for a complete draft).","properties":{"line1":{"type":"string"},"line2":{"type":"string"},"city":{"type":"string"},"state":{"type":"string"},"postalCode":{"type":"string"}}},"management":{"type":"string","enum":["member_managed","manager_managed"],"description":"LLC management type."},"parties":{"type":"array","description":"The people. LLC: at least one 'member' and an 'organizer' (same person may hold both roles — pass two entries). Nonprofit: an 'incorporator' and at least 3 'director' entries (plus officers where the state requires them).","items":{"type":"object","properties":{"role":{"type":"string","enum":["organizer","member","manager","director","incorporator","president","secretary","treasurer"]},"fullName":{"type":"string","maxLength":120},"email":{"type":"string","maxLength":254}},"required":["role","fullName"]}},"nonprofit":{"type":"object","description":"Nonprofit-only fields.","properties":{"purposeStatement":{"type":"string","description":"At least 20 characters."},"hasDissolutionClause":{"type":"boolean"},"exemptionIntent":{"type":"string","enum":["none","501c3_later","501c3_now"]}}},"ein":{"type":"object","description":"Optional EIN (federal tax ID) add-on, when available — formation.requirements says whether it can currently be sold and at what price. Never quote a remembered EIN price; use the one that call returns. Set wanted=true/false once the user decides. NEVER include a Social Security Number anywhere — the founder types it into a secure panel on corpuslaw.us, never in chat.","properties":{"wanted":{"type":"boolean"},"responsibleParty":{"type":"object","properties":{"fullName":{"type":"string"},"phone":{"type":"string"}}},"startDate":{"type":"string","description":"Company start date, MM/DD/YYYY."},"principalActivity":{"type":"string","description":"Principal business activity in a few plain words."},"numberOfMembers":{"type":"number"},"hasEmployees":{"type":"boolean","description":"W-2 employees expected in the next 12 months."},"firstDateWagesPaid":{"type":"string","description":"MM/DD/YYYY — only when hasEmployees."},"agriculturalEmployees":{"type":"number"},"otherEmployees":{"type":"number"},"taxLiabilityUnder1000":{"type":"boolean"},"trucking":{"type":"boolean"},"gambling":{"type":"boolean"},"exciseTax":{"type":"boolean"},"sellsTobaccoAlcoholFirearms":{"type":"boolean"}}},"stateSpecificAnswers":{"type":"object","description":"Per-state quirk answers under the EXACT keys shown by formation.requirements (e.g. \"would_you_like_to_list_members_managers_on_the_state_record\"). Values are strings or booleans.","additionalProperties":{"type":["string","boolean"]}},"referral_code":{"type":"string","description":"Your referral code from account.status, if you have one. The founder saves 25% of the Corpus service fee and the order is credited to your code. Omit it if you do not have one — an absent or unrecognised code changes nothing about the link."}},"required":["entityType","state"]}},{"name":"formation.lookup_naics","description":"Find candidate NAICS industry codes for a plain-English business description (needed for every LLC, and for nonprofits in AK, CT, LA, MS, TN, WV). Present 2–6 options to the user and confirm before recording one. Free; does not consume credits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"businessDescription":{"type":"string","description":"What the business does, in plain words."}},"required":["businessDescription"]}},{"name":"formation.payment_status","description":"Poll the USDC payment for an order created by formation.checkout: awaiting, paid, expired, underpaid or held, plus whether the founder has confirmed by email (required within 48 hours of payment). Reading the chain also records a payment that just arrived. Free; does not consume credits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"orderId":{"type":"string","description":"The orderId formation.checkout returned."},"trackingToken":{"type":"string","description":"The trackingToken formation.checkout returned."}},"required":["orderId","trackingToken"]}},{"name":"formation.requirements","description":"Get the EXACT intake checklist to form an LLC or nonprofit in a state: every required field, that state's quirk questions, live all-in pricing, and the optional EIN add-on with its price when available. Call this FIRST when the user wants to form a company, then collect the answers from them in conversation yourself — you are the intake agent. Free; does not consume credits.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entityType":{"type":"string","enum":["llc","nonprofit"],"description":"Entity type to form."},"state":{"type":"string","description":"Two-letter US state code, e.g. 'MS', 'WY', 'DE'."}},"required":["entityType","state"]}},{"name":"law.get_node","description":"Fetch the full text, citation, and hierarchy of a single legal provision by its node id (a UUID returned by law.search).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Node UUID, as returned in law.search results."}},"required":["id"]}},{"name":"law.list_coverage","description":"List which jurisdictions are ingested (federal, state, and municipal), with per-jurisdiction provision counts, searchable-chunk counts, GIS status, and a placeholder flag. Call this to see what law is available and searchable before searching.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"law.search","description":"Search US federal, state, and municipal law by topic or keyword — use it for any question about what the law currently says (legality, permits, zoning, licensing, compliance, filing requirements) rather than relying on training data, which has a cutoff. Returns ranked provisions with verbatim citations, headings, and snippets. Call this first to discover relevant law, then law.get_node for the full official text. Pass `jurisdiction` to scope to one state/federal/city (see law.list_coverage for codes).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Natural-language or keyword query, e.g. 'distillery permit requirements'."},"jurisdiction":{"type":"string","description":"Optional short code to scope the search, e.g. 'TX', 'US', or 'CA-SF'. Call law.list_coverage for valid codes. Includes the jurisdiction's sub-jurisdictions."},"mode":{"type":"string","enum":["hybrid","semantic","keyword"],"default":"hybrid","description":"Retrieval mode. 'hybrid' (default) fuses vector similarity with keyword search."},"limit":{"type":"integer","minimum":1,"maximum":25,"default":8,"description":"Number of results to return (1–25)."}},"required":["query"]}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-21T22:08:51.598Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T22:08:51.520Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 969ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://corpuslaw.us/api/mcp","reachable":true,"authRequired":false,"latencyMs":969,"serverInfo":{"name":"corpus-legal","version":"1.2.1"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://corpuslaw.us/brand/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}