{
  "name": "daemoon",
  "displayName": "Daemoon",
  "description": "Open-source MCP gateway. One bearer token gives any AI coding agent unified, encrypted access to Vercel, GitHub, Cloudflare, Supabase, GCP, Stripe, Resend, OpenAI, and Anthropic.",
  "version": "1.3.0",
  "vendor": "Daemoon",
  "homepage": "https://daemoon.dev",
  "repository": "https://github.com/daemoon-dev/daemoon",
  "license": "MIT",
  "endpoint": "https://daemoon.dev/api/mcp",
  "transport": "http",
  "protocolVersion": "2025-06-18",
  "authentication": {
    "type": "bearer",
    "tokenIssuer": "https://daemoon.dev/dashboard",
    "oauth": {
      "protectedResourceMetadata": "https://daemoon.dev/.well-known/oauth-protected-resource",
      "authorizationServerMetadata": "https://daemoon.dev/.well-known/oauth-authorization-server",
      "dynamicClientRegistration": "https://daemoon.dev/oauth/register",
      "scopes": ["mcp"]
    }
  },
  "categories": ["devops", "infrastructure", "cloud", "deployment", "ai", "payments", "email"],
  "providers": ["vercel", "github", "cloudflare", "supabase", "gcp", "stripe", "resend", "openai", "anthropic", "npm"],
  "install": {
    "claudeCode": "claude mcp add --transport http daemoon https://daemoon.dev/api/mcp --header \"Authorization: Bearer <PAT>\"",
    "cursor": {
      "url": "https://daemoon.dev/api/mcp",
      "headers": { "Authorization": "Bearer <PAT>" }
    },
    "generic": {
      "type": "http",
      "url": "https://daemoon.dev/api/mcp",
      "headers": { "Authorization": "Bearer <PAT>" }
    }
  },
  "tools": [
    "vercel.list_projects",
    "vercel.create_deployment",
    "github.list_repos",
    "github.create_repo",
    "supabase.list_projects",
    "supabase.run_sql",
    "cloudflare.list_zones",
    "cloudflare.create_dns_record",
    "gcp.list_projects",
    "gcp.list_services",
    "stripe.list_products",
    "stripe.list_customers",
    "stripe.create_payment_link",
    "resend.send_email",
    "resend.list_domains",
    "openai.list_models",
    "openai.chat_completion",
    "anthropic.create_message",
    "npm.whoami",
    "npm.list_packages",
    "npm.view"
  ]
}
