← valueengine.de

INDIVIDUAL MCP TOOL

get_product_summary

Return the canonical one-sentence product description of ChangeMaker.

valueengine.denone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

valueengine.de

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.valueengine-de]
url = "https://valueengine.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "valueengine-de": {
      "type": "http",
      "url": "https://valueengine.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: valueengine-de
Remote MCP URL: https://valueengine.de/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "valueengine-de": {
      "url": "https://valueengine.de/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "valueengine-de": {
      "type": "http",
      "url": "https://valueengine.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "valueengine-de",
  "transport": "streamable-http",
  "url": "https://valueengine.de/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • book_demo — Return the URL where prospects can book a demo of ChangeMaker.
  • list_proof_points — Return the four proof statistics ChangeMaker publishes: shareholder return ratio, initiatives driven, transformations supported, impact under management.
  • get_company_info — Return the operating company info for ChangeMaker (Principia Mentis GmbH).
  • list_languages — Return the locales the ChangeMaker site is published in.
  • get_markdown_url — Return the URL of the markdown mirror of the ChangeMaker homepage for the given locale.