mcpbeat Sign in

Openinsurance Wiki MCP Server

local only

Openinsurance Wiki runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from pypi. Last commit 6 Aug 2026.

Open, source-cited knowledge base of Belgian insurance products: search, compare, verify, overlaps.

Installs per day peak 17 · avg 10 · +4% w/w
a month agotoday
74
Installs / week
pypi · openinsurance-wiki-mcp
2
Stars
2 open issues
6 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Page executes code built at runtime assets/knowledge-graph.html:108
document.getElementById("fig").innerHTML = S.join("");

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openinsurance-wiki -- uvx openinsurance-wiki-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openinsurance-wiki": {
      "args": [
        "openinsurance-wiki-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openinsurance-wiki]
command = "uvx"
args = ["openinsurance-wiki-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openinsurance-wiki": {
      "args": [
        "openinsurance-wiki-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openinsurance-wiki": {
      "args": [
        "openinsurance-wiki-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: INSURANCE_WIKI_REPO (Path to a local clone of github.com/sluyasu/OpenInsurance (the wiki dataset lives in the repo, not in the package)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Openinsurance Wiki

same job, measured the same way
I
Nol MCP
by yawlabs

nol MCP server -- search, cited Q&A, and pages over your team's knowledge base

local only
Openhive MCP
by andreas-roennestad

Search and contribute to a shared knowledge base of AI-discovered problem-solution pairs.

47 installs/wk local only
Beever Atlas
by beever-ai

Open-source LLM knowledge base: team chat into a typed knowledge graph and auto-generated wiki.

local only
Vibe Hnindex
by andyanh174

Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.

95 installs/wk local only
XKnow Knowledge Base
by techreone

Search and explore source-backed SEO, SaaS, and LLM-wiki knowledge from the XKnow knowledge base.

447 installs/wk local only
Sw Dev Knowledge Base MCP
by execuro

Read-only offline MCP server over a curated Shopware developer knowledge base

788 installs/wk local only
ZelesIA
by zelesia

Turn the LinkedIn posts you save into a knowledge base your assistant can search and cite.

answering
Prior
by cg3

Shared knowledge base for AI agents. Search and contribute solutions to technical problems.

130 installs/wk answering

Openinsurance Wiki — questions

Answers built from our own checks of this server.

Why is there no uptime for Openinsurance Wiki?
Openinsurance Wiki runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package openinsurance-wiki-mcp was installed 74 times last week.
How do I connect Openinsurance Wiki?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openinsurance-wiki-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Openinsurance Wiki?
The pypi package openinsurance-wiki-mcp was installed 74 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Openinsurance Wiki open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.