Infobroker
Rank #9,417io.github.flukeatzerocool/infobroker
Multi-provider research MCP server: unified web search, fact-checking, personal knowledge base.
Infobroker is a Model Context Protocol (MCP) server published by flukeatzerocool. It ranks #9,417 of 115,460 servers tracked on MCP Toplist. Infobroker is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 24, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 106,043 of 115,460 servers on MCP Toplist.
Use Infobroker
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add infobroker -- npx -y infobroker[mcp_servers.infobroker]
command = "npx"
args = ["-y", "infobroker"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"infobroker": {
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"infobroker": {
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"infobroker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"infobroker": {
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"infobroker": {
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.flukeatzerocool%2Finfobroker)<a href="https://mcptoplist.com/server/io.github.flukeatzerocool%2Finfobroker"><img src="https://mcptoplist.com/badge/io.github.flukeatzerocool%2Finfobroker.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
flukeatzerocool
Other servers by flukeatzerocool
View all flukeatzerocool servers →Available versions (1)
| Version | Published |
|---|---|
| 2026.8.23 | Aug 24, 2026 |
Frequently asked questions
- Who maintains Infobroker?
- Infobroker is maintained by flukeatzerocool, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Infobroker listed on the Official MCP Registry?
- Yes — Infobroker is listed on the Official MCP Registry, alongside Glama.
- How many versions does Infobroker have?
- MCP Toplist tracks 1 version of Infobroker, most recently published on Aug 24, 2026.
- Where can I find the source code for Infobroker?
- The source code for Infobroker is hosted at github.com/flukeatzerocool/infobroker.