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.
ENDPOINT 1
https://justabill.ai/mcp
MCP server metadata
- Name
- just-a-bill-ai
- Version
- 1.0.0
Use public read tools for run inspection and verification bundle discovery. Write tools require Clerk/PAT authentication when enabled.
Known tools 15
site_infoReturn public Just A Bill AI site information, policy links, API paths, and feedback guidance.
Inferred read-onlyget_run_agent_contextLoad the lightweight agent entry context for a run, including summaries, claim check, bill metadata, MCP guidance, report, verification, support, and attribution links.
Inferred read-onlyget_account_statusReturn authenticated account credit status for the Clerk user or MCP PAT owner.
Inferred read-onlystart_company_flowCreate a company-relevance run version from a non-company or deferred source run.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.