INDIVIDUAL MCP TOOL
list_us_state_guides
List all US states covered by Better Call Claude with slug, name, abbreviation, and small-claims dollar limit.
LIVE ENDPOINT
https://bettercallclaude.org/mcp
Connect to this endpoint to inspect the live schema for list_us_state_guides and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.better-call-claude-mcp]
url = "https://bettercallclaude.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"better-call-claude-mcp": {
"type": "http",
"url": "https://bettercallclaude.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: better-call-claude-mcp
Remote MCP URL: https://bettercallclaude.org/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": {
"better-call-claude-mcp": {
"url": "https://bettercallclaude.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"better-call-claude-mcp": {
"type": "http",
"url": "https://bettercallclaude.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "better-call-claude-mcp",
"transport": "streamable-http",
"url": "https://bettercallclaude.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_us_state_guide— Get consumer dispute-resolution details for a single US state: small-claims limit, statute of limitations, court, and attorney general consumer-protection link.list_country_guides— List all countries covered by Better Call Claude's Global Resources, with slug, English and native name, and language.get_country_guide— Get a country's dispute-resolution overview in its native language, plus a short English summary and key procedural steps.get_community_impact— Return aggregate community-impact totals for Better Call Claude: people helped, cases opened, documents drafted, revenue, and estimated AI cost.