Skip to main content
Glama

gstinapi-mcp

gstinapi.inMCP 서버입니다 — 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

월간 vs 분기(QRMP) 여부를 분기별로 조회

resolve_gstin_to_company

GSTIN에 대한 예상 MCA 회사 매칭(공식 아님 — 아래 주의사항 참조)

lookup_hsn_code

HSN/SAC 코드의 공식 설명

search_hsn_codes

설명으로 HSN/SAC 코드 검색

lookup_mca_company

CIN으로 회사 마스터 데이터 조회

search_mca_companies

회사명 퍼지(fuzzy) 검색

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