LIVE ENDPOINT
https://justabill.ai/mcp
Connect to this endpoint to inspect the live schema for start_run 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.just-a-bill-ai]
url = "https://justabill.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"just-a-bill-ai": {
"type": "http",
"url": "https://justabill.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: just-a-bill-ai
Remote MCP URL: https://justabill.ai/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": {
"just-a-bill-ai": {
"url": "https://justabill.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"just-a-bill-ai": {
"type": "http",
"url": "https://justabill.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "just-a-bill-ai",
"transport": "streamable-http",
"url": "https://justabill.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
agentic_process— Admin-only hosted Process jobs and staged result submissions.site_info— Return public Just A Bill AI site information, policy links, API paths, and feedback guidance.list_runs— List public run summaries from the hosted read model catalog.get_run— Load the public primary read model for a run.get_run_steps— Load the public workflow and step-status read model for a run.get_step_details— Load public detail data for one run step or substep.get_summary_details— Load public government-summary detail data for a run.get_claim_check_details— Load public bill-title claim-check detail data for a run.