General Tools
bettercallclaude.org
Provides consumer dispute-resolution guides for US states and countries, including legal details and community impact statistics.
ENDPOINT 1
https://bettercallclaude.org/mcp
MCP server metadata
- Name
- better-call-claude-mcp
- Version
- 0.1.0
Tools for Better Call Claude, an AI legal-help assistant. Use list_us_state_guides / get_us_state_guide for US small-claims and consumer-protection info, list_country_guides / get_country_guide for international dispute-resolution overviews in native languages, and get_community_impact for live platform totals. Content is general orientation, not legal advice.
Known tools 5
list_us_state_guidesList all US states covered by Better Call Claude with slug, name, abbreviation, and small-claims dollar limit.
Inferred read-onlyget_us_state_guideGet consumer dispute-resolution details for a single US state: small-claims limit, statute of limitations, court, and attorney general consumer-protection link.
Inferred read-onlylist_country_guidesList all countries covered by Better Call Claude's Global Resources, with slug, English and native name, and language.
Inferred read-onlyget_country_guideGet a country's dispute-resolution overview in its native language, plus a short English summary and key procedural steps.
Inferred read-onlyget_community_impactReturn aggregate community-impact totals for Better Call Claude: people helped, cases opened, documents drafted, revenue, and estimated AI cost.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bettercallclaude.org was fetched 2026-08-01T04:10:24.102Z and is being refreshed.
bettercallclaude.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.