# MoSPI (verified)

Query official Indian government statistics from MoSPI's eSankhyiki portal. Access datasets including the Consumer Price Index, Periodic Labour Force Survey, Index of Industrial Production, Wholesale…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mospi

# Browse available tools
npx -y @smithery/cli@latest tool list mospi

# Get full schema for a tool
npx -y @smithery/cli@latest tool get mospi 2_get_indicators

# Call a tool
npx -y @smithery/cli@latest tool call mospi 2_get_indicators '{}'
```

## Direct MCP Connection

Endpoint: `https://mospi.run.tools`

## Tools (4)

- `2_get_indicators` — ============================================================
- `3_get_metadata` — ============================================================
- `4_get_data` — ============================================================
- `1_know_about_mospi_api` — ============================================================

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get mospi <tool-name>
```
