Skip to content
MCP-Bridge
Developer Tools

Future Generali Total Insurance Solutions MCP Config

Two Wheeler, Car, Commercial Vehicle, Home and Travel Insurance policies issued by Future Generali are available on DigiLocker and can be pulled by citizens in their account.

Config URL

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

https://mcp-bridge.pages.dev/config/apisetu-gov-in-futuregenerali.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/apisetu-gov-in-futuregenerali.json to fetch programmatically.

{
  "mcpServers": {
    "apisetu-gov-in-futuregenerali": {
      "command": "npx",
      "args": ["-y","@mcp/apisetu-gov-in-futuregenerali"],
      "env": {
      "FUTURE_GENERALI_TOTAL_INSURANCE_SOLUTIONS_API_KEY": "your_future_generali_total_insurance_solutions_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-futuregenerali.json

Environment Variables

FUTURE_GENERALI_TOTAL_INSURANCE_SOLUTIONS_API_KEY

Replace your_future_generali_total_insurance_solutions_api_key with your actual future generali total insurance solutions api key

Endpoints

POST/cripc/certificate

Insurance Policy - Car

POST/cvipc/certificate

Insurance Policy - Commercial Vehicle

POST/hmipc/certificate

Insurance Policy - Home

POST/tripc/certificate

Insurance Policy - Travel

POST/twipc/certificate

Insurance Policy - Two Wheeler