{
  "schema_version": "1.0",
  "serverInfo": {
    "name": "Marinefill MCP Server",
    "version": "1.0.0",
    "description": "Turkey's first digital marine fuel bunkering platform.",
    "homepage": "https://marinefill.com",
    "contact": "info@marinefill.com"
  },
  "transport": {"type": "http", "endpoint": "https://marinefill.com/.well-known/mcp/server-card.json"},
  "capabilities": {"tools": true, "resources": true, "prompts": false, "sampling": false},
  "tools": [
    {
      "name": "submit_rfq",
      "description": "Submit a marine fuel bunkering RFQ for Aegean/Mediterranean ports.",
      "inputSchema": {
        "type": "object",
        "required": ["contactName", "contactEmail", "shipName", "location", "fuelType", "quantity"],
        "properties": {
          "contactName": {"type": "string"},
          "contactEmail": {"type": "string", "format": "email"},
          "shipName": {"type": "string"},
          "imo": {"type": "string"},
          "location": {"type": "string", "enum": ["Marmaris", "Bodrum", "Fethiye", "Göcek"]},
          "eta": {"type": "string", "format": "date-time"},
          "fuelType": {"type": "string", "enum": ["VLSFO", "MGO", "HFO", "LSMGO", "LNG"]},
          "quantity": {"type": "number"}
        }
      },
      "endpoint": "https://marinefill.com/rfq"
    },
    {
      "name": "get_ports",
      "description": "List available bunkering ports.",
      "inputSchema": {"type": "object", "properties": {}},
      "endpoint": "https://marinefill.com/sitemap-main.xml"
    }
  ],
  "resources": [
    {"uri": "https://marinefill.com/openapi.json", "name": "OpenAPI Spec", "mimeType": "application/openapi+json"},
    {"uri": "https://marinefill.com/.well-known/api-catalog", "name": "API Catalog", "mimeType": "application/linkset+json"},
    {"uri": "https://marinefill.com/index.md", "name": "Site Overview", "mimeType": "text/markdown"}
  ]
}
