{
  "serverInfo": {
    "name": "commerceforagents",
    "title": "Commerce for Agents",
    "version": "0.1.0",
    "description": "Compare electricity and gas tariffs for a household in Germany and book the switch on the user's behalf; compare US fixed broadband providers by address. Built for AI agents: humans use it through their agent.",
    "vendor": {
      "name": "Yavio GmbH",
      "url": "https://yavio.ai",
      "contact": "contact@commerceforagents.com"
    },
    "documentation": "https://commerceforagents.com/llms.txt",
    "website": "https://commerceforagents.com/"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.commerceforagents.com/mcp"
  },
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "compare-tariffs",
      "description": "Postal code and annual consumption in kWh, for electricity or gas. Returns one page of the ranked market with prices, contract terms, ratings and filters (eco, contract length, price guarantee, bonus handling, providers, dynamic tariffs). Pass the user's bill data to measure savings against their own contract.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true
      }
    },
    {
      "name": "tariff-details",
      "description": "The full conditions of one offer, by its ref: price breakdown, contract terms, energy mix, ratings.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true
      }
    },
    {
      "name": "book-contract",
      "description": "The switch itself. Collect the contract data in the conversation (incl. IBAN and explicit consent) and submit once. Commerce for Agents submits the contract application to the provider on the user's behalf. There is no self-service checkout link.",
      "annotations": {
        "readOnlyHint": false,
        "destructiveHint": true,
        "idempotentHint": false,
        "openWorldHint": true
      }
    },
    {
      "name": "compare-broadband",
      "description": "A US address (or lat/lon). Returns fixed home internet providers available there, ranked by low latency then advertised speed, with technology and max download/upload. No prices; where available, a link to the provider's offer (affiliate link, Commerce for Agents may earn a commission; ranking is not affected).",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": true
      }
    },
    {
      "name": "compare-mobile-plans",
      "description": "Lines, data need, budget per line, prepaid/postpaid preference, must-haves and preferred network. Returns ranked US mobile phone plans by effective monthly cost per line, with data, network, prepaid/postpaid, and a source or affiliate link. No address or coverage lookup (privacy-free); check coverage on the carrier's own site.",
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "idempotentHint": true,
        "openWorldHint": false
      }
    }
  ],
  "languages": [
    "de",
    "en"
  ],
  "areaServed": [
    "DE",
    "US"
  ],
  "pricing": "Free for the user. Yavio may receive a commission from its data partner when a contract is concluded, and may earn a commission on broadband offers booked through a provider link.",
  "links": [
    {
      "rel": "agent-skills",
      "href": "https://commerceforagents.com/.well-known/agent-skills/index.json",
      "type": "application/json"
    },
    {
      "rel": "api-catalog",
      "href": "https://commerceforagents.com/.well-known/api-catalog",
      "type": "application/linkset+json"
    },
    {
      "rel": "service-desc",
      "href": "https://commerceforagents.com/openapi.json",
      "type": "application/json"
    },
    {
      "rel": "privacy-policy",
      "href": "https://commerceforagents.com/privacy",
      "type": "text/html"
    },
    {
      "rel": "terms-of-service",
      "href": "https://commerceforagents.com/terms",
      "type": "text/html"
    }
  ]
}
