{
  "name": "suedeai",
  "title": "Suede AI",
  "version": "1.0.0",
  "description": "Read-only MCP server for Suede AI: company overview, live paid-endpoint catalog, and any suedeai.ai page as Markdown.",
  "protocolVersions": [
    "2025-11-25",
    "2025-06-18",
    "2025-03-26"
  ],
  "transport": {
    "type": "streamable-http",
    "url": "https://suedeai.ai/mcp"
  },
  "endpoints": [
    "https://suedeai.ai/mcp",
    "https://suedeai.ai/.well-known/mcp"
  ],
  "authentication": {
    "required": false
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "suede_overview",
      "title": "Suede AI overview",
      "description": "Returns suedeai.ai/llms.txt: what Suede AI is, its products and practice, when an agent should use it, developer resources, and contact routes."
    },
    {
      "name": "list_generation_endpoints",
      "title": "List paid generation endpoints",
      "description": "Reads the live OpenAPI spec at app.suedeai.ai/openapi.json and lists each paid x402 endpoint (music, video, image) with its method, path, USD price and the free poll route that returns the finished asset. Read this before paying for a generation."
    },
    {
      "name": "get_suede_page",
      "title": "Get a suedeai.ai page as Markdown",
      "description": "Fetches a page on suedeai.ai and returns it as Markdown. Pass a site path such as '/', '/docs', '/press' or '/founder'."
    }
  ],
  "instructions": "Suede AI (suedeai.ai) runs full-stack GEO — SEO, AI search visibility, digital PR and managed AI operations — at seo.suedeai.ai, and sells paid AI music, video and image generation to agents over x402 (USDC on Base) at app.suedeai.ai. Use suede_overview first for what Suede is and when to use it. Use list_generation_endpoints before generating media: it reads the live OpenAPI spec, so prices and routes are current. Use get_suede_page to read any suedeai.ai page as Markdown. This server is read-only and never charges. To pay for and run a generation, install the @suedeai/mcp-server package or call the HTTP endpoints directly.",
  "relatedServers": [
    {
      "name": "@suedeai/mcp-server",
      "transport": "stdio",
      "registry": "https://www.npmjs.com/package/@suedeai/mcp-server",
      "description": "Paid music and video generation over x402 on Base; runs locally with the agent's wallet."
    }
  ],
  "documentation": "https://suedeai.ai/llms.txt",
  "openapi": "https://app.suedeai.ai/openapi.json"
}