General Tools
autoglas-in-meiner-naehe.de
Searches for nearby auto glass repair shops in Germany by postal code, coordinates, or city, returning a distance-sorted list with contact and website info.
ENDPOINT 1
https://autoglas-in-meiner-naehe.de/mcp
MCP server metadata
- Name
- Autoglas in meiner Nähe MCP
- Version
- 1.0.0
Known tools 1
search_autoglasFindet Autoglas-Betriebe nahe einer PLZ (plz), Koordinaten (lat/lon) oder Stadt (q).
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.autoglas-in-meiner-n-he-mcp]
url = "https://autoglas-in-meiner-naehe.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"autoglas-in-meiner-n-he-mcp": {
"type": "http",
"url": "https://autoglas-in-meiner-naehe.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: autoglas-in-meiner-n-he-mcp
Remote MCP URL: https://autoglas-in-meiner-naehe.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": {
"autoglas-in-meiner-n-he-mcp": {
"url": "https://autoglas-in-meiner-naehe.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"autoglas-in-meiner-n-he-mcp": {
"type": "http",
"url": "https://autoglas-in-meiner-naehe.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "autoglas-in-meiner-n-he-mcp",
"transport": "streamable-http",
"url": "https://autoglas-in-meiner-naehe.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://autoglas-in-meiner-naehe.de
MCP server metadata
- Name
- WebMCP
Known tools 1
search_autoglas_formSucht die nächstgelegenen Autoglas-Betriebe zu einer deutschen Postleitzahl, nach Entfernung sortiert. Liefert die Ergebnisliste mit Name, Ort, Entfernung in km, Telefon und Website. Nur lesend, keine Buchung.
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.webmcp]
url = "https://autoglas-in-meiner-naehe.de"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://autoglas-in-meiner-naehe.de"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://autoglas-in-meiner-naehe.de
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": {
"webmcp": {
"url": "https://autoglas-in-meiner-naehe.de"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://autoglas-in-meiner-naehe.de"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://autoglas-in-meiner-naehe.de"
}
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.