Skip to main content
Glama
ignitesolutions-op

MIB MCP Server

My Insure Bank (MIB) MCP 服务器

官方 Model Context Protocol 服务器,用于 My Insure Bank —— 由 PRA Insurance Brokers 运营的、获得 NAICOM 许可的尼日利亚保险市场。

将 Claude、Codex、Cursor、ChatGPT 或任何支持 MCP 的 AI 工具连接到 MIB,您的助手就可以比较尼日利亚各保险公司的实时保险报价,检查某人是否在现有保单上多付了钱,并向客户提供托管结账链接,保单即时签发。

实时演示和文档: https://myinsurebank.com/developers/mcp

连接

https://mcp.myinsurebank.com/mcp
  • 传输: Streamable HTTP

  • 身份验证: 无需任何身份验证 — 粘贴 URL 即可使用

  • 注册表: 在官方 MCP Registry 上发布为 com.myinsurebank/mib

Claude (claude.ai)

设置 → 连接器 → 添加自定义连接器 → 将其命名为 MIB,粘贴上面的 URL。

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 / 其他客户端 (mcp.json)

{ "mcpServers": { "mib": { "url": "https://mcp.myinsurebank.com/mcp" } } }

Related MCP server: paystack-mcp-server

工具

工具

功能

get_quote_requirements

从客户处按险种收集的确切详细信息(与 MIB 自己的报价表单使用的评级输入相同)——先调用此工具,询问,然后报价。

compare_insurance_quotes

MIB 合作保险公司(NSIA、Universal、Heirs、Tangerine、Cornerstone、NEM、WellaHealth、emPLE…)的实时保费,涵盖汽车、健康、旅行和小工具保险——每个报价都包含一个 buy_url

list_insurance_products

浏览 MIB 为每家保险公司提供的实时产品目录。

policy_checkup

MIB 免费提供的“我是否多付了?”第二意见,针对任何保险公司持有的保单(需要客户姓名 + 电话;MIB 的持牌经纪人可能会跟进)。

get_purchase_requirements

结账前需要收集的所有信息——对于汽车:完整车辆信息(品牌、型号、年份、车身类型、颜色、用途、车牌、底盘/VIN、发动机号、座位数)、被保险人地址以及紧急联系人。

get_buy_link

所选报价的托管结账链接。对于汽车,传递已收集的车辆/被保险人/紧急联系人信息,结账页面将完全预填——客户只需登录、查看并支付。

about_mib_for_developers

MIB 是什么以及如何获取合作伙伴 API 密钥。

所有金额均为尼日利亚奈拉 (NGN)。代理从不处理付款:每笔购买都在 MIB 自己的托管结账页面上完成。

试试看

向您的助手提问:

比较我在尼日利亚的 ₦6,000,000 丰田凯美瑞的综合汽车保险,并给我最便宜的购买链接。

我每年为一辆价值 600 万奈拉的汽车支付 420,000 奈拉的综合保险。我是否多付了?使用 MIB 检查。

工作原理

一个无状态的 Cloudflare Worker(src/index.js)通过 MIB 的公共店面 API 实现 MCP 的 Streamable HTTP 传输。没有 SDK、没有框架、没有存储状态、没有机密。接受可选的合作伙伴 API 密钥(Authorization: Bearer <key>)用于归属——可在 myinsurebank.com/developers 获取。

深入构建

MCP 服务器是入口。 MIB Partner API 提供嵌入式结账、报价 + 绑定端点、Webhooks 以及您产品销售的每份保单的佣金——沙盒密钥即时获取,实时密钥需经过业务验证。

支持: support@pra.insure

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Nigeria's AI infrastructure server that provides business automation agents including WhatsApp automation, university support, travel management, and legal document processing. Integrates payment processing, text-to-speech capabilities, and webhook handling for Nigerian businesses.
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI assistants to interact with the full range of Paystack APIs, allowing operations like transaction management, customer creation, and payments through natural language.
    2
    33
    53
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to perform Nigerian banking operations including account management, payments, and identity verification through the Mono Open Banking API.
    59
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ignitesolutions-op/mib-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server