← Registry

AI & Machine Learning

justabill.ai

Provides public site information and read-only access to AI agent run summaries, primary run models, and workflow step-statuses, plus an admin-only tool for hosted Process jobs and staged result submissions.

1 endpoint15 known toolsFirst detected September 22, 2026Last detected September 22, 2026

ENDPOINT 1

https://justabill.ai/mcp

No auth detected

MCP server metadata

Name
just-a-bill-ai
Version
1.0.0
Capabilities
tools
Server instructions

Use public read tools for run inspection and verification bundle discovery. Write tools require Clerk/PAT authentication when enabled.

Known tools 15

agentic_process

Admin-only hosted Process jobs and staged result submissions.

Inferred read-only
site_info

Return public Just A Bill AI site information, policy links, API paths, and feedback guidance.

Inferred read-only
list_runs

List public run summaries from the hosted read model catalog.

Inferred read-only
get_run

Load the public primary read model for a run.

Inferred read-only
get_run_steps

Load the public workflow and step-status read model for a run.

Inferred read-only
get_step_details

Load public detail data for one run step or substep.

Inferred read-only
get_summary_details

Load public government-summary detail data for a run.

Inferred read-only
get_claim_check_details

Load public bill-title claim-check detail data for a run.

Inferred read-only
get_verification_bundle

Load replay-bundle metadata for a full run or one step.

Inferred read-only
get_run_agent_context

Load the lightweight agent entry context for a run, including summaries, claim check, bill metadata, MCP guidance, report, verification, support, and attribution links.

Inferred read-only
get_account_status

Return authenticated account credit status for the Clerk user or MCP PAT owner.

Inferred read-only
start_run

Start a hosted bill analysis run.

Inferred read-only
reserve_run_funding

Reserve or update credits for a deferred company-flow run.

Potential side effects
submit_feedback

Submit metered feedback against a run, step, substep, or LLM call.

Inferred read-only
start_company_flow

Create a company-relevance run version from a non-company or deferred source run.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.