ZipKit MCP Server

ZipKit MCP Server

Enables AI agents to access Thailand tax, visa, and expat-money tools, including tax calculation, remittance checks, residency counting, and premium rule-engine queries.

Category
Visit Server

README

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-key header matching ZIPKIT_PREMIUM_KEY secret
  • Monetization path: list on MCPize (85% rev share, they handle billing) or sell keys direct via zipkit.cc/mcp + Stripe

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 key

Distribution 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured