ZipKit MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ZipKit MCP ServerCalculate my Thai income tax for 1.2 million baht annual salary."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ZipKit MCP Server
Live: https://zipkit-mcp.scy1he02.workers.dev Thailand tax, visa & expat-money tools exposed as an MCP (Model Context Protocol) server for AI agents.
The business logic
Free tools drive adoption: tax calculator, remittance checker, residency counter
Premium tools monetize: remittance rule engine (multi-year planning scenarios) + Thai expert knowledge base
Premium unlocked via
x-zipkit-keyheader matchingZIPKIT_PREMIUM_KEYsecretMonetization path: list on MCPize (85% rev share, they handle billing) or sell keys direct via zipkit.cc/mcp + Stripe
Related MCP server: mcp-skatteetaten
Tools
Tool | Tier | What it does |
thai_tax_calculator | Free | Official 0โ35% progressive brackets w/ breakdown |
remittance_tax_checker | Free | Por.161/162 four-factor verdict |
residency_day_counter | Free | 180-day threshold evaluation from stay pairs |
remittance_rule_engine | ๐ | Multi-year split scenarios + savings computation |
thai_expert_query | ๐ | Curated KB: banking-by-visa, visa reqs, insurance, fees, deadlines, cost-of-living |
Usage (any MCP client / raw 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 calls add header: -H "x-zipkit-key: <key>"
Deploy / operate
npm install
npx wrangler dev # local
npx wrangler deploy # production
npx wrangler secret put ZIPKIT_PREMIUM_KEY # set premium gate keyDistribution TODO
Submit to PulseMCP, mcp.so, Glama, Smithery (free listings)
Apply to MCPize marketplace (85% share, billing handled)
Create zipkit.cc/mcp pricing page โ Stripe key sales
Add "Available as MCP server" badge on ZipKit tool pages (cross-marketing)
Data caveat
All knowledge-base content mirrors zipkit.cc research with asof: 2026-08 stamps.
Update cadence: whenever ZipKit money guides get fact-checked, mirror changes here.
This server cannot be installed
Maintenance
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
- AlicenseAqualityAmaintenanceConnects AI agents to Brazilian tax compliance data (CNPJ, CPF, NFe, SPED, eSocial) and provides tools for due diligence, risk scoring, and tax regime comparison.44145MIT
- FlicenseBqualityDmaintenanceEnables 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
- AlicenseAqualityCmaintenanceEnables 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.6198MIT
- AlicenseBqualityCmaintenanceEnables AI assistants to answer tax compliance questions (VAT, sales tax, GST) and validate EU VAT numbers in real time via the VIES registry.212MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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