MoSPI
India's official statistics in natural language
About MoSPI
MoSPI is India's Ministry of Statistics and Programme Implementation. Its public remote MCP server exposes official datasets covering GDP, inflation, employment, industry, education, health, energy, environment, and trade through natural-language queries.
Connection details
https://mcp.mospi.gov.in/- Transport
- Streamable HTTP
- Authentication
- Open — no authentication
Setup
claude mcp add mospi --transport http https://mcp.mospi.gov.in/Frequently asked questions
What is the MoSPI remote MCP server?
The MoSPI remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.mospi.gov.in/, so AI assistants can connect to it without installing or running anything locally. MoSPI is India's Ministry of Statistics and Programme Implementation. Its public remote MCP server exposes official datasets covering GDP, inflation, employment, industry, education, health, energy, environment, and trade through natural-language queries.
How do I connect to the MoSPI MCP server?
Add the endpoint https://mcp.mospi.gov.in/ to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the MoSPI MCP server require authentication?
No. The MoSPI endpoint is open and requires no authentication, so you can connect and start sending requests right away.
Which transport does the MoSPI MCP server use?
MoSPI exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.