Developer Tools
tamgara.com
Provides access to legal template metadata including languages, locales, categories, and search functionality.
ENDPOINT 1
https://api.tamgara.com/api/mcp
MCP server metadata
- Name
- tamgara
- Version
- 1.0.0
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
list_languagesAlle unterstützten Basissprachen mit Vorlagen-Anzahl, RTL-Flag und Rechtsräumen.
Inferred read-onlyget_templateDetails + Feld-Schema einer Vorlage: welche Felder (Name, Typ, Label, Optionen) auszufüllen sind, plus Rechtsraum.
Inferred read-onlyfill_templateVorlage ausfüllen (und optional signieren) → fertiges PDF als base64.
Inferred read-onlyfax_create_checkoutStartet den bezahlten Faxversand: liefert eine Stripe-Checkout-URL.
Inferred read-onlybrief_pingPrüft, ob Briefversand (Post via LetterXpress) verfügbar/bezahlt ist.
Potential side effectsbrief_create_checkoutStartet den bezahlten Briefversand: liefert eine Stripe-Checkout-URL.
Inferred read-onlyenvelope_createSendet ein PDF zur mehrparteiigen elektronischen Signatur (DocuSign-Stil).
Inferred read-onlyenvelope_statusStatus eines Signier-Vorgangs (wer hat gesehen/unterschrieben) per id + ownerKey.
Inferred read-onlyenvelope_send_inviteVerschickt (erneut) die Signier-Einladung per E-Mail an einen Empfänger.
Inferred read-onlyinspect_pdfEin BELIEBIGES PDF (base64) analysieren: Seitenzahl/-größen, ausfüllbare Formularfelder (Name, Typ, Label, Optionen), Signaturfelder und Unterschrifts-Positionen.
Inferred read-onlyfill_pdfEin BELIEBIGES (nicht-Katalog-)PDF ausfüllen und optional signieren → fertiges PDF (base64).
Inferred read-onlypdf_from_imagesAus einem oder mehreren Bildern (base64 PNG/JPEG) ein PDF bauen — ein Bild pro Seite (Foto/Scan → PDF).
Inferred read-onlyadd_cover_pageStellt einem PDF ein DIN-5008-Adressblatt voran (für den Postversand).
Inferred read-onlyapply_scan_answersBefüllt erkannte Felder eines gescannten (nicht-AcroForm-)PDFs: Text auf Schreiblinien, X in Checkboxen — per Ratio-Positionen (z.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.