General Tools
bielefeldunlocked.de
Provides access to Bielefeld city services including street search, waste collection schedules, disposal guidance, and market listings.
ENDPOINT 1
https://bielefeldunlocked.de/api/mcp
MCP server metadata
- Name
- bielefeld-unlocked
- Version
- 1.0.0
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
get_waste_collection_datesUpcoming waste collection dates for one Bielefeld address, by bin: 'rest' (Restabfall), 'bio' (Bioabfall), 'paper' (Papier) and 'recycling' (Wertstofftonne).
Inferred read-onlylookup_waste_disposalAnswer '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-onlylist_weekly_marketsThe recurring Wochenmärkte (farmers' markets) with their weekday opening hours, location, products and any known date exceptions.
Inferred read-onlylist_flea_marketsFlohmärkte with their upcoming dates, venue, organiser, entry and pitch fees.
Inferred read-onlylist_parkingPublic 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-onlylist_german_coursesGerman courses, conversation cafés and learning groups in Bielefeld, with weekly session times, levels, cost tier and how to sign up.
Inferred read-onlylist_edible_spotsSpots 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-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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.