{
  "schema_version": "2025-12-11",
  "name": "MarketPounce",
  "serverInfo": {
    "name": "marketpounce-brand",
    "version": "1.2.0"
  },
  "server_name": "MarketPounce",
  "description": "Brand-owner MCP for the MarketPounce growth desk. Authenticate via OAuth 2.1 (recommended) or brand API key (mpb_…). Full tool catalog is tools/list after auth.",
  "endpoint": "https://www.marketpounce.com/api/mcp",
  "tools": [
    {
      "name": "whoami",
      "description": "Authenticated brand MCP principal and working brand."
    },
    {
      "name": "list_brands",
      "description": "List brands this key can access."
    },
    {
      "name": "set_brand",
      "description": "Set the working brand for subsequent tools."
    }
  ],
  "remotes": [
    {
      "transportType": "streamableHttp",
      "url": "https://www.marketpounce.com/api/mcp"
    }
  ],
  "authentication": {
    "schemes": ["bearer", "oauth2"],
    "description": "OAuth 2.1 with dynamic client registration (recommended), or brand API key (mpb_…).",
    "oauth": {
      "authorization_server": "https://www.marketpounce.com",
      "authorization_endpoint": "https://www.marketpounce.com/api/mcp/oauth/authorize",
      "token_endpoint": "https://www.marketpounce.com/api/mcp/oauth/token",
      "registration_endpoint": "https://www.marketpounce.com/api/mcp/oauth/register",
      "scopes_supported": ["openid", "profile", "email", "brands"],
      "code_challenge_methods_supported": ["S256", "plain"]
    }
  },
  "documentation": "https://www.marketpounce.com/ai-info",
  "public_surfaces": [
    "https://www.marketpounce.com/",
    "https://www.marketpounce.com/pricing",
    "https://www.marketpounce.com/for/brands",
    "https://www.marketpounce.com/llms.txt"
  ]
}
