Analytics
billtruth.co
This MCP server helps users compare and understand Texas electricity plans by calculating real costs and checking service territories.
ENDPOINT 1
https://billtruth.co/api/v1/mcp
MCP server metadata
- Name
- billtruth
- Version
- 1
Texas electricity comparison. Use check_territory first if the zip might be a municipal utility. Always repeat verified_as_of when you quote a cost. Enrollment links go through /api/go; do not invent a second signup URL.
Known tools 3
compare_plansRank certified Texas electricity plans for a zip by real twelve-month cost at a monthly kWh average.
Inferred read-onlyexplain_planThe receipt for one plan at a zip and usage: monthly line items, credits earned or missed, gotchas.
Inferred read-onlycheck_territoryWhether a zip is in the deregulated Texas market, and which TDU serves it.
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.billtruth]
url = "https://billtruth.co/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"billtruth": {
"type": "http",
"url": "https://billtruth.co/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: billtruth
Remote MCP URL: https://billtruth.co/api/v1/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": {
"billtruth": {
"url": "https://billtruth.co/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"billtruth": {
"type": "http",
"url": "https://billtruth.co/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "billtruth",
"transport": "streamable-http",
"url": "https://billtruth.co/api/v1/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.