Skip to main content
Glama
Swarsel

crowdsec-mcp

by Swarsel

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CROWDSEC_LAPI_URLNoLAPI base URLhttp://localhost:8080
CROWDSEC_MACHINE_IDNoMachine id (enables alert tools)
CROWDSEC_VERIFY_TLSNoSet 'false' to skip TLS verificationtrue
CROWDSEC_BOUNCER_KEYNoBouncer API key (enables decision tools)
CROWDSEC_MACHINE_PASSWORDNoMachine password

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
{
  "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
list_decisionsD
decisions_streamD
list_alertsD
get_alertD

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

D1.8/5.0

Scored across 4 tools

Disambiguation4/5

The four tools target two distinct resources (decisions and alerts) with clear action prefixes (list, get, stream). The main ambiguity is between list_decisions and decisions_stream, both dealing with decisions, but one implies a static list and the other a real-time stream. Overall, the purposes are distinguishable.

Naming Consistency3/5

Three tools follow the verb_noun pattern (list_decisions, list_alerts, get_alert), but decisions_stream breaks this pattern with a noun_noun structure. The underscores are consistent, but the mix of verb-leading and noun-leading names is a minor inconsistency.

Tool Count4/5

With 4 tools, the set is within the typical well-scoped range (3-15). The count feels minimal but appropriate for a read-only client focused on listing and streaming decisions and alerts. It could be slightly more comprehensive, but it is not excessive.

Completeness3/5

The domain is CrowdSec decisions and alerts, and the set covers listing and streaming decisions, plus listing and fetching alerts. Notable gaps include a get_decision operation and any mutation endpoints (create/update/delete). These are common expectations in such a domain, so the surface is incomplete but not severely so.

Maintenance

ActivityStale
ResponsivenessNo issues