MCP.so
登录

Indic Normalize — hosted on Cloudflare Workers (HTTP + npm stdio)

@guptaprakhariitr

关于 Indic Normalize — hosted on Cloudflare Workers (HTTP + npm stdio)

MCP server for indic-normalize-mcp — see README

基本信息

分类

云与基础设施

许可证

NOASSERTION

运行时

node

发布者

guptaprakhariitr

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "indic-normalize-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@insnapsprakhar/indic-normalize-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Indic Normalize MCP?

Indic Normalize MCP is a hosted Model Context Protocol server for Indian-language and Indian-form normalization. It provides transliteration between 10+ Indic scripts and Latin, canonicalization of Indian personal names, structured address parsing, PIN code decoding, and PAN/GSTIN validation. It is intended for LLM-driven Indian-data ingestion, KYC, and CRM-cleanup workflows.

How to use Indic Normalize MCP?

Connect any MCP-aware client (Cursor, Claude Desktop, Windsurf, etc.) to the hosted endpoint at https://indic-normalize-mcp.atlasword.workers.dev/mcp using Bearer-token authentication. Use mcp-remote (npx -y mcp-remote <endpoint> --header "Authorization: Bearer <api_key>") or the npm launcher @insnapsprakhar/indic-normalize-mcp. For Cursor or Claude Desktop, add the server to the client’s MCP config JSON.

Key features of Indic Normalize MCP

  • Transliterate between 10+ Indic scripts and Latin
  • Detect the dominant script with confidence scores
  • Normalize Indian personal names (strip honorifics, title-case)
  • Parse Indian postal addresses into structured fields
  • Decode PIN codes to region and likely states
  • Validate PAN and extract entity type (individual/company/etc.)
  • Validate GSTIN and return state code and state name

Use cases of Indic Normalize MCP

  • Indian-data ingestion: normalize names and addresses from multilingual inputs
  • KYC pipeline: validate PAN/GSTIN and canonicalize applicant names
  • CRM cleanup: deduplicate customer records with spelling variants
  • Geolocation: convert PIN codes to locality and state information
  • Language detection: identify scripts in mixed Indic-Latin text

FAQ from Indic Normalize MCP

Do I need an API key to use Indic Normalize MCP?

No — a free tier exists for anonymous callers (100 calls per month per IP). Paid tiers require a key obtained via the upgrade page.

What data does Indic Normalize MCP store?

Only your email, the minted API key, monthly call counters, and Dodo subscription metadata. Tool arguments and upstream responses are not logged beyond short cache TTLs.

How do I get a paid API key?

Visit https://indic-normalize-mcp.atlasword.workers.dev/upgrade?tier=solo (or team/pro), complete the Dodo Payments checkout, and copy the key shown once on the welcome page.

What is the free tier limit?

Free tier: 100 calls per month, 10 calls per minute rate limit, no team seats, no signup required (authenticated by IP).

Where does the normalization data come from?

Data is derived from public-domain Unicode datasets and India-Post sources, bundled and served as a thin caching layer.

评论

云与基础设施 分类下的更多 MCP 服务器