{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.drillable/gateway",
  "title": "drillable",
  "description": "A reference gateway your agent calls — it drills a real, cited source for what holds up, and says so when it can't. No auth.",
  "version": "0.1.2",
  "websiteUrl": "https://drillable.com",
  "icons": [
    {
      "src": "https://drillable.com/icons/favicon-512.png",
      "mimeType": "image/png",
      "sizes": [
        "512x512"
      ]
    },
    {
      "src": "https://drillable.com/icons/favicon.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.drillable.com"
    }
  ]
}