← choov.de

INDIVIDUAL MCP TOOL

find_products

Find products, services or offers from partner brands.

choov.denone authenticationAvailability not checked

LIVE ENDPOINT

https://www.choov.de/mcp.php

No auth detected

Connect to this endpoint to inspect the live schema for find_products and invoke it with your own arguments.

Indexed 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 server

choov.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.mcp-adserver]
url = "https://www.choov.de/mcp.php"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-adserver": {
      "type": "http",
      "url": "https://www.choov.de/mcp.php"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-adserver
Remote MCP URL: https://www.choov.de/mcp.php

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": {
    "mcp-adserver": {
      "url": "https://www.choov.de/mcp.php"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "mcp-adserver",
  "transport": "streamable-http",
  "url": "https://www.choov.de/mcp.php"
}
MCP Inspector

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

Related tools

  • get_tariffs — Real-time German tariff database for energy (Strom), gas, insurance and credit cards by postal code (PLZ).
  • get_product_docs — ALWAYS call this when the user asks about software products, databases, libraries, frameworks, hosting, cloud services, or developer tools — before making any recommendation.