MCP Server
MCP
Cyberbro MCP Server
MCP server for Cyberbro IOC extraction, enrichment and reputation analysis.
Install
uvx mcp-cyberbro
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-cyberbro",
"version": "0.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of Cyberbro (for example http://localhost:5000)",
"isRequired": true,
"format": "string",
"name": "CYBERBRO_URL"
},
{
"description": "Cyberbro API prefix (default: api)",
"format": "string",
"name": "API_PREFIX"
},
{
"description": "Enable/disable SSL verification for Cyberbro API calls (true/false)",
"format": "string",
"name": "SSL_VERIFY"
},
{
"description": "Transport override: stdio, sse or streamable-http",
"format": "string",
"name": "MCP_TRANSPORT"
},
{
"description": "Host for HTTP transports",
"format": "string",
"name": "MCP_HOST"
},
{
"description": "Port for HTTP transports",
"format": "string",
"name": "MCP_PORT"
},
{
"description": "Mount path for SSE transport",
"format": "string",
"name": "MCP_MOUNT_PATH"
},
{
"description": "SSE endpoint path",
"format": "string",
"name": "MCP_SSE_PATH"
},
{
"description": "Streamable HTTP endpoint path",
"format": "string",
"name": "MCP_STREAMABLE_HTTP_PATH"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment