{
  "name": "Sprello",
  "description": "Read-only MCP server for Sprello (sprello.ai), the AI creative engine for consumer brands. Tools cover the product overview, pricing, API reference, and markdown versions of key site pages.",
  "endpoint": "https://sprello.ai/mcp",
  "transport": "streamable-http",
  "protocolVersion": "2026-07-28",
  "authentication": { "type": "none" },
  "tools": [
    {
      "name": "get_product_overview",
      "description": "What Sprello is, what it does, and who it is for. Returns markdown."
    },
    {
      "name": "get_pricing",
      "description": "Current Sprello pricing plans with prices, credits, and features. Returns JSON."
    },
    {
      "name": "get_api_reference",
      "description": "Reference for Sprello public agent endpoints and the Workflow API. Returns markdown."
    },
    {
      "name": "get_page",
      "description": "Fetch the markdown representation of a key sprello.ai page by path."
    }
  ],
  "mcpServers": {
    "sprello": {
      "type": "http",
      "url": "https://sprello.ai/mcp"
    }
  },
  "documentation": "https://sprello.ai/developers",
  "contact": "contact@sprello.ai"
}
