
India Mcp
Wire your coding agent to Indian public APIs for stocks, GST, railways, banking, and RTO without hand-rolling each integration.
Overview
io.github.Samarth-23-eng/india-mcp is a MCP server for the Build phase that exposes Indian stocks, GST, railways, banking, and RTO APIs to AI coding agents over stdio.
What is this MCP server?
- Single npm package @samarth-23-eng/india-mcp (v1.0.16) with stdio MCP transport
- Coverage spans five India API areas: stocks, GST, railways, banking, and RTO
- Monorepo source at github.com/Samarth-23-eng/India-MCP with split server entry points
- Designed for Claude Code, Cursor, and other MCP hosts that load stdio servers
- Lets agents query regulated and civic India datasets from one catalog family
- Published version 1.0.16 on npm as @samarth-23-eng/india-mcp
- Transport type stdio per server.schema.json
- Five described API domains: stocks, GST, railways, banking, RTO
What problem does it solve?
Building India-specific agent features means chasing disparate government and finance APIs instead of talking to them through one MCP tool surface.
Who is it for?
Indie builders and small teams building India-focused agents or backends who want one npm MCP package covering multiple civic and finance APIs.
Skip if: Teams that only need one domain (use the banking, GST, or railways servers) or builders outside India who do not need these data sources.
What do I get? / Deliverables
After you add the server to your agent, the model can call India-domain tools from chat while you implement product logic around those responses.
- Registered stdio MCP server in your agent config
- Callable tools spanning stocks, GST, railways, banking, and RTO domains
- Agent-accessible India API queries during implementation
Recommended MCP Servers
Journey fit
Canonical shelf is Build because MCP registration happens while you are connecting agent tooling and backend-facing India data sources into the product. Integrations is the right subphase: this bundle exposes multiple India API domains as MCP tools rather than shipping UI or infra alone.
How it compares
MCP integration bundle for Indian APIs, not a single-purpose agent skill or hosted data warehouse.
Common Questions / FAQ
Who is io.github.Samarth-23-eng/india-mcp for?
It is for solo builders and developers using Claude Code, Cursor, or similar agents who ship products that need Indian stocks, tax, rail, banking, or RTO data in the loop.
When should I use io.github.Samarth-23-eng/india-mcp?
Use it during Build when you are wiring agent tooling and want consolidated MCP access to multiple India API domains instead of custom fetch code per service.
How do I add io.github.Samarth-23-eng/india-mcp to my agent?
Install @samarth-23-eng/india-mcp from npm, configure a stdio MCP server entry pointing at that package in your host’s MCP settings, restart the agent, and verify tools list in the MCP panel.