LIVE ENDPOINT
https://mcp.nbnl.de/mcp
Connect to this endpoint to inspect the live schema for anfaenger_search 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
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.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.
Related tools
list_brands— List available motorcycle brands.search_bikes— Search bikes by free text + filters (brand/category/year).get_bike— Get the full record for one bike by model_id.compare_bikes— Compare multiple bikes side-by-side.search_accident_posts— Search accident RSS posts with location/status filters.get_trend_overview— Get aggregated traffic and model trend overview from analytics.get_catalog_snapshot_meta— Get catalog snapshot metadata (counts + freshness/data version).search_bikes_v2— v2: Search bikes with deterministic paging and normalized metadata.