Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Iapp

FreeNot checked

MCP server for iApp AI Marketplace APIs (https://iapp.co.th) — Thai OCR, eKYC, NLP, LLM, Speech, Image/Video Generation

GitHubEmbed

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 SDKfrom 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_ai and from iapp_ai import api keep working exactly as before. The MCP server is published separately as iapp-mcp.

Which one do I want?

  • Calling iApp APIs from Python code? → the SDK: pip install iapp-ai
    from 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.thAPI KeysCreate 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

License

MIT © iApp Technology Co., Ltd.

from github.com/iapp-technology/iapp_ai

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_ai

FAQ

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

Compare Iapp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs