Skip to content

MCP Server Integration

binable provides a Model Context Protocol (MCP) server so AI assistants and agents can look up waste collection dates for any German address directly – in natural language, without building a separate API integration.


Type of integration

MCP server with HTTP Streamable transport (streamable-http). Any MCP-compatible client – for example Claude Desktop, Claude Code or your own agent – can connect to the endpoint and use the provided tools.


MCP endpoint

Connect your MCP client to the following endpoint. It is a streamable HTTP endpoint – no local installation or wrapper is required:

HTTP Streamable (streamable-http)


Example

Add the binable MCP server to your MCP client configuration. For clients that support remote HTTP servers, the configuration looks like this:

{
  "mcpServers": {
    "binable": {
      "type": "streamable-http",
      "url": "https://binable.app/mcp"
    }
  }
}

Or add it via the Claude Code CLI:

claude mcp add --transport http binable https://binable.app/mcp

Available tools

The server currently provides the following tool:

Discovery: the machine-readable server card is available at /.well-known/mcp/server-card.json


← Integration overview