Iapp
FreeNot checkedMCP server for iApp AI Marketplace APIs (https://iapp.co.th) — Thai OCR, eKYC, NLP, LLM, Speech, Image/Video Generation
About
MCP server for iApp AI Marketplace APIs (https://iapp.co.th) — Thai OCR, eKYC, NLP, LLM, Speech, Image/Video Generation
README
Official Python clients for the iApp AI Marketplace — 30+ Thai-focused AI APIs (OCR, eKYC, Thai NLP, LLMs, speech, image/video generation, smart city). This repository is a monorepo of three packages that share a single core.
Packages
| Package | PyPI | What it is |
|---|---|---|
| packages/iapp-sdk | iapp-ai | Synchronous Python SDK — from iapp_ai import api. Thin wrappers returning raw requests.Response. |
| packages/iapp-mcp | iapp-mcp | MCP server for AI assistants (Claude, etc.) exposing the marketplace as tools. Also on npm. |
| packages/iapp-core | iapp-core | Shared core: base URL, API-key auth, error handling, response formatting, and the sync + async HTTP transport. A dependency of the other two. |
Backward compatibility: existing SDK users are unaffected —
pip install iapp_aiandfrom iapp_ai import apikeep working exactly as before. The MCP server is published separately asiapp-mcp.
Which one do I want?
- Calling iApp APIs from Python code? → the SDK:
pip install iapp-aifrom iapp_ai import api client = api("YOUR_API_KEY") resp = client.idcard_front("id.jpg") # returns requests.Response print(resp.json()) - Connecting an AI assistant (Claude, etc.) to iApp? → the MCP server:
uvx iapp-mcp(see its README for client config).
Get an API key at iapp.co.th → API Keys → Create New API Key.
Development
This is a uv workspace. From the repo root:
uv sync # create a venv with all three packages installed editable
uv run pytest packages/iapp-sdk/tests -q
uv build --all-packages # build wheels/sdists for every package
The SDK and MCP server both depend on iapp-core via [tool.uv.sources]
(workspace) for local dev, and on a published iapp-core version when released.
Release order: iapp-core → iapp-ai / iapp-mcp.
Support
- Documentation: iapp.co.th/docs/intro
- Email: [email protected]
License
MIT © iApp Technology Co., Ltd.
Installing Iapp
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/iapp-technology/iapp_aiFAQ
Is Iapp MCP free?
Yes, Iapp MCP is free — one-click install via Unyly at no cost.
Does Iapp need an API key?
No, Iapp runs without API keys or environment variables.
Is Iapp hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Iapp in Claude Desktop, Claude Code or Cursor?
Open Iapp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
ARA
Generate images, video and audio from any AI agent — one connector.
by ARAOmni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolCompare Iapp with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
