Developer Tools
nbnl.de
Provides motorcycle data search, comparison, and accident report lookup.
ENDPOINT 1
https://mcp.nbnl.de/mcp
MCP server metadata
- Name
- No Bike No Life Catalog
- Version
- 1.29.0
Known tools 53
get_catalog_snapshot_metaGet catalog snapshot metadata (counts + freshness/data version).
Inferred read-onlysearch_bikes_v2v2: Search bikes with deterministic paging and normalized metadata.
Inferred read-onlyget_bike_v2v2: Get the full record for one bike by model_id, including media summary.
Inferred read-onlyget_bike_geov2: The "5 F of GEO" content pack for one bike — generative-engine-optimised.
Inferred read-onlyget_bike_imagesv2: Return all images for a bike with a signed URL and the required credit.
Inferred read-onlycompare_bikes_v2v2: Compare multiple bikes side-by-side with deterministic order and normalized metadata.
Inferred read-onlyadvisor_recommendFind the right motorcycle for a user — the NBNL Berater (advisor) via MCP.
Inferred read-onlysearch_accident_posts_v2v2: Search accident posts with deterministic paging and normalized metadata.
Inferred read-onlysearch_bike_sprueche_v2v2: Search active bike sayings with deterministic paging and daily output cap.
Inferred read-onlyget_trend_overview_v2v2: Get trend overview with bounded days and normalized metadata.
Inferred read-onlyget_market_statsDeutscher Motorradmarkt (KBA-Statistik, NUR Deutschland): Neuzulassungen nach Klasse 2000-2025, Marken-Marktanteile, Top-Modelle und Größe des Händlernetzes je Marke.
Inferred read-onlysuggest_round_tripSchlägt automatisch eine kurvige Motorrad-Rundtour ab einem Startort vor.
Inferred read-onlysearch_pois_along_routeSucht POIs (Punkte von Interesse) entlang einer Route im angegebenen Korridor.
Inferred read-onlyfind_nearest_poiFindet die nächstgelegenen POIs eines bestimmten Typs bei einem Standort.
Inferred read-onlyget_weather_along_routeWettervorhersage an gleichmäßig verteilten Punkten entlang der Route.
Inferred read-onlyget_motorcycle_weatherMotorradspezifische Wettervorhersage für einen Ort (mehrtägig).
Inferred read-onlyget_weather_compassWetter-Kompass: „In welche Himmelsrichtung lohnt sich heute die Ausfahrt?" location: Ort/Adresse/PLZ (z.B.
Inferred read-onlyget_pass_conditionsAlpenpass-Bedingungen: nächste Bergpässe zu einem Ort samt Fahrbarkeit.
Inferred read-onlysearch_roadworksAktuelle Verkehrsmeldungen: Sperrungen, Baustellen und Staus auf Autobahnen und Fernstraßen aus der NBNL-Datenbank.
Inferred read-onlysearch_dealersMotorradhändler & Servicepartner aus dem NBNL-Händlernetz (DE/AT/CH).
Inferred read-onlyblog_detect_modelsDetect motorcycle models mentioned in a text and return Spielkarten-Daten.
Inferred read-onlyblog_import_image_from_urlDownload an external image into NBNL MinIO and return its internal /media URL.
Inferred read-onlyfetch_model_sourceLädt eine Hersteller-/Quell-Seite und extrahiert Modell-Rohdaten.
Inferred read-onlysearch_track_operatorsSearch verified track operators & clubs (Vereine, Rennstrecken, MX-/Enduro-Strecken, Kartbahnen).
Inferred read-onlyget_track_operatorGet the full record for one verified track operator / club by id or slug.
Inferred read-onlyfuehrerschein_get_questionLiefert eine einzelne Theoriefrage (Klassen A / A1 / A2).
Inferred read-onlyanfaenger_categoriesListe der 10 Anfängerfragen-Kategorien (Grundlagen, Ausrüstung, …).
Inferred read-onlyanfaenger_get_categoryLiefert eine Anfängerfragen-Kategorie inklusive Themen und Q&A.
Inferred read-onlyanfaenger_get_questionLiefert eine einzelne Anfängerfrage samt Antwort und Permalink.
Inferred read-onlyCONNECT 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.no-bike-no-life-catalog]
url = "https://mcp.nbnl.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"no-bike-no-life-catalog": {
"type": "http",
"url": "https://mcp.nbnl.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: no-bike-no-life-catalog
Remote MCP URL: https://mcp.nbnl.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": {
"no-bike-no-life-catalog": {
"url": "https://mcp.nbnl.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"no-bike-no-life-catalog": {
"type": "http",
"url": "https://mcp.nbnl.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "no-bike-no-life-catalog",
"transport": "streamable-http",
"url": "https://mcp.nbnl.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nbnl.de was fetched 2026-08-17T06:59:32.043Z.
nbnl.de is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.