Connects AI agents with CrowdStrike Falcon for security analysis and automation.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
falcon-mcp · pypi · 0.17.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.CrowdStrike/falcon-mcp",
"description": "Connects AI agents with CrowdStrike Falcon for security analysis and automation.",
"title": "CrowdStrike Falcon MCP Server",
"repository": {
"url": "https://github.com/CrowdStrike/falcon-mcp",
"source": "github",
"id": "999737146"
},
"version": "0.17.0",
"packages": [
{
"registryType": "pypi",
"identifier": "falcon-mcp",
"version": "0.17.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "CrowdStrike API client ID",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FALCON_CLIENT_ID"
},
{
"description": "CrowdStrike API client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FALCON_CLIENT_SECRET"
},
{
"description": "CrowdStrike API region URL",
"format": "string",
"default": "https://api.crowdstrike.com",
"placeholder": "https://api.crowdstrike.com",
"name": "FALCON_BASE_URL"
},
{
"description": "Child CID for Flight Control (MSSP) support",
"format": "string",
"name": "FALCON_MEMBER_CID"
},
{
"description": "Comma-separated list of modules to enable",
"format": "string",
"placeholder": "detections,incidents,hosts",
"name": "FALCON_MCP_MODULES"
},
{
"description": "Transport protocol to use",
"format": "string",
"default": "stdio",
"choices": [
"stdio",
"sse",
"streamable-http"
],
"name": "FALCON_MCP_TRANSPORT"
},
{
"description": "Enable debug logging",
"format": "boolean",
"default": "false",
"name": "FALCON_MCP_DEBUG"
},
{
"description": "Host to bind to for HTTP transports",
"format": "string",
"default": "127.0.0.1",
"name": "FALCON_MCP_HOST"
},
{
"description": "Port to listen on for HTTP transports",
"format": "number",
"default": "8000",
"name": "FALCON_MCP_PORT"
},
{
"description": "Additional information to include in the User-Agent comment section",
"format": "string",
"name": "FALCON_MCP_USER_AGENT_COMMENT"
},
{
"description": "Enable stateless HTTP mode for scalable deployments",
"format": "boolean",
"default": "false",
"name": "FALCON_MCP_STATELESS_HTTP"
},
{
"description": "API key for HTTP transport authentication (x-api-key header)",
"format": "string",
"isSecret": true,
"name": "FALCON_MCP_API_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-22T20:18:50.398513Z",
"publishedAt": "2026-08-22T20:18:50.398513Z",
"updatedAt": "2026-08-22T20:18:50.398513Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.17.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.