Skip to main content
Glama
glatinone

Secops Toolkit MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
extract_iocsA

Extract indicators of compromise from free-form text or log output.

Finds IPv4 addresses, URLs, domains, MD5/SHA1/SHA256 hashes, and CVE IDs. Defanged indicators (1.2.3[.]4, hxxp://) are handled automatically. Returns a dict keyed by indicator type; only types that were found appear.

defang_iocB

Make an indicator safe to share by defanging it (1.2.3.4 -> 1.2.3[.]4).

refang_iocA

Reverse a defanged indicator back to its real form (1.2.3[.]4 -> 1.2.3.4).

hash_textA

Compute a cryptographic hash of a string.

algorithm is one of md5, sha1, sha256 (default), or sha512. Returns the algorithm used and the lowercase hex digest.

password_entropyA

Estimate password strength as bits of entropy over the charset used.

Returns length, charset size, entropy in bits, and a strength label. This is a quick floor estimate, not a check of whether a specific password is on a breach list.

cidr_infoA

Describe an IPv4/IPv6 network: netmask, host range, size, and privacy.

Accepts CIDR notation such as 192.168.0.0/24 or 10.0.0.5/8.

ip_in_cidrB

Check whether an IP address falls inside a given CIDR network.

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/glatinone/secops-toolkit-mcp'

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