sec-intelligence-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| QDRANT_URL | Yes | URL of the Qdrant instance (e.g., http://localhost:6333) | |
| GEMINI_API_KEY | Yes | Google AI Studio API key for Gemini embeddings | |
| QDRANT_API_KEY | No | API key for Qdrant Cloud (optional for local) | |
| LANGFUSE_PUBLIC_KEY | Yes | Langfuse public key for tracing | |
| LANGFUSE_SECRET_KEY | Yes | Langfuse secret key for tracing |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingA | Health-check tool. Returns 'pong' if the server is reachable. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion between overlapping purposes. The single 'ping' tool is unambiguous.
A single tool named 'ping' follows a straightforward and predictable pattern. There are no conflicting conventions to assess.
The server name suggests a security intelligence domain, but only a trivial health-check tool is provided. This is an extreme mismatch between stated purpose and tool surface.
The tool surface is severely incomplete for a security intelligence server, offering only a ping endpoint with no actual intelligence-gathering, analysis, or query capabilities.