{
  "markdown": "# My Insure Bank (MIB) MCP Server\n\nThe official [Model Context Protocol](https://modelcontextprotocol.io) server for [My Insure Bank](https://myinsurebank.com) — the NAICOM-licensed Nigerian insurance marketplace by PRA Insurance Brokers.\n\nConnect Claude, Codex, Cursor, ChatGPT or any MCP-enabled AI tool to MIB, and your assistant can compare live insurance quotes across Nigerian insurers, check whether someone is overpaying on an existing policy, and hand customers a hosted checkout link where the policy is issued instantly.\n\n**Live demo and docs:** https://myinsurebank.com/developers/mcp\n\n## Connect\n\n```\nhttps://mcp.myinsurebank.com/mcp\n```\n\n- **Transport:** Streamable HTTP\n- **Authentication:** none required — paste the URL and go\n- **Registry:** published as [`com.myinsurebank/mib`](https://registry.modelcontextprotocol.io/v0/servers?search=myinsurebank) on the official MCP Registry\n\n### Claude (claude.ai)\nSettings → Connectors → **Add custom connector** → name it `MIB`, paste the URL above.\n\n### Claude Code\n```bash\nclaude mcp add --transport http mib https://mcp.myinsurebank.com/mcp\n```\n\n### Codex CLI (`~/.codex/config.toml`)\n```toml\n[mcp_servers.mib]\nurl = \"https://mcp.myinsurebank.com/mcp\"\n```\n\n### Cursor / other clients (`mcp.json`)\n```json\n{ \"mcpServers\": { \"mib\": { \"url\": \"https://mcp.myinsurebank.com/mcp\" } } }\n```\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `get_quote_requirements` | The exact details to collect from the customer per line (the same rating inputs MIB's own quote forms use) — call this first, ask, then quote. |\n| `compare_insurance_quotes` | Live premiums across MIB's partner insurers (NSIA, Universal, Heirs, Tangerine, Cornerstone, NEM, WellaHealth, emPLE…) for motor, health, travel and gadget cover — each offer includes a `buy_url`. |\n| `list_insurance_products` | Browse the live product catalogue MIB carries per insurer. |\n| `policy_checkup` | MIB's free \"am I overpaying?\" second opinion on a policy held with any insurer (requires the customer's name + phone; MIB's licensed brokers may follow up). |\n| `get_purchase_requirements` | Everything to collect before checkout — for motor: the full vehicle (make, model, year, body type, colour, usage, plate, chassis/VIN, engine number, seats), the insured's address, and a next of kin. |\n| `get_buy_link` | Hosted checkout link for a chosen offer. For motor, pass the collected vehicle/insured/next-of-kin and the checkout page arrives fully prefilled — the customer only signs in, reviews and pays. |\n| `about_mib_for_developers` | What MIB is and how to get partner API keys. |\n\nAll amounts are Nigerian Naira (NGN). Agents never handle payment: every purchase finishes on MIB's own hosted checkout.\n\n## Try it\n\nAsk your assistant:\n\n> Compare comprehensive motor insurance for my ₦6,000,000 Toyota Camry in Nigeria and give me the cheapest with a buy link.\n\n> I pay ₦420,000 a year for comprehensive cover on a ₦6m car. Am I overpaying? Use MIB to check.\n\n## How it works\n\nA single stateless Cloudflare Worker ([`src/index.js`](src/index.js)) implementing MCP's Streamable HTTP transport over MIB's public storefront API. No SDK, no framework, no stored state, no secrets. An optional partner API key (`Authorization: Bearer <key>`) is accepted for attribution — get one at [myinsurebank.com/developers](https://myinsurebank.com/developers).\n\n## Build deeper\n\nThe MCP server is the front door. The [MIB Partner API](https://myinsurebank.com/developers) offers embedded checkout, quote + bind endpoints, webhooks and commission on every policy your product sells — sandbox keys instantly, live keys after business verification.\n\nSupport: support@pra.insure\n",
  "bytes": 3671,
  "sha": "c0c38923ae64149a2022b2267d1b161553225a90904b5ad7930b1ed103262c44",
  "repo_slug": "ignitesolutions-op/mib-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_myinsurebank_mib_fa79dffb/readme"
}