{
  "$schema": "https://modelcontextprotocol.io/schemas/discovery.json",
  "name": "dispatch",
  "description": "Dispatch — EU inference utility. Manage your account (models, keys, usage, billing, capacity floors) from any MCP client.",
  "vendor": "Dispatch SAS",
  "homepage": "https://dispatch-power.manus.space",
  "documentation": "https://docs.fuel1.ai/mcp",
  "llms_txt": "https://dispatch-power.manus.space/llms.txt",
  "servers": [
    {
      "id": "dispatch",
      "transport": "stdio",
      "command": "npx",
      "args": ["-y", "@blackfuel/mcp"],
      "env": { "FUEL1_API_KEY": "<your key — https://console.fuel1.ai/keys>" },
      "tools": ["models.list", "keys.create", "usage.query", "billing.get", "floor.status"]
    }
  ],
  "api": {
    "type": "openai-compatible",
    "base_url": "https://api.fuel1.ai/v1",
    "auth": "bearer",
    "models_endpoint": "https://api.fuel1.ai/v1/models",
    "eu_residency": "append :eu to any model id"
  }
}

