Skip to main content
Glama
jahanv01

sec-intelligence-mcp

by jahanv01

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QDRANT_URLYesURL of the Qdrant instance (e.g., http://localhost:6333)
GEMINI_API_KEYYesGoogle AI Studio API key for Gemini embeddings
QDRANT_API_KEYNoAPI key for Qdrant Cloud (optional for local)
LANGFUSE_PUBLIC_KEYYesLangfuse public key for tracing
LANGFUSE_SECRET_KEYYesLangfuse 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pingA

Health-check tool. Returns 'pong' if the server is reachable.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between overlapping purposes. The single 'ping' tool is unambiguous.

Naming Consistency5/5

A single tool named 'ping' follows a straightforward and predictable pattern. There are no conflicting conventions to assess.

Tool Count1/5

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.

Completeness1/5

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.

Maintenance

ActivityActive
ResponsivenessNo issues