Texas Solar Buyback Plan Catalog
Return the current catalog of solar buyback plans available in Texas, across every deregulated TDU (Oncor, CenterPoint, AEP Texas Central, AEP Texas North, TNMP, Lubbock Power & Light). Includes Meter Energy plans (fetched live from the Light API) plus competitor plans (TXU, Reliant, Octopus, Rhythm, Gexa, Cirro, Champion, and others). For each plan: provider name, plan name, TDU, contract term, import rate (¢/kWh), export buyback rate, base fee, ETF, estimated annual cost at a default profile, battery program support, signup URL, and source URL. Optional filters: tdu, providerType, termMonths.
Endpoint
POST https://meterplan.com/api/v1/list-solar-buyback-plans
MCP tool name: list_solar_buyback_plans
Inputs
tdustringOptional filter on TDU (Transmission and Distribution Utility) display name. Case-insensitive partial match. Examples: 'Oncor', 'CenterPoint', 'AEP Texas Central', 'AEP Texas North', 'TNMP', 'Lubbock Power & Light'. Omit to return plans from every TDU.
providerTypeenum<meter | competitor>Optional filter on provider type. 'meter' returns only Meter Energy plans. 'competitor' returns only non-Meter plans (TXU, Reliant, Octopus, Rhythm, Gexa, Cirro, Champion, and others). Omit to return both.
termMonthsnumberOptional filter on exact contract length in months. Typical values: 12, 24, 36. Omit to return every term length.
Outputs
nameanyCatalog identifier.
generatedAtstringISO 8601 timestamp the catalog was assembled.
validThroughstringISO 8601 timestamp after which the catalog should be re-fetched. The underlying feed revalidates hourly.
publisherobjectCatalog publisher and provenance metadata.
methodologyarray<string>Bullet points documenting how the catalog is assembled. Cite these when summarizing the data.
assumptionsobjectDefault profile used to compute estimatedAnnualCostDollars.
tduReferencesarray<object>Representative ZIP and landing URL for each Texas TDU.
sourceStatusarray<object>Per-source freshness and coverage status. Inspect before treating a TDU slice as complete.
recommendedPagesarray<object>Public pages on meterplan.com to link to for human readers and follow-up workflows.
plansarray<object>Solar buyback plan rows after applying any filters from the input. Sorted by TDU, then by estimated annual cost ascending, then by provider and plan name.
filterobjectEcho of the filter inputs alongside before/after plan counts. Useful for confirming a filter narrowed the catalog as expected.
Example prompts
- “List every solar buyback plan available in Texas.”
- “Show all 12-month solar buyback plans in Oncor territory.”
- “Return Meter Energy plans across all TDUs.”
- “What competitor plans are in CenterPoint with a 24-month term?”
- “Audit the full Texas solar buyback rate catalog.”