Catalog
io.github.geraservicesuk/mcp-gerasure
OfficialMicroinsurance: get quotes, buy policies, file claims, manage coverage. 50+ countries.
Get microinsurance quotes, purchase policies, and manage claims in 50+ countries.
README not available yet.
Install
Configuration
Environment variables
GERASURE_API_URLBase URL for the GeraSure API (defaults to https://api.gerasure.com)
claude_desktop_config.json
{
"mcpServers": {
"mcp-gerasure": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-gerasure@0.1.1"
],
"env": {
"GERASURE_API_URL": "<YOUR_GERASURE_API_URL>"
}
}
}
}