{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card.json",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "toostamply",
    "title": "TooStamply Tools",
    "version": "1.0.0",
    "description": "MCP server exposing TooStamply's free browser-based tools: QR code generator, email signature generator, color palette generator, invoice generator, and CSS gradient generator.",
    "vendor": "TooStamply",
    "homepage": "https://www.toostamply.com",
    "documentation": "https://www.toostamply.com/llms-full.txt",
    "contact": {
      "name": "TooStamply",
      "email": "hello@toostamply.com",
      "url": "https://www.toostamply.com"
    }
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://www.toostamply.com/mcp",
    "supportedMethods": ["POST"]
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false,
      "subscribe": false
    },
    "prompts": {
      "listChanged": false
    },
    "logging": {}
  },
  "tools": [
    {
      "name": "generate_qr_code",
      "description": "Generate a customizable QR code (URL, vCard, Wi-Fi, email, phone, SMS and more) with optional logo, color, shape and frame.",
      "url": "https://www.toostamply.com/qr"
    },
    {
      "name": "generate_email_signature",
      "description": "Generate an HTML email signature using professional templates compatible with Gmail, Outlook and Apple Mail.",
      "url": "https://www.toostamply.com/signatures"
    },
    {
      "name": "extract_color_palette",
      "description": "Extract a color palette from an image and export to Tailwind CSS, SCSS, CSS variables, Bootstrap and more.",
      "url": "https://www.toostamply.com/colors"
    },
    {
      "name": "generate_invoice",
      "description": "Create a professional invoice with 12 templates, 50+ currencies and export to PDF.",
      "url": "https://www.toostamply.com/invoice"
    },
    {
      "name": "generate_css_gradient",
      "description": "Generate linear, radial, conic, mesh and animated CSS gradients with code export.",
      "url": "https://www.toostamply.com/gradients"
    },
    {
      "name": "scan_qr_code",
      "description": "Scan a QR code from an uploaded image or camera stream and decode its contents.",
      "url": "https://www.toostamply.com/qr-scanner"
    }
  ],
  "authentication": {
    "type": "none"
  },
  "license": {
    "name": "Proprietary",
    "url": "https://www.toostamply.com"
  }
}
