Skip to main content
Glama
stanfrbd

Cyberbro MCP Server

by stanfrbd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_PREFIXNoCustom prefix for the Cyberbro API. Defaults to 'api' in common configurations.api
SSL_VERIFYNoSet to 'false' to disable SSL verification for the Cyberbro URL. Useful for self-signed certificates or local testing.
CYBERBRO_URLYesThe URL of the Cyberbro server (e.g., http://localhost:5000)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_observableB

Trigger an analysis for a given observable (IP, domain, URL, hash, chrome extension id) using Cyberbro. It can support multiple observables at once separated by spaces. Args: text: Observable(s) to analyze. engines: List of engine names. Returns: The analysis response from Cyberbro API.

is_analysis_complete

Check if the analysis is complete for the given analysis_id. Args: analysis_id: Analysis ID to check. Returns: The completion status from Cyberbro API.

get_analysis_results

Retrieve the results of a previous analysis by analysis_id. Args: analysis_id: Analysis ID to retrieve results for. Returns: The analysis results from Cyberbro API.

get_engines

List available Cyberbro engines. This is the first tool to be called to get the usable engines. Returns: The list of engines.

get_web_url

Get the web GUI URL for a given analysis ID. Args: analysis_id: Analysis ID to get the web URL for. Returns: The web URL from Cyberbro API - Useful for the user to check the results.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stanfrbd/mcp-cyberbro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server