mcpbeat Sign in

Infobroker MCP Server

local only

Infobroker runs on your own machine — the client starts it, so there is no endpoint to ping. 423 installs a week from npm. Last commit 31 Aug 2026.

Multi-provider research MCP server: unified web search, fact-checking, personal knowledge base.

Installs per day peak 345 · avg 11
a month agotoday
423
Installs / week
npm · infobroker
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Infobroker every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 infobroker -- npx -y infobroker
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "infobroker": {
      "args": [
        "-y",
        "infobroker"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.infobroker]
command = "npx"
args = ["-y", "infobroker"]
.cursor/mcp.json
{
  "mcpServers": {
    "infobroker": {
      "args": [
        "-y",
        "infobroker"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "infobroker": {
      "args": [
        "-y",
        "infobroker"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Infobroker

same job, measured the same way
Google Researcher
by zoharbabin

MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants

local only
Web Research MCP
by csoai-org

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

188 installs/wk local only
siGit
by sigit

MCP server for siGit (sigit.si): browse repos, search code, manage PRs/issues, web search.

answering
Tavily MCP
by tavily-ai

MCP server for advanced web search using Tavily

20 899 installs/wk local only
I
Perplexity API Platform (moved to ai.perplexity/mcp-server)
by perplexityai

Real-time web search, reasoning, and research through Perplexity's API

44 116 installs/wk local only
My Websearch
by wtznicy

MyWebSearch - multi-engine web search MCP server, CLI and local daemon. No API keys required.

1 343 installs/wk local only
SearXNG Search
by ihor-sokoliuk

MCP server for SearXNG — privacy-respecting web search with pagination, URL reading

14 640 installs/wk local only
SourceWeave Web Search
by mrnaqa

Fully local MCP server and CLI for web research

157 installs/wk local only

Infobroker — questions

Answers built from our own checks of this server.

Why is there no uptime for Infobroker?
Infobroker 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 npm package infobroker was installed 423 times last week.
How do I connect Infobroker?
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 infobroker straight from npm; nothing to host, nothing to sign up for.
How many people use Infobroker?
The npm package infobroker was installed 423 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Infobroker open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.