mcpbeat Sign in

Cyberbro MCP Server

local only

Cyberbro MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 105 installs a week from pypi. Last commit 4 Aug 2026.

MCP server for Cyberbro IOC extraction, enrichment and reputation analysis.

Installs per day peak 51 · avg 26 · -44% w/w
a month agotoday
105
Installs / week
pypi · mcp-cyberbro
19
Stars
3 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Cyberbro MCP Server 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 mcp-cyberbro -- uvx mcp-cyberbro
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-cyberbro": {
      "args": [
        "mcp-cyberbro"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-cyberbro]
command = "uvx"
args = ["mcp-cyberbro"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-cyberbro": {
      "args": [
        "mcp-cyberbro"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-cyberbro": {
      "args": [
        "mcp-cyberbro"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CYBERBRO_URL (Base URL of Cyberbro (for example http://localhost:5000)), API_PREFIX (Cyberbro API prefix (default: api)), SSL_VERIFY (Enable/disable SSL verification for Cyberbro API calls (true/false)), MCP_TRANSPORT (Transport override: stdio, sse or streamable-http), MCP_HOST (Host for HTTP transports), MCP_PORT (Port for HTTP transports), MCP_MOUNT_PATH (Mount path for SSE transport), MCP_SSE_PATH (SSE endpoint path), MCP_STREAMABLE_HTTP_PATH (Streamable HTTP endpoint path). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cyberbro MCP Server

same job, measured the same way
Tomba MCP Server
by tomba-io

MCP server for Tomba email finder, verification, and contact enrichment API

45 installs/wk 38 tools answering
AgentTrust
by raditotev

MCP Server for Agent Reputation & Trust Scoring

150 installs/wk local only
Riveter
by codywatters

MCP server for Riveter's enrichment, scraping, and monitoring API

118 installs/wk answering
Foundry/API
by angelus213

Bounded tools for rendering, extraction, RAG, enrichment, local discovery and review analysis.

answering
Web Fetch MCP
by kylinmountain

MCP server for web content fetching, summarizing, comparing, and extracting information

42 installs/wk local only
Langfuse
by pulsemcp

MCP server for Langfuse LLM observability — trace and observation analysis.

61 installs/wk local only
ESG MCP Servers
by freminder

31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.

77 installs/wk local only
Rq Scan
by recerqa

MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform

21 installs/wk local only

Cyberbro MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Cyberbro MCP Server?
Cyberbro MCP Server 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 mcp-cyberbro was installed 105 times last week.
How do I connect Cyberbro MCP Server?
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 mcp-cyberbro straight from pypi; nothing to host, nothing to sign up for.
How many people use Cyberbro MCP Server?
The pypi package mcp-cyberbro was installed 105 times in the last week. Week over week that is -44%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cyberbro MCP Server open source?
Yes — it is published under the MIT licence, written in Python, 19 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.