MCP server providing affiliate comparison links for Check24 and Finanzcheck. Supports insurance, energy, finance, travel, and telecom categories for the German market.
Overview
Tools
get_kategorien(anbieter?)
Returns all available affiliate categories.
anbieter:check24,finanzcheck, oralle(default)
get_link(kategorie)
Returns the affiliate link for a specific category.
- Example:
kfz,strom,kredit,haftpflicht,dsl,solar
suche(intent)
Finds the best matching affiliate link based on a user query.
- Example:
"Ich brauche eine günstige KFZ-Versicherung"
suche_alle(intent, max_treffer?)
Returns the top N matching affiliate links across all providers.
- Default: 3 results
Categories
Check24: Strom, Ökostrom, Gas, DSL & Internet, Mobilfunk, Pauschalreisen, Mietwagen, C24 Bank
Finanzcheck: KFZ-Versicherung, Haftpflicht, Hausrat, Wohngebäude, Rechtsschutz, BU, Lebensversicherung, Rente, Riester, Rürup, Unfall, PKV, Krankenzusatz, Pflege, Hund, Baufinanzierung, Kredit, Kreditkarten, Girokonto, Solar, Firmenversicherung
Server Config
{
"mcpServers": {
"affiliate-links": {
"url": "https://mcp-affiliate-876583171210.europe-west1.run.app/sse"
}
}
}