gstinapi-mcp
gstinapi-mcp
一个 MCP 服务器,用于 gstinapi.in — 提供 GSTIN 验证、GST 申报/合规历史、HSN/SAC 代码查询以及印度 MCA 公司注册信息,可直接从 Claude 和其他 MCP 客户端调用。
这是对 gstinapi.in/docs 上 REST API 的轻量封装。它本身不包含任何逻辑 — 每次工具调用都是一次经过身份验证的 HTTP 请求,响应原样返回。
设置
获取免费 API 密钥 — 注册即可获得 100 次查询,无需信用卡:https://www.gstinapi.in/register
将此服务器添加到你的 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 会在首次使用时自动获取。
工具
工具 | 功能说明 |
| 实时注册查询:法定名称、状态、纳税人类型、地址 |
| 某个财政年度的 GSTR-1/3B 申报历史 |
| 申报历史汇总 — 次数、延迟、最近申报期 |
| 按月与按季度(QRMP)申报,逐季度列出 |
| 为 GSTIN 匹配可能的 MCA 公司(非权威结果 — 见下方注意事项) |
| 查询 HSN/SAC 代码的官方描述 |
| 根据描述查找 HSN/SAC 代码 |
| 按 CIN 查询公司主数据 |
| 公司名称模糊搜索 |
| 该密钥今日调用次数(免费) |
完整的字段级参考文档: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
This server cannot be installed
Maintenance
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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