JSPM

@contextbharat/mcp

0.1.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 13
    • Score
      100M100P100Q62810F
    • License Apache-2.0

    MCP server for Indian API documentation — Razorpay, Zerodha, ONDC, UPI, and 100+ more

    Package Exports

    • @contextbharat/mcp
    • @contextbharat/mcp/dist/index.js

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@contextbharat/mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    @contextbharat/mcp

    MCP server for Indian API documentation.

    Install

    npx @contextbharat/mcp --api-key YOUR_KEY

    Claude Desktop config

    {
      "mcpServers": {
        "contextbharat": {
          "command": "npx",
          "args": ["-y", "@contextbharat/mcp", "--api-key", "YOUR_KEY"]
        }
      }
    }

    Development

    pnpm install
    pnpm dev          # tsx watch
    pnpm build        # Compile to dist/
    pnpm test         # vitest
    pnpm inspect      # MCP inspector at localhost:5173

    Forked from

    upstash/context7 (MIT License)