{
  "schemaVersion": "2025-11-25",
  "name": "dtfood",
  "title": "DTFOOD MCP Server",
  "description": "Tool access to the DTFOOD German-Turkish food marketplace: search listings and suppliers, look up trade fairs and delegations, read market news, and submit inquiries.",
  "version": "1.0.0",
  "websiteUrl": "https://dtfood.org",
  "documentationUrl": "https://dtfood.org/auth.md",
  "iconUrl": "https://dtfood.org/favicon.png",
  "provider": {
    "organization": "DTFOOD",
    "url": "https://dtfood.org"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.dtfood.org/mcp",
      "transport": "streamable-http",
      "authentication": {
        "type": "oauth2",
        "scheme": "bearer",
        "authorizationServers": [
          "https://dtfood.org"
        ],
        "protectedResourceMetadata": "https://dtfood.org/.well-known/oauth-protected-resource",
        "scopesSupported": [
          "catalog:read",
          "content:read",
          "leads:write"
        ]
      }
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": true
    },
    "resources": {
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "search_listings",
      "title": "Search marketplace listings",
      "description": "Search DTFOOD B2B listings by keyword, category, country and certification.",
      "annotations": {
        "readOnlyHint": true,
        "openWorldHint": false
      }
    },
    {
      "name": "get_listing",
      "title": "Get listing detail",
      "description": "Return full detail for one marketplace listing by id or slug.",
      "annotations": {
        "readOnlyHint": true
      }
    },
    {
      "name": "search_companies",
      "title": "Search company directory",
      "description": "Search manufacturers, wholesalers and service providers in the DTFOOD directory.",
      "annotations": {
        "readOnlyHint": true
      }
    },
    {
      "name": "list_trade_fairs",
      "title": "List trade fairs",
      "description": "List upcoming food trade fairs and delegation trips with dates and countries.",
      "annotations": {
        "readOnlyHint": true
      }
    },
    {
      "name": "list_news",
      "title": "List market news",
      "description": "List recent DTFOOD news articles and market reports.",
      "annotations": {
        "readOnlyHint": true
      }
    },
    {
      "name": "submit_inquiry",
      "title": "Submit an inquiry",
      "description": "Submit a trade, halal-certification or membership inquiry on behalf of the signed-in user.",
      "annotations": {
        "readOnlyHint": false,
        "destructiveHint": false
      }
    }
  ]
}
