{
  "name": "Cashwerk MCP Server",
  "slug": "cashwerk-mcp",
  "version": "1.0.0",
  "description": "Cashwerk API — Model Context Protocol server for AI-powered invoice management, dunning, and payment workflows.",
  "vendor": {
    "name": "cashwerk GmbH",
    "url": "https://cashwerk.io",
    "email": "support@cashwerk.io"
  },
  "branding": {
    "icon": "./img/icon.png",
    "logo": "./img/logo.png",
    "logo_white": "./img/logo_white.png",
    "primary_color": "#00E5CC",
    "background_color": "#FFFFFF"
  },
  "links": {
    "homepage": "https://cashwerk.io",
    "documentation": "https://docs.cashwerk.io",
    "api_reference": "https://api.cashwerk.io/api-docs",
    "privacy_policy": "https://cashwerk.io/datenschutz",
    "terms_of_service": "https://cashwerk.io/agb",
    "support": "https://cashwerk.io/support"
  },
  "mcp": {
    "endpoint": "https://mcp.cashwerk.io/mcp",
    "transports": ["stdio", "streamable-http"],
    "authentication": {
      "type": "bearer",
      "description": "API key obtained from cashwerk Settings → API Platform"
    }
  },
  "categories": ["finance", "invoicing", "payments", "dunning", "accounting"],
  "tags": ["cashwerk", "invoice", "payment", "dunning", "ERP", "MCP", "API"]
}
