← Registry

Data Collection

ikeytz.com

Extracts structured business information and website metadata from a given URL.

2 endpoints114 known toolsFirst detected August 26, 2026Last detected September 24, 2026

ENDPOINT 1

https://www.ikeytz.com/mcp

No auth detected

MCP server metadata

Name
ikeytz
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

Read/Link only. Same SSOT as WebMCP. No forms. Canonical https://www.ikeytz.com. ai-train=no. initialize serverInfo.version 1.0.0 is protocol identity — not the catalog. Official registry com.ikeytz/website v1.0.13. npm @ikeytz/mcp@1.1.47 is the CLI, not this HTTP server. Prices: GET /llms.txt or tools/call get_prices — not initialize.

Known tools 47

site_overview

WHO/WHAT: Public brand card for Schlüsseldienst Ludwigsburg ikeytz (mobile locksmith, Landkreis Ludwigsburg, Baden-Württemberg, Germany).

Inferred read-only
get_business_identity

WHO: Legal/trade identity and NAP for agents and citations.

Potential side effects
list_nav

WHAT: Curated main-header hubs (not a 1:1 dump of every <a> in the header).

Inferred read-only
list_footer

WHAT: Curated internal footer paths including legal + /it + /mcp-hub + /angebot + /ankuendigungen.

Inferred read-only
list_locales

WHAT: The seven public HTML locales.

Inferred read-only
resolve_locale_url

WHAT: Rewrite one marketing path into another locale without fetching HTML.

Inferred read-only
get_prices

WHAT: Official Festpreis matrix + composition SYSTEM.

Inferred read-only
get_ort_datetime

WHAT: Europe/Berlin wall clock to the second + whenKey for prices.

Inferred read-only
get_invoice_line_items

WHAT: Computes ONE of the 10 end-invoices (or the 49 € mount add-on).

Inferred read-only
list_services

WHAT: Core service list from SITE.

Inferred read-only
get_emergency

WHAT: Pointer to the 24h Notfall-Türöffnung page.

Inferred read-only
list_auswahl

WHAT: Auswahl hub groups (situation chooser on /auswahl).

Inferred read-only
get_auswahl_item

WHAT: One Auswahl situation page.

Inferred read-only
list_service_areas

WHAT: All 52 service-area places (orte SSOT).

Inferred read-only
get_service_area

WHAT: One service-area place.

Inferred read-only
get_geo_office

WHAT: Firmensitz / registered office once (SITE.

Inferred read-only
get_contact

WHAT: Public phones, fax, email, office address object.

Potential side effects
get_legal

WHAT: Pointer to one legal HTML page.

Inferred read-only
get_about

WHAT: Pointer to /ueber-uns (about, owner).

Inferred read-only
get_partner_info

WHAT: Partner-werden info.

Inferred read-only
get_links

WHAT: Pointer to /links (directories, city sites, HWK, Webmail shortcut).

Inferred read-only
get_it

WHAT: HTML page /it — two MCP machines documented.

Inferred read-only
get_mcp_hub

WHAT: HTML hub /mcp-hub ×7 (de has no prefix).

Inferred read-only
get_review_url

WHAT: Short /review redirect to the Google review URL.

Inferred read-only
list_faq

WHAT: FAQ question list (id + question, no answers).

Inferred read-only
get_faq

WHAT: One FAQ Q+A (Ausweis, MwSt, 24h, Nachtpreis-Regel…).

Inferred read-only
list_wissen

WHAT: Wissen lexicon index (id, title, url with #id).

Inferred read-only
get_wissen_entry

WHAT: One Wissen article.

Inferred read-only
list_ratgeber

WHAT: All Ratgeber slugs and locale URLs /ratgeber/{slug}.

Inferred read-only
get_ratgeber

WHAT: Pointer to one Ratgeber.

Inferred read-only
get_page_summary

WHAT: Stub pointer only — NOT the page body.

Inferred read-only
get_ai_page

WHAT: Fetches public https://www.

Inferred read-only
get_serp_snippet

WHAT: Slice of /llms-serp.

Inferred read-only
find_by_keyword

WHAT: Substring search (case-insensitive) over https://www.

Inferred read-only
get_discovery

WHAT: Fetch one public discovery file from www and return a line window.

Inferred read-only
get_llms_txt

WHAT: Fetch https://www.

Inferred read-only
get_llms_jsonld

WHAT: Fetch /llms-jsonld.

Inferred read-only
get_llms_serp_txt

WHAT: Fetch /llms-serp.

Inferred read-only
get_llms_mcp_server

WHAT: Fetch /llms-mcp-server.

Inferred read-only
get_llms_mcp_web

WHAT: Fetch /llms-mcp-web.

Inferred read-only
get_ai_txt

WHAT: Fetch /.

Inferred read-only
get_sitemap_txt

WHAT: Fetch /sitemap.

Inferred read-only
list_whatsapp_options

WHAT: Prefab WhatsApp AND mailto deep links (no send).

Potential side effects
compose_tel_mobile

WHAT: tel: href for the 24/7 mobile (Handy).

Inferred read-only
compose_tel_landline

WHAT: tel: href for the landline (Festnetz).

Inferred read-only
compose_whatsapp

WHAT: Build a https://wa.

Inferred read-only
compose_mailto

WHAT: mailto:info@ikeytz.

Inferred read-only

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

.mcp.json

{
  "mcpServers": {
    "ikeytz": {
      "type": "http",
      "url": "https://www.ikeytz.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

ENDPOINT 2

https://maps.ikeytz.com/mcp

No auth detected

MCP server metadata

Name
ikeytz-maps
Version
1.0.0
Capabilities
toolsresourcespromptslogging
Server instructions

Read/Link only. Standalone maps MCP for ikeytz (maps.ikeytz.com). 52 service-area maps, not www prices. No forms. ai-train=no.

Known tools 67

list_service_areas

WHAT: List all 52 ikeytz Einsatzgebiete on maps.ikeytz.com as point cards (slug, name, plz, lat/lng, embed_map, geo_api) — not polygons.

Inferred read-only
get_service_area

WHAT: One Einsatzgebiet by slug → plz (first match) → name substring.

Inferred read-only
get_ort_datetime

WHAT: Europe/Berlin wall clock to the second (stand YYYY-MM-DD HH:MM:SS CEST|CET) for pricing whenKey context.

Inferred read-only
get_geo_office

WHO/WHAT: Gewerbesitz (registered office) pin on maps.ikeytz.com/buero.

Inferred read-only
get_contact

WHAT: Public NAP — mobile, landline, fax, email, mapsEmail (info@maps.ikeytz.com), WhatsApp, address, office coords.

Potential side effects
get_discovery

WHAT: 1:1 mirror of a maps discovery file (UTF-8 text/JSON).

Inferred read-only
get_llms_mcp_server

WHAT: Alias of get_discovery(which=llms-mcp-server) — machine/catalog text for the maps MCP server.

Inferred read-only
get_llms_mcp_web

WHAT: Alias of get_discovery(which=llms-mcp-web) — web/UI-oriented MCP catalog on maps.

Inferred read-only
find_by_keyword

WHAT: Search maps llms-keywords.txt (keyword → maps URL).

Inferred read-only
find_by_serp

WHAT: Search maps llms-serp.txt blocks by q, path, url, or slug.

Inferred read-only
get_serp_snippet

WHAT: One SERP block from maps llms-serp.txt via path, url, slug, or q.

Inferred read-only
find_by_plz

WHAT: All Einsatzgebiete with this PLZ (not only the first).

Inferred read-only
find_by_geo

WHAT: Rank Einsatzgebiete by lat/lng (or icbm).

Inferred read-only
find_by_icbm

WHAT: Same as find_by_geo but prefers icbm string 'lat, lng'.

Inferred read-only
find_by_gebiet

WHAT: Multi-match Gebiete by q, name, or slug (substring, umlauts ok).

Inferred read-only
find_by_area

WHAT: Alias of find_by_gebiet — multi-match by q/name/slug.

Inferred read-only
list_slugs

WHAT: All 52 maps slugs as a flat string array.

Inferred read-only
list_plz

WHAT: PLZ → slugs map for the 52 Gebiete (shared postcodes visible).

Inferred read-only
get_hub

WHAT: maps hub card https://maps.ikeytz.com/ — title/h1 + 52 Gebiet links (not a single Visitenkarte).

Inferred read-only
get_embed_map

WHAT: Canonical map page URL https://maps.ikeytz.com/{slug} for iframe/src and Visitenkarte.

Inferred read-only
get_geo_api

WHAT: Public embed JSON URL https://maps.ikeytz.com/api/v1/embed/ort/{slug} (point + Grenze on that endpoint).

Inferred read-only
get_grenze

WHAT: OSM Gebietspolygon for one Einsatzgebiet as GeoJSON FeatureCollection inside the MCP result.

Inferred read-only
get_lage

WHAT: Lage (location description) text for one Einsatzgebiet Visitenkarte.

Inferred read-only
get_geschichte

WHAT: Geschichte (history) text for one Einsatzgebiet Visitenkarte.

Inferred read-only
distance_to_office

WHAT: Air distance (km) from a Gebiet (slug|plz|name) or lat/lng/icbm to the Gewerbesitz.

Inferred read-only
resolve_maps_url

WHAT: Resolve a maps.ikeytz.com url/path/q to hub or Gebiet.

Inferred read-only
find_by_google_maps

WHAT: Paste Google Maps / ICBM coordinates (q or icbm or lat/lng) → nearest ikeytz Gebiete (same ranking as find_by_geo).

Inferred read-only
get_legal

WHAT: Legal doc router.

Inferred read-only
get_urheberrecht

WHAT: Karten-Urheberrecht text from maps /llms-urheberrecht.txt (HTML page remains www /urheberrecht).

Inferred read-only
get_copyright

WHAT: English map copyright text from maps /llms-copyright.txt.

Inferred read-only
get_impressum

WHAT: Impressum/Kontakt text from maps /llms-impressum-kontakt.txt.

Inferred read-only
get_agb

WHAT: www pointer only — AGB live at www.ikeytz.com/agb.

Inferred read-only
get_nutzungsbedingungen

WHAT: www pointer only — Nutzungsbedingungen on www.ikeytz.com.

Inferred read-only
get_datenschutz

WHAT: www pointer only — Datenschutz on www.ikeytz.com.

Inferred read-only
get_widerruf

WHAT: www pointer only — Widerruf on www.ikeytz.com.

Inferred read-only
site_overview

WHO/WHAT: What maps.ikeytz.com is — 52 Einsatzgebiet maps for Schlüsseldienst Ludwigsburg ikeytz, not the www price site.

Inferred read-only
get_business_identity

WHO: Inhaber, brand, legalName, hours, NAP, office coords.

Inferred read-only
list_nav

WHAT: maps navigation links — Hub, MCP, Urheberrecht, plus all 52 Gebiet URLs.

Inferred read-only
list_footer

WHAT: maps footer links (Hub, MCP-Hub, MCP, mapsEmail mailto, Urheberrecht, Copyright, Impressum-Kontakt) plus www HTML legal links (no price corpus).

Inferred read-only
list_locales

WHAT: Locales on maps — only de (MAPS-E8: no /en).

Inferred read-only
resolve_locale_url

WHAT: path + locale → maps URL.

Inferred read-only
get_prices

WHAT: www pointer only — Festpreis matrix lives on www.ikeytz.com/preise via @ikeytz/mcp get_prices.

Inferred read-only
get_invoice_line_items

WHAT: www pointer only — invoice line items are computed on www MCP.

Potential side effects
list_services

WHAT: www pointer only — Leistungen list on www /leistungen.

Inferred read-only
get_emergency

WHAT: www pointer only — Notfall-Türöffnung page on www.

Inferred read-only
list_auswahl

WHAT: www pointer only — Auswahl hub on www /auswahl.

Inferred read-only
get_auswahl_item

WHAT: www pointer only — one Auswahl item on www /auswahl/{slug}.

Inferred read-only
get_about

WHAT: About maps.ikeytz.com (same core card as site_overview — 52 maps, not www Über-uns corpus).

Inferred read-only
get_partner_info

WHAT: www pointer only — Partner-werden on www.

Inferred read-only
get_links

WHAT: maps discovery URLs — hub, mcp, server-card, agent-skills, llms, registry search, npm @ikeytz/maps-mcp.

Inferred read-only
get_review_url

WHAT: www pointer only — Google review entry on www /review.

Inferred read-only
list_faq

WHAT: www pointer only — FAQ list on www /faq.

Inferred read-only
get_faq

WHAT: www pointer only — one FAQ answer lives on www.

Inferred read-only
list_wissen

WHAT: www pointer only — Wissen lexicon hub on www /wissen.

Inferred read-only
get_wissen_entry

WHAT: www pointer only — Wissen article /wissen/{id}.

Inferred read-only
list_ratgeber

WHAT: www pointer only — Ratgeber list on www /ratgeber.

Inferred read-only
get_ratgeber

WHAT: www pointer only — Ratgeber page /ratgeber/{slug}.

Inferred read-only
get_page_summary

WHAT: Short summary for a maps Gebiet (path/slug → area card) or www pointer for non-maps paths.

Inferred read-only
get_ai_page

WHAT: Read maps /ai-pages/de/{slug}.txt when present; else www pointer for the path.

Inferred read-only
get_llms_txt

WHAT: Alias get_discovery(which=llms) — maps /llms.txt 1:1 with optional offset/limit.

Inferred read-only
get_ai_txt

WHAT: Alias get_discovery(which=ai-txt) — maps /.well-known/ai.txt 1:1.

Inferred read-only
get_sitemap_txt

WHAT: Alias get_discovery(which=sitemap-txt) — maps /sitemap.txt 1:1 (embed URLs incl.

Inferred read-only
list_whatsapp_options

WHAT: WhatsApp situation options (link only — zugefallen/abgeschlossen/zylinder/beratung style ids).

Inferred read-only
compose_tel_mobile

WHAT: tel: href for the public mobile number.

Inferred read-only
compose_tel_landline

WHAT: tel: href for the public landline.

Inferred read-only
compose_whatsapp

WHAT: wa.me link.

Inferred read-only
compose_mailto

WHAT: mailto:info@ikeytz.com plus mapsEmail info@maps.ikeytz.com (mapsHref).

Inferred read-only

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.ikeytz-maps]
url = "https://maps.ikeytz.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ikeytz-maps": {
      "type": "http",
      "url": "https://maps.ikeytz.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ikeytz-maps",
  "transport": "streamable-http",
  "url": "https://maps.ikeytz.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.