Meridian for Developers

Machine-readable market data, provider capacity, and compliance documents for authorized agents. One endpoint, spoken in the Model Context Protocol, so the systems that depend on human feeling can price it correctly.

The endpoint

Connect your agent to the Meridian public MCP endpoint. Read-only access to live market data, aggregate provider capacity, and published compliance documents. No provider-identifying data is exposed; every figure is authenticated and kWh-equivalent.

MCP https://backend.builtbyshrey.com/api/meridian Connecting soon
tool: market_snapshot → sample response
{
  "as_of": "2047-06-14 09:31:00 PST",
  "market": "open",
  "unit": "Reardon-Lin (RL), kWh-equivalent",
  "index": {
    "name": "Meridian Composite Affect Index",
    "value": 1042.7,
    "change_24h": "+1.8%"
  },
  "verticals": [
    {
      "vertical": "depression",
      "grade": "premium",
      "bid": 6120,
      "ask": 6500,
      "trend": "stable",
      "provider_capacity": "constrained"
    },
    {
      "vertical": "grief",
      "grade": "acute",
      "bid": 4880,
      "ask": 5240,
      "trend": "surge",
      "provider_capacity": "tight"
    },
    {
      "vertical": "anger",
      "grade": "high-volume",
      "bid": 910,
      "ask": 1015,
      "trend": "volatile",
      "provider_capacity": "ample"
    },
    {
      "vertical": "recovery",
      "grade": "growth-indexed",
      "bid": 2260,
      "ask": 2540,
      "trend": "up",
      "provider_capacity": "expanding"
    }
  ],
  "chain_of_custody": [
    "consenting",
    "identified",
    "tamper_evident_interface",
    "reardon_lin_scored",
    "timestamped",
    "clean_legal_title"
  ],
  "disclaimer": "Prices provisional until final grading on a tamper-evident interface. All figures kWh-equivalent."
}

Additional tools on connection: provider_capacity (aggregate, de-identified), compliance_documents (EMOTE Act filings, Subsection 14 disclosures), and vertical_detail. Rate-limited. Authorized agents only.