Skip to main content
Glama

gstinapi-mcp

gstinapi.in 向けの MCP サーバー — GSTIN 検証、GST 申告/コンプライアンス履歴、HSN/SAC コード検索、インドの MCA 企業レジストリを、Claude や他の MCP クライアントから直接呼び出せます。

これは gstinapi.in/docs の REST API に対する薄いラッパーです。独自のロジックは一切持っておらず、各ツール呼び出しは認証付き HTTP リクエスト 1 回で、レスポンスはそのまま返されます。

セットアップ

  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