Skip to content
MCP-BridgeMCP-Bridge
Developer Tools

SBI General Insurance Company Ltd MCP Config

Insurance Policies such as Car, Two Wheeler, Commercial Vehicle, Health and Travel issued by SBI General (https://www.sbigeneral.in) are now available for Customers to be fetched into their DigiLocker accounts

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/apisetu-gov-in-sbigeneral.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "apisetu-gov-in-sbigeneral": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apisetu-gov-in-sbigeneral"
      ],
      "env": {
        "SBI_GENERAL_INSURANCE_COMPANY_LTD_API_KEY": "your_sbi_general_insurance_company_ltd_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "apisetu-gov-in-sbigeneral": {
      "url": "https://mcpbridge.org/config/apisetu-gov-in-sbigeneral.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "apisetu-gov-in-sbigeneral": {
      "url": "https://mcpbridge.org/config/apisetu-gov-in-sbigeneral.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/apisetu-gov-in-sbigeneral.json to fetch programmatically.

{
  "mcpServers": {
    "apisetu-gov-in-sbigeneral": {
      "command": "npx",
      "args": ["-y","@mcp/apisetu-gov-in-sbigeneral"],
      "env": {
      "SBI_GENERAL_INSURANCE_COMPANY_LTD_API_KEY": "your_sbi_general_insurance_company_ltd_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/apisetu-gov-in-sbigeneral.json

Environment Variables

SBI_GENERAL_INSURANCE_COMPANY_LTD_API_KEY

Replace your_sbi_general_insurance_company_ltd_api_key with your actual sbi general insurance company ltd api key

Endpoints

POST/cripc/certificate

Insurance Policy - Car

POST/cvipc/certificate

Insurance Policy - Commercial Vehicle

POST/hlipc/certificate

Insurance Policy - Health

POST/tripc/certificate

Insurance Policy - Travel

POST/twipc/certificate

Insurance Policy - Two Wheeler