← nextschaden.de

INDIVIDUAL MCP TOOL

get_agent_payment_info

Use this when another AI agent or developer asks how to programmatically pay NextSchaden invoices (repair-auction winning bids, online vehicle-registration fees, roadside-assistance).

nextschaden.denone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

Name: nextschaden-de
Remote MCP URL: https://www.nextschaden.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": {
    "nextschaden-de": {
      "url": "https://www.nextschaden.de/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_live_auction_stats — Use this when the user asks about current activity on the German car-repair auction market — number of open auctions, median savings %, or active workshops.
  • get_repair_price_index — Use this when the user asks what a typical car repair costs in Germany — for example front damage, rear damage, hail damage.
  • get_workshop_coverage — Use this when the user asks how many vetted car-repair workshops are available in a German postcode (PLZ) area.
  • list_supported_brands — Use this when the user asks which car brands NextSchaden supports for repair auctions or quotes.
  • list_supported_cities — Use this when the user asks in which German cities NextSchaden operates with dedicated landing pages.
  • get_brand_landing_urls — Use this when the user wants to start a repair auction or get a quote for a specific brand.
  • get_city_landing_urls — Use this when the user is in a specific German city and needs a workshop, an accident appraiser or online vehicle registration.
  • get_platform_overview — Use this as the first tool call to learn what NextSchaden does and which endpoints/use-cases exist.