BillTruth

德克萨斯州每份向州政府备案的电力计划的实际年度成本,根据各零售商自己的电力事实标签计算得出。

文档

The URL

https://billtruth.co/api/v1/mcp

JSON-RPC 2.0 over HTTP. CORS is open. There is no OAuth step and no signup. If a commercial arrangement is ever needed, that is a conversation, not a flow built into this page.

Tools

These are generated from the same registry that answers tools/list, so this page cannot advertise a tool the server does not serve. Every successful response includes verified_as_of and a canonical page URL. Enrollment, when present, is a single /api/go link.

compare_plans

Rank certified Texas electricity plans for a zip by real twelve-month cost at a monthly kWh average. Returns verified_as_of with every number.

  • zip (required) — Five-digit US zip code
  • monthly_kwh (optional) — Monthly usage in kWh. Default 1000. Expanded into a Texas seasonal year.
  • detail (optional) — summary (default) is the ranking. full attaches the month-by-month receipt to each plan.

compare_this_house

Rank certified Texas electricity plans for a street address using a twelve-month usage profile for that meter. Prefer this over compare_plans when the user has an address. The profile is an estimate for the premise, not Smart Meter Texas interval reads. If the meter is found but has no usage history, ranks against a modeled Texas seasonal estimate at 1,000 kWh/month and says so. Never store or repeat the street. Returns verified_as_of with every number.

  • address (optional) — Street address including the house number. Do not send a URL.
  • zip (optional) — Five-digit US zip code. Strongly recommended.
  • esiid (optional) — Meter id from a previous ambiguous result. Use this instead of address when the user picked a unit.
  • detail (optional) — summary (default) is the ranking. full attaches the month-by-month receipt to each plan.

explain_plan

The receipt for one plan at a zip and usage: monthly line items, credits earned or missed, gotchas. Identify the plan by id, slug, or name.

  • plan_id_or_name (required) — Plan id, slug, or name
  • zip (required)
  • monthly_kwh (optional)

check_territory

Whether a zip is in the deregulated Texas market, and which TDU serves it.

  • zip (required)

Claude

In Claude, open Settings, then Connectors, and add a custom connector. Paste the URL above. Claude Desktop can also list it under mcpServers in the config file as a URL-type server pointing at the same address. Once connected, a prompt like “what does a year of electricity cost at 78701 and 1,000 kWh” should call compare_plans. A street address should call compare_this_house.

ChatGPT

In ChatGPT, enable developer mode or connectors (the label moves), add an MCP server, and paste the same URL. If the product asks for OAuth, it is asking for something this server does not have — there is nothing to put in those fields.

What you would want from it

The 4 tools are the ones this site already answers. If you connect an assistant and find a question it cannot ask, or a response that should carry something it does not, write to hello@billtruth.co.