Multi-provider research MCP server: unified web search, fact-checking, personal knowledge base.
claude mcp add infobroker -- npx -y infobroker
claude_desktop_config.json
{
"mcpServers": {
"infobroker": {
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"infobroker": {
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"infobroker": {
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"infobroker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"infobroker": {
"command": "npx",
"args": [
"-y",
"infobroker"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.flukeatzerocool--infobroker/reviews or the review_server meta-tool.
POST /mcp