← WebMCP Directory

Tool tree

redpim.de

liveProductivity & Business
https://redpim.de/
redPIM is a cloud Product Information Management (PIM) system for technical wholesalers and mid-market distributors to manage, optimize, and distribute product data across channels, with Claude-powered AI workflows and an MCP server.
Explore capabilities

page: /

request_consultationAction

Request a redPIM consultation for a technical distributor / wholesaler. Provide name, optional company, a reply email and a short message about your catalog, data sources, target systems and goals. redPIM gets back to you by email.

View tool JSON
{
  "name": "request_consultation",
  "kind": "act",
  "impl": "declarative",
  "description": "Request a redPIM consultation for a technical distributor / wholesaler. Provide name, optional company, a reply email and a short message about your catalog, data sources, target systems and goals. redPIM gets back to you by email.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "Name *"
      },
      "company": {
        "type": "string",
        "description": "Firma"
      },
      "email": {
        "type": "string",
        "description": "E-Mail *"
      },
      "message": {
        "type": "string",
        "description": "Worum geht's? (Katalog-Größe, Quellen, Zielsysteme, Ziele) *"
      },
      "website": {
        "type": "string"
      }
    },
    "required": [
      "name",
      "email",
      "message"
    ]
  },
  "page": "/"
}

page: /redpim-testen.html

request_redpim_trialAction

Request a free redPIM trial (up to 3 months) for a technical distributor / wholesaler. It starts with a 30–60 min consultation to check fit. Provide name, optional company, a reply email, optional phone, and a short message about catalog, data sources, target systems and goals.

View tool JSON
{
  "name": "request_redpim_trial",
  "kind": "act",
  "impl": "declarative",
  "description": "Request a free redPIM trial (up to 3 months) for a technical distributor / wholesaler. It starts with a 30–60 min consultation to check fit. Provide name, optional company, a reply email, optional phone, and a short message about catalog, data sources, target systems and goals.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "anliegen": {
        "type": "string"
      },
      "name": {
        "type": "string",
        "description": "Vor- und Nachname"
      },
      "company": {
        "type": "string",
        "description": "Firmenname"
      },
      "email": {
        "type": "string",
        "description": "[email protected]"
      },
      "phone": {
        "type": "string",
        "description": "für die Terminabsprache"
      },
      "message": {
        "type": "string",
        "description": "Katalog-Größe, Datenquellen, Zielsysteme (Shop, Marktplatz, Ariba, Print), Ziele …"
      },
      "website": {
        "type": "string"
      }
    },
    "required": [
      "name",
      "email",
      "message"
    ]
  },
  "page": "/redpim-testen.html"
}