Skip to main content
Glama

Server Details

CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
datakoot/security-intel-mcp
GitHub Stars
0
Server Listing
Security Intel MCP

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.5/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct security vulnerability task: scanning a manifest, looking up a specific CVE, or listing package vulnerabilities. No overlap in purpose.

Naming Consistency3/5

All use snake_case but pattern varies: 'audit_dependencies' is verb_noun, 'cve_lookup' is noun_verb, 'package_vulnerabilities' is noun_noun. Descriptive but inconsistent.

Tool Count5/5

Three tools cover the core vulnerability intelligence needs without excess. Well-scoped for the server's purpose.

Completeness4/5

Covers manifest scanning, CVE lookup, and package vulnerabilities. Minor gaps like batch operations or version range checks, but sufficient for typical use.

Available Tools

3 tools
audit_dependenciesAInspect

Audit a whole dependency manifest for known vulnerabilities in one call. Paste a package.json (as 'manifest'), or pass a 'dependencies' array of {name, version} objects. Returns per-package findings and a summary. Ecosystem defaults to npm.

ParametersJSON Schema
NameRequiredDescriptionDefault
manifestNoRaw package.json contents
ecosystemNoDefault npm
dependenciesNo[{name, version}] entries
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It discloses return format (per-package findings and a summary) but does not mention side effects, auth requirements, or rate limits. Basic transparency is present but could be enhanced.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences, front-loaded main purpose, no redundant information. Every sentence adds value, making it highly concise and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 3 parameters and no output schema, the description provides minimal output details ('per-package findings and a summary'). It does not specify format or limits, leaving some gaps for a complete understanding.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the description adds value by contextualizing parameters (e.g., 'paste a package.json' for manifest, 'defaults to npm' for ecosystem). This clarifies usage beyond schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool audits a dependency manifest for vulnerabilities, using specific verbs and resource. It does not explicitly differentiate from siblings like cve_lookup, but the purpose is distinct and clear.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear usage instructions (paste package.json or pass dependencies array, ecosystem default) but lacks guidance on when to use this tool vs alternatives like cve_lookup or package_vulnerabilities.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

cve_lookupAInspect

Look up a CVE by ID and get a compact summary: description, CVSS score & severity, vector, CWE weakness, publish date, and references. Source: NVD (NIST).

ParametersJSON Schema
NameRequiredDescriptionDefault
cve_idYese.g. CVE-2021-44228
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must convey safety and behavior. It states the output fields and source but does not mention error handling (e.g., invalid or missing CVE), rate limits, or authentication requirements. The simple lookup nature is mostly transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long: the first clearly states the purpose and output, and the second credits the source. Every word is necessary and there is no fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple with one parameter and no output schema. The description fully covers what the tool returns and its source. It could mention potential error cases or the expected input format more formally, but the schema already provides an example.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with the sole parameter 'cve_id' having an example in its description. The tool's description reinforces that the parameter is a CVE ID but adds no new detail beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Look up a CVE by ID') and provides a specific list of returned fields (description, CVSS score, severity, etc.). It also mentions the data source (NVD NIST), which distinguishes it from sibling tools like audit_dependencies and package_vulnerabilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use (to get a summary of a specific CVE) but does not provide explicit guidance on when not to use it or suggest alternatives like package_vulnerabilities for broader vulnerability scanning.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

package_vulnerabilitiesBInspect

List known vulnerabilities for a software package (optionally a specific version) via OSV. Ecosystems: npm, pypi, cargo, go, maven, rubygems, nuget, composer, pub, hex.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
versionNoOptional; if given, only vulns affecting that version are returned
ecosystemYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It does not disclose whether the operation is read-only (assumed), what happens on errors (e.g., package not found), or any rate limits or authentication needs.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise: one sentence plus a list of ecosystems. No extraneous information. Front-loaded with the core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description should at least hint at return format (e.g., list of CVE IDs). It lacks details on edge cases (no vulnerabilities found, invalid input), making it incomplete for an agent to fully understand behavior.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 33% (only 'version' has a description). The tool description adds the list of ecosystems but does not explain 'name' (package name) or 'ecosystem' (must be one of the listed). Fails to compensate for missing schema details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'List known vulnerabilities for a software package' with specific verb and resource. Lists ecosystems, which differentiates from sibling tools like cve_lookup and audit_dependencies, but could be more explicit about when to use this over alternatives.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use or when-not-to-use guidance. The description implies usage for querying package vulnerabilities by ecosystem, but does not mention exclusions like 'use audit_dependencies for project-level vulnerability scanning'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides CVE lookup, search, and exploit intelligence from public vulnerability sources (NVD, CISA KEV, EPSS) for AI agents to produce remediation guidance without consuming LLM tokens for data fetching.
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides live CVE data from NVD and EPSS without API key, enabling AI assistants to look up CVSS scores, search vulnerabilities, and check product CVEs.
    3
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.