← agentifizierung.de

INDIVIDUAL MCP TOOL

sandbox_list_sample_businesses

SANDBOX: listet fiktive Beispiel-Betriebe mit freien Terminslots für ein Datum.

agentifizierung.denone authenticationAvailability not checked

LIVE ENDPOINT

https://naehe.agentifizierung.de/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sandbox_list_sample_businesses 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

agentifizierung.de

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.in-meiner-n-he]
url = "https://naehe.agentifizierung.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "in-meiner-n-he": {
      "type": "http",
      "url": "https://naehe.agentifizierung.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: in-meiner-n-he
Remote MCP URL: https://naehe.agentifizierung.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": {
    "in-meiner-n-he": {
      "url": "https://naehe.agentifizierung.de/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "in-meiner-n-he": {
      "type": "http",
      "url": "https://naehe.agentifizierung.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "in-meiner-n-he",
  "transport": "streamable-http",
  "url": "https://naehe.agentifizierung.de/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_categories — Listet alle Branchen/Kategorien dieses Verzeichnisses für Deutschland (z.
  • find_nearby — Findet lokale Betriebe einer Kategorie in Deutschland (z.
  • get_business — Liefert Adresse, Kontakt, Öffnungszeiten und Öffnungsstatus zu einer ID aus find_nearby.
  • sandbox_hold_slot — SANDBOX, Anmeldung nötig: merkt einen Slot bei einem fiktiven Beispiel-Betrieb für 15 Minuten vor.
  • sandbox_request_appointment — SANDBOX, Anmeldung nötig: wandelt einen Hold in einen Sandbox-Termin um.
  • sandbox_my_bookings — SANDBOX, Anmeldung nötig: zeigt eigene Holds und Sandbox-Termine (nur die des angemeldeten Nutzers).
  • atm_fee_hint — Markiert Bankfilialen in der Nähe als vermutlich gebührenfrei (gleiches Automatennetz wie die eigene Bank) oder möglicherweise kostenpflichtig.