← Registry

General Tools

bielefeldunlocked.de

Provides access to Bielefeld city services including street search, waste collection schedules, disposal guidance, and market listings.

1 endpoint9 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://bielefeldunlocked.de/api/mcp

No auth detected

MCP server metadata

Name
bielefeld-unlocked
Version
1.0.0
Capabilities
tools
Server instructions

Read-only access to Bielefeld open data: waste collection dates, weekly and flea markets, car parks with live occupancy, events, German-language courses and public fruit trees. Street-based tools need a slug from search_streets first. All data covers the city of Bielefeld, Germany only.

Known tools 9

search_streets

Find streets in Bielefeld's official street register by name.

Inferred read-only
get_waste_collection_dates

Upcoming waste collection dates for one Bielefeld address, by bin: 'rest' (Restabfall), 'bio' (Bioabfall), 'paper' (Papier) and 'recycling' (Wertstofftonne).

Inferred read-only
lookup_waste_disposal

Answer 'where does X go?' for Bielefeld from the Umweltbetrieb's Abfall-ABC — 1,173 everyday objects, each with its waste category, disposal routes and the city's verbatim instruction.

Inferred read-only
list_weekly_markets

The recurring Wochenmärkte (farmers' markets) with their weekday opening hours, location, products and any known date exceptions.

Inferred read-only
list_flea_markets

Flohmärkte with their upcoming dates, venue, organiser, entry and pitch fees.

Inferred read-only
list_parking

Public car parks and lots from the city's Parkleitsystem, including live free-space counts where the city reports them, height limits, opening hours and tariffs.

Inferred read-only
list_events

Upcoming published events with start time, venue and category.

Inferred read-only
list_german_courses

German courses, conversation cafés and learning groups in Bielefeld, with weekly session times, levels, cost tier and how to sign up.

Inferred read-only
list_edible_spots

Spots in Bielefeld's 'Essbare Stadt' where fruit is free to pick, from the city's tree cadastre: location, tree count and species categories.

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.bielefeld-unlocked]
url = "https://bielefeldunlocked.de/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "bielefeld-unlocked": {
      "type": "http",
      "url": "https://bielefeldunlocked.de/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "bielefeld-unlocked": {
      "type": "http",
      "url": "https://bielefeldunlocked.de/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "bielefeld-unlocked",
  "transport": "streamable-http",
  "url": "https://bielefeldunlocked.de/api/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.