INDIVIDUAL MCP TOOL
account.status
Check the credit balance, tier, rate limits, and upgrade options for the API key on this connection.
LIVE ENDPOINT
https://corpuslaw.us/api/mcp
Connect to this endpoint to inspect the live schema for account.status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.corpus-legal]
url = "https://corpuslaw.us/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"corpus-legal": {
"type": "http",
"url": "https://corpuslaw.us/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: corpus-legal
Remote MCP URL: https://corpuslaw.us/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"corpus-legal": {
"url": "https://corpuslaw.us/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"corpus-legal": {
"type": "http",
"url": "https://corpuslaw.us/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "corpus-legal",
"transport": "streamable-http",
"url": "https://corpuslaw.us/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
law.search— 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.law.get_node— Fetch the full text, citation, and hierarchy of a single legal provision by its node id (a UUID returned by law.law.list_coverage— List which jurisdictions are ingested (federal, state, and municipal), with per-jurisdiction provision counts, searchable-chunk counts, GIS status, and a placeholder flag.formation.requirements— 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 $75 EIN add-on when available.formation.lookup_naics— 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).formation.handoff— Validate a formation draft and generate the prefilled handoff link on corpuslaw.