Skip to main content
Glama
Cyreslab-AI

ransomware-live-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RANSOMWARE_LIVE_API_KEYNoAPI key for Ransomware.live Pro tier. Optional, as free tier works without it.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_api_infoB

Get basic API metadata and information

get_recent_victimsA

Get the latest disclosed ransomware victims

get_group_infoA

Get detailed information about a specific ransomware group

get_all_groupsA

Get a list of all known ransomware groups

get_all_cyberattacksB

Get all known cyberattacks

get_recent_cyberattacksC

Get recently added cyberattacks

get_group_victimsA

Get all victims claimed by a specific ransomware group

search_victimsB

Search for victims by keyword

get_country_attacksB

Get cyberattacks for a specific country

get_country_victimsB

Get victims from a specific country

get_victims_by_dateA

Get victims by specific year and month

get_sector_victimsB

Get victims from a specific business sector

get_cert_contactsA

Get national CERT contact information for a country

get_yara_rulesA

Get YARA rules associated with a ransomware group

get_negotiation_chatA

[Pro tier, requires RANSOMWARE_LIVE_API_KEY] Get leaked ransomware negotiation chat logs (ransom demands, counteroffers, payment outcomes). Call with no arguments to discover which groups have chats available; add group to list that group's chats; add chatId (from that list) to read the full message thread.

get_ransom_noteA

[Pro tier, requires RANSOMWARE_LIVE_API_KEY] Get ransom note text left by ransomware groups. Call with no arguments to discover which groups have notes on file; add group to list that group's note identifiers; add noteName (from that list) to read the full note text.

get_iocsA

[Pro tier, requires RANSOMWARE_LIVE_API_KEY] Get Indicators of Compromise (file hashes, IPs, domains, emails, BTC addresses, URLs) for ransomware groups. Call with no group to see which groups have IoCs and of what types; add group to get that group's actual indicator values. Optionally filter to one IoC type with type.

get_mitre_ttpsA

[Pro tier, requires RANSOMWARE_LIVE_API_KEY] Get a ransomware group's MITRE ATT&CK tactics/techniques (TTPs), exploited CVEs (with CVSS scores), and tooling, as part of its comprehensive Pro-tier intelligence profile.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
API InformationBasic information about the Ransomware.live API
Recent VictimsMost recently disclosed ransomware victims
All Ransomware GroupsComplete list of all known ransomware groups
Recent CyberattacksRecently added cyberattacks

TDQS

A3.7/5.0

Scored across 18 tools

Disambiguation4/5

Most tools map to clearly distinct resources such as victims, groups, cyberattacks, CERT contacts, YARA rules, and Pro-tier intelligence data. The six victim-related tools are distinct filters, but their volume means an agent must read the arguments carefully to avoid selecting the wrong victim query.

Naming Consistency4/5

The overwhelming majority of tools follow a consistent get_<resource> snake_case pattern, making the set highly predictable. The single exception is search_victims, which uses the verb 'search' rather than 'get', but it still follows a clear verb_noun convention.

Tool Count4/5

At 18 tools, the server is slightly above the typical well-scoped range, but the breadth of ransomware intelligence data justifies the count. Each tool covers a distinct data slice across free and Pro tiers, and there is minimal obvious redundancy.

Completeness5/5

The server provides broad coverage of public intelligence including victims, groups, attacks, and CERT contacts, plus Pro-tier depth in YARA rules, negotiation chats, ransom notes, IoCs, and MITRE TTPs. The main retrieval dimensions of group, country, sector, date, and keyword are all represented, leaving agents few dead ends.

Maintenance

ActivityMaintained
ResponsivenessNo issues