Skip to content
MCP-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://mcp-bridge.pages.dev/config/apisetu-gov-in-sbigeneral.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/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://mcp-bridge.pages.dev/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