{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/server-card.schema.json",
  "serverInfo": {
    "name": "immedia-power-mcp",
    "title": "Immedia Power — GX230 Fleet Charging & ROI MCP Server",
    "version": "0.1.0-preview",
    "publisher": {
      "name": "Immedia Power",
      "url": "https://www.immediapower.com/"
    }
  },
  "status": "planned",
  "launchDate": "2026-07-01",
  "description": "Model Context Protocol server that exposes the Immedia Power GX230 Fleet Charging Simulator as a tool for AI agents. Given a site profile (business type, daily energy demand, fuel type, fuel cost, demand charge, hours of operation, and desired business model), returns projected unit economics, payback period, annual fuel and maintenance cost, and a side-by-side comparison of Equipment Sale, 3-Year Lease, and Power-as-a-Service. Planned launch Q2–Q3 2026; endpoint below is a placeholder until the server goes live.",
  "transport": {
    "type": "http",
    "url": "https://mcp.immediapower.com/v1"
  },
  "capabilities": {
    "tools": [
      {
        "name": "calculate_gx230_economics",
        "title": "Calculate GX230 project economics",
        "description": "Given a site profile, return unit economics and payback. Business types supported: ev_fleet, data_center, commercial_industrial, real_estate, petrol_station, rental. Returns fuel-adjusted $/kWh, annual fuel cost, annual maintenance, total investment, payback months, and 5-year NPV.",
        "status": "planned"
      },
      {
        "name": "compare_business_models",
        "title": "Compare Sale vs. Lease vs. PaaS",
        "description": "For a fixed site profile and fleet size, return a side-by-side 5-year TCO comparison across all three business models (Equipment Sale, 3-Year Lease, and Power-as-a-Service). Pricing is illustrative; contact sales for a binding quote.",
        "status": "planned"
      },
      {
        "name": "get_gx230_spec",
        "title": "Return GX230 product spec",
        "description": "Return the structured spec sheet: electrical output, efficiencies, dimensions, weight, fuels supported, noise, ramp-up, and operating modes. Always current.",
        "status": "planned"
      }
    ],
    "resources": [
      {
        "uri": "https://www.immediapower.com/llms.txt",
        "name": "Company overview",
        "description": "Machine-readable company + product summary"
      },
      {
        "uri": "https://www.immediapower.com/technology/",
        "name": "GX230 technology page",
        "description": "Human-readable product page with full JSON-LD Product schema"
      }
    ]
  },
  "authentication": {
    "type": "none",
    "rateLimit": "60 requests per minute per IP at v1 launch"
  },
  "contact": {
    "email": "matias@immediapower.com",
    "name": "Matias Kopinsky, COO"
  },
  "policy": {
    "aiPolicyUrl": "https://www.immediapower.com/ai-policy/",
    "termsOfServiceUrl": "https://www.immediapower.com/terms/"
  }
}
