streamable-httpMITupdated 19d ago
The official Model Context Protocol server for My Insure Bank — the NAICOM-licensed Nigerian insurance marketplace by PRA Insurance Brokers.
My Insure Bank (MIB) 能做什么?
My Insure Bank (MIB) MCP Server
The official Model Context Protocol server for My Insure Bank — the NAICOM-licensed Nigerian insurance marketplace by PRA Insurance Brokers.
Connect 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.
Live demo and docs: https://myinsurebank.com/developers/mcp
Connect
https://mcp.myinsurebank.com/mcp
- Transport: Streamable HTTP
- Authentication: none required — paste the URL and go
- Registry: published as
com.myinsurebank/mibon the official MCP Registry
Claude (claude.ai)
Settings → Connectors → Add custom connector → name it MIB, paste the URL above.
Claude Code
claude mcp add --transport http mib https://mcp.myinsurebank.com/mcp
Codex CLI (~/.codex/config.toml)
[mcp_servers.mib]
url = "https://mcp.myinsurebank.com/mcp"
Cursor / other clients (mcp.json)
{ "mcpServers": { "mib": { "url": "https://mcp.myinsurebank.com/mcp" } } }
Tools
| Tool | What it does |
|---|---|
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. |
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. |
list_insurance_products |
Browse the live product catalogue MIB carries per insurer. |
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). |
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. |
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. |
about_mib_for_developers |
What MIB is and how to get partner API keys. |
All amounts are Nigerian Naira (NGN). Agents never handle payment: every purchase finishes on MIB's own hosted checkout.
Try it
Ask your assistant:
Compare comprehensive motor insurance for my ₦6,000,000 Toyota Camry in Nigeria and give me the cheapest with a buy link.
I pay ₦420,000 a year for comprehensive cover on a ₦6m car. Am I overpaying? Use MIB to check.
How it works
A single stateless Cloudflare Worker (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.
Build deeper
The MCP server is the front door. The MIB Partner API offers embedded checkout, quote + bind endpoints, webhooks and commission on every policy your product sells — sandbox keys instantly, live keys after business verification.
Support: support@pra.insure
安装
把 My Insure Bank (MIB) 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http my-insure-bank-mib https://mcp.myinsurebank.com/mcpcodex mcp add my-insure-bank-mib --url https://mcp.myinsurebank.com/mcp{
"mcpServers": {
"my-insure-bank-mib": {
"url": "https://mcp.myinsurebank.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"my-insure-bank-mib": {
"type": "http",
"url": "https://mcp.myinsurebank.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"my-insure-bank-mib": {
"url": "https://mcp.myinsurebank.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"my-insure-bank-mib": {
"serverUrl": "https://mcp.myinsurebank.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
7 个工具
My Insure Bank (MIB) 向已连接的智能体提供 7 个工具。
- 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.
- 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`.
- list_insurance_products
- Browse the live product catalogue MIB carries per insurer.
- 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).
- 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.
- 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.
- about_mib_for_developers
- What MIB is and how to get partner API keys.
评分
75 / 100
良好
- 文档22/25
- 维护19/25
- 可信度16/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 11 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年8月21日 |
| 1.0.0 | 2026年8月21日 |