gstinapi-mcp
gstinapi-mcp
gstinapi.in 向けの MCP サーバー — GSTIN 検証、GST 申告/コンプライアンス履歴、HSN/SAC コード検索、インドの MCA 企業レジストリを、Claude や他の MCP クライアントから直接呼び出せます。
これは gstinapi.in/docs の REST API に対する薄いラッパーです。独自のロジックは一切持っておらず、各ツール呼び出しは認証付き HTTP リクエスト 1 回で、レスポンスはそのまま返されます。
セットアップ
無料の 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