Skip to main content
Glama

gstinapi-mcp

一个 MCP 服务器,用于 gstinapi.in — 提供 GSTIN 验证、GST 申报/合规历史、HSN/SAC 代码查询以及印度 MCA 公司注册信息,可直接从 Claude 和其他 MCP 客户端调用。

这是对 gstinapi.in/docs 上 REST API 的轻量封装。它本身不包含任何逻辑 — 每次工具调用都是一次经过身份验证的 HTTP 请求,响应原样返回。

设置

  1. 获取免费 API 密钥 — 注册即可获得 100 次查询,无需信用卡:https://www.gstinapi.in/register

  2. 将此服务器添加到你的 MCP 客户端配置中,例如适用于 Claude Desktop / Claude Code(claude_desktop_config.json.mcp.json):

{
  "mcpServers": {
    "gstinapi": {
      "command": "npx",
      "args": ["-y", "gstinapi-mcp"],
      "env": {
        "GSTINAPI_API_KEY": "your-api-key-here"
      }
    }
  }
}

无需安装步骤 — npx 会在首次使用时自动获取。

工具

工具

功能说明

verify_gstin

实时注册查询:法定名称、状态、纳税人类型、地址

get_gstin_returns

某个财政年度的 GSTR-1/3B 申报历史

get_gstin_compliance

申报历史汇总 — 次数、延迟、最近申报期

get_gstin_filing_preference

按月与按季度(QRMP)申报,逐季度列出

resolve_gstin_to_company

为 GSTIN 匹配可能的 MCA 公司(非权威结果 — 见下方注意事项)

lookup_hsn_code

查询 HSN/SAC 代码的官方描述

search_hsn_codes

根据描述查找 HSN/SAC 代码

lookup_mca_company

按 CIN 查询公司主数据

search_mca_companies

公司名称模糊搜索

get_usage_stats

该密钥今日调用次数(免费)

完整的字段级参考文档:https://www.gstinapi.in/docs

准确性说明

  • 每次 GSTIN 查询都会实时访问 GST 网络 — 没有任何缓存。

  • resolve_gstin_to_company概率性 匹配,并非官方映射 — 没有任何政府数据集将 GSTIN 与 CIN 关联。请将其视为带评分的推断(high/medium/low 置信度),切勿当作已确认的事实。

  • HSN 端点不会返回 GST 税率 — 税率不仅取决于代码本身,而且政府官方主数据也不发布税率列。

计费

按使用量从你的 gstinapi.in 账户扣除积分,此 MCP 服务器不单独收费。定价:https://www.gstinapi.in/pricing

许可证

MIT

-
license - not tested
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • Identity resolution MCP server for phone/email lookups across 31+ services. Global + India coverage.

  • 350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data.

  • A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud

View all MCP Connectors

Latest Blog Posts

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/CsoftTarun/gstinapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server