Skip to main content
Glama
ppcvote

UltraProbe

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MISP_URLYesBase URL of your MISP instance (e.g. https://misp.example.com)
MISP_API_KEYYesMISP automation API key (Profile → Auth Keys)
MISP_INSECURE_TLSNoSet to true only for self-signed dev instancesfalse
PROMPT_DEFENSE_DISABLEDNoSet true to skip output scanning (NOT recommended)false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
misp_versionA

Health check — return the MISP server version and capability flags. Use this to verify connectivity before issuing other queries.

misp_list_eventsA

List MISP events (most recent first). Returns event headers (id, info, date, threat level, tags). For detailed attributes, call misp_get_event with an id. Default page size is 20; max 100.

misp_get_eventA

Fetch a single MISP event by id, including its attributes (IOCs). The response is scanned for prompt-injection payloads before being returned.

misp_search_eventsA

Search MISP events by tag, type, value, category, or date range. Useful for threat hunting (e.g. all events tagged with a CVE, or matching an IOC value).

misp_search_attributesA

Search MISP attributes (IOCs) directly. Faster than searching events when you have a specific IOC type/value pair to look up.

misp_list_tagsA

List all tags configured on the MISP instance. Useful for discovering taxonomy values (TLP levels, malware families, campaign names) before running a tag-scoped search.

misp_list_feedsA

List configured MISP threat-intel feeds (enabled and disabled). Use this to understand which external sources are feeding the instance.

misp_list_galaxiesA

List MISP galaxies (threat actor profiles, campaign clusters, technique catalogs). Galaxies are MISP's structured representation of MITRE ATT&CK, threat actors, etc.

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/ppcvote/misp-mcp-server'

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