← tamgara.com

INDIVIDUAL MCP TOOL

list_categories

Vorlagen-Kategorien mit Anzahl (cancellation, sale, rental, …).

tamgara.comnone authenticationAvailability not checked

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 endpoint

tamgara.com

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.tamgara]
url = "https://api.tamgara.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tamgara": {
      "type": "http",
      "url": "https://api.tamgara.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tamgara": {
      "type": "http",
      "url": "https://api.tamgara.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tamgara",
  "transport": "streamable-http",
  "url": "https://api.tamgara.com/api/mcp"
}
MCP Inspector

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

Related tools

  • info — Überblick über Tamgara: Anzahl Vorlagen, Sprachen, Rechtsräume.
  • list_languages — Alle unterstützten Basissprachen mit Vorlagen-Anzahl, RTL-Flag und Rechtsräumen.
  • list_locales — Alle Locales (Sprache×Land) mit lokalisierter Rechtsphrase.
  • search_templates — Vorlagen suchen/filtern.
  • get_template — Details + Feld-Schema einer Vorlage: welche Felder (Name, Typ, Label, Optionen) auszufüllen sind, plus Rechtsraum.
  • fill_template — Vorlage ausfüllen (und optional signieren) → fertiges PDF als base64.
  • list_providers — Anbieter für Kündigungen (Kündigungsadresse/Fax/Frist).
  • get_provider — Ein Anbieter per id (Kündigungsadresse, Fax, typische Frist).