← Registry

Developer Tools

tamgara.com

Provides access to legal template metadata including languages, locales, categories, and search functionality.

1 endpoint31 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.tamgara.com/api/mcp

No auth detected

MCP server metadata

Name
tamgara
Version
1.0.0
Capabilities
tools
Server instructions

Tamgara: Rechts-PDF-Vorlagen (Kaufvertrag, Kündigung, Vollmacht u. a.) in vielen Sprachen ausfüllen und signieren. Ablauf: search_templates → get_template (Feld-Schema) → fill_template.

Known tools 31

info

Überblick über Tamgara: Anzahl Vorlagen, Sprachen, Rechtsräume.

Inferred read-only
list_languages

Alle unterstützten Basissprachen mit Vorlagen-Anzahl, RTL-Flag und Rechtsräumen.

Inferred read-only
list_locales

Alle Locales (Sprache×Land) mit lokalisierter Rechtsphrase.

Inferred read-only
list_categories

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

Inferred read-only
search_templates

Vorlagen suchen/filtern.

Inferred read-only
get_template

Details + Feld-Schema einer Vorlage: welche Felder (Name, Typ, Label, Optionen) auszufüllen sind, plus Rechtsraum.

Inferred read-only
fill_template

Vorlage ausfüllen (und optional signieren) → fertiges PDF als base64.

Inferred read-only
list_providers

Anbieter für Kündigungen (Kündigungsadresse/Fax/Frist).

Inferred read-only
get_provider

Ein Anbieter per id (Kündigungsadresse, Fax, typische Frist).

Inferred read-only
fax_countries

Unterstützte Fax-Zielländer + Hinweise zur E.

Inferred read-only
fax_ping

Prüft, ob Faxversand verfügbar ist und ob er bezahlt (Stripe) läuft.

Inferred read-only
fax_quote

Preis für einen Faxversand.

Inferred read-only
fax_create_checkout

Startet den bezahlten Faxversand: liefert eine Stripe-Checkout-URL.

Inferred read-only
fax_confirm

Nach erfolgter Zahlung: Fax in die Warteschlange geben.

Inferred read-only
fax_status

Zustellstatus eines Fax (queued/sending/success/failed) per id.

Inferred read-only
brief_ping

Prüft, ob Briefversand (Post via LetterXpress) verfügbar/bezahlt ist.

Potential side effects
brief_quote

Preis für einen Postbrief (Standard oder Einschreiben).

Inferred read-only
brief_create_checkout

Startet den bezahlten Briefversand: liefert eine Stripe-Checkout-URL.

Inferred read-only
brief_confirm

Nach Zahlung: Brief einreichen.

Inferred read-only
brief_status

Status/Tracking eines Briefs per id.

Inferred read-only
brief_cancel

Storniert einen Brief im 15-Minuten-Fenster von LetterXpress.

Inferred read-only
envelope_create

Sendet ein PDF zur mehrparteiigen elektronischen Signatur (DocuSign-Stil).

Inferred read-only
envelope_status

Status eines Signier-Vorgangs (wer hat gesehen/unterschrieben) per id + ownerKey.

Inferred read-only
envelope_send_invite

Verschickt (erneut) die Signier-Einladung per E-Mail an einen Empfänger.

Inferred read-only
envelope_void

Storniert/annulliert einen Signier-Vorgang.

Inferred read-only
envelope_upload_final

Lädt das fertige (z.

Inferred read-only
inspect_pdf

Ein BELIEBIGES PDF (base64) analysieren: Seitenzahl/-größen, ausfüllbare Formularfelder (Name, Typ, Label, Optionen), Signaturfelder und Unterschrifts-Positionen.

Inferred read-only
fill_pdf

Ein BELIEBIGES (nicht-Katalog-)PDF ausfüllen und optional signieren → fertiges PDF (base64).

Inferred read-only
pdf_from_images

Aus einem oder mehreren Bildern (base64 PNG/JPEG) ein PDF bauen — ein Bild pro Seite (Foto/Scan → PDF).

Inferred read-only
add_cover_page

Stellt einem PDF ein DIN-5008-Adressblatt voran (für den Postversand).

Inferred read-only
apply_scan_answers

Befüllt erkannte Felder eines gescannten (nicht-AcroForm-)PDFs: Text auf Schreiblinien, X in Checkboxen — per Ratio-Positionen (z.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.