Skip to main content
Glama
sniertough

ZipKit MCP Server

by sniertough

ZipKit MCP Server

Live: https://zipkit-mcp.scy1he02.workers.dev Thailand-Steuer-, Visum- und Auswanderer-Geldtools, bereitgestellt als MCP-Server (Model Context Protocol) für KI-Agenten.

Die Geschäftslogik

  • Kostenlose Tools fördern die Verbreitung: Steuerrechner, Remittance-Checker, Aufenthaltszähler

  • Premium-Tools monetarisieren: Remittance-Regel-Engine (mehrjährige Planungsszenarien) + thailändische Experten-Wissensdatenbank

  • Premium wird über den x-zipkit-key-Header freigeschaltet, der mit dem ZIPKIT_PREMIUM_KEY-Secret übereinstimmt

  • Monetarisierungspfad: Listing auf MCPize (85 % Umsatzbeteiligung, Abrechnung übernommen) oder direkter Verkauf von Schlüsseln über zipkit.cc/mcp + Stripe

Related MCP server: mcp-skatteetaten

Tools

Tool

Stufe

Funktion

thai_tax_calculator

Kostenlos

Offizielle progressive Steuerstufen 0–35 % mit Aufschlüsselung

remittance_tax_checker

Kostenlos

Por.161-Prognose mit vier Faktoren (Mindestprüfung)

residency_day_counter

Kostenlos

Bewertung der 180-Tage-Grenze anhand von Aufenthaltszeiträumen

remittance_rule_engine

🔒

Mehrjahres-Frühplanungsszenarien + Sparberechnungen

thai_expert_query

Kostenlos

Kuratierte Wissensbasis: Besteuerung, Visumsanforderungen, Versicherung, Kosten, Anforderungen

Verwendung (beliebiger MCP-Client / JSON-RPC)

# List tools
curl -X POST https://zipkit-mcp.scy1he02.workers.dev/ \
  -H "content-type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

# Call a tool
curl -X POST https://zipkit-mcp.scy1he02.workers.dev/ \
  -H "content-type: application/json" \
  -d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"thai_tax_calculator","arguments":{"annual_income_thb":1200000}}}'

Premium-Aufrufe erfordern einen Header: -H "x-zipkit-key: <key>"

Bereitstellung / Betrieb

npm install
npx wrangler dev          # local
npx wrangler deploy       # production
npx wrangler secret put ZIPKIT_PREMIUM_KEY   # set premium gate key

Verteilung TODO

  • Einsendung an Münster, Website-Verzeichnisse (kostenlose Listings)

  • Bewerbung bei MCP-Marktplatz (Bereitstellungskosten, Abrechnung übernommen)

  • Preisliste erstellen auf zipkit.cc/mcp → Stripe-Kartenverkauf

  • "Als MCP-Server verfügbar"-Badge auf ZipKit-Seiten hinzufügen (Cross-Verlinkung)

Datenhinweis

Der gesamte Inhalt der Wissensbasis entspricht der ZipKit-Forschung (Stand: August 2026). Aktualisierungsrythmus: Wann immer ZipKit-Geld-Ratgeber geprüft werden, Erfolge hier spiegeln.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Connects AI agents to Brazilian tax compliance data (CNPJ, CPF, NFe, SPED, eSocial) and provides tools for due diligence, risk scoring, and tax regime comparison.
    44
    145
    MIT
  • F
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to query Norwegian tax data, submit reports, look up population register information, and validate VAT returns through Skatteetaten APIs using Maskinporten authentication.
    52
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to calculate corporate tax payments, check compliance deadlines, and generate pre-filled Gibraltar company forms (annual return, office change, incorporation pack) without API keys or rate limits.
    6
    198
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    Enables AI assistants to answer tax compliance questions (VAT, sales tax, GST) and validate EU VAT numbers in real time via the VIES registry.
    2
    12
    MIT

View all related MCP servers

Related MCP Connectors

  • Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.

  • Connect AI agents to bank accounts, transactions, balances, and investments.

  • 60+ units, live FX, timezones, and date arithmetic for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sniertough/zipkit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server