Skip to main content
Glama

Server Details

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

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
datakoot/security-intel-mcp
GitHub Stars
0
Server Listing
Security Intel MCP

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 5 tool updates
    • Changedaudit_dependencies5 fields changed
      • addedInput schema / properties / dependencies
        Added value: +{
        +  "description": "[{name, version}] entries",
        +  "items": {
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / ecosystem
        Added value: +{
        +  "description": "Default npm",
        +  "type": "string"
        +}
      • removedInput schema / properties / format
        Removed value: -{
        -  "description": "Optional: npm | pypi | go. Auto-detected if omitted.",
        -  "type": "string"
        -}
      • changedInput schema / properties / manifest / description
        Previous value: -"Full contents of a package.json, requirements.txt, or go.mod file"New value: +"Raw package.json contents"
      • changedInput schema / required
        Previous value: -[
        -  "manifest"
        -]New value: +[]
    • Changedcve_lookup2 fields changed
      • changedInput schema / properties / cve_id / description
        Previous value: -"CVE identifier, e.g. CVE-2021-44228"New value: +"e.g. CVE-2021-44228"
      • removedInput schema / properties / cve_id / pattern
        Removed value: -"^CVE-\\d{4}-\\d{4,}$"
    • Removedip_reputation
    • Changedpackage_vulnerabilities3 fields changed
      • removedInput schema / properties / ecosystem / description
        Removed value: -"Package ecosystem: npm, PyPI, Go, Maven, crates.io, RubyGems, Packagist, NuGet, Hex, Pub, Debian, Alpine"
      • removedInput schema / properties / name / description
        Removed value: -"Package name, e.g. lodash or org.apache.logging.log4j:log4j-core"
      • changedInput schema / properties / version / description
        Previous value: -"Exact version to check (optional; omit to list all known vulns)"New value: +"Optional; if given, only vulns affecting that version are returned"
    • Removedurl_check
  2. 1 tool update
    • Addedaudit_dependencies
  3. 4 tool updates
    • First observedcve_lookup
    • First observedip_reputation
    • First observedpackage_vulnerabilities
    • First observedurl_check

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    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
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time Python package vulnerability data, enabling AI agents to check CVEs, CVSS scores, and safe versions for informed dependency decisions.
    1
    -
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

The three tools have clearly distinct purposes: auditing a dependency manifest, looking up a specific CVE by ID, and listing vulnerabilities for a particular package. No overlaps or ambiguous boundaries exist.

Naming Consistency3/5

Tool names are readable but not consistently patterned. 'audit_dependencies' uses verb_noun, 'cve_lookup' is noun_verb, and 'package_vulnerabilities' is a noun phrase, mixing conventions without being chaotic.

Tool Count4/5

Three tools is on the smaller side but appropriate for a focused security intelligence server. Each tool provides a distinct and necessary function, and the count feels lean rather than insufficient.

Completeness4/5

The domain of vulnerability intelligence is well-covered with manifest auditing, CVE details, and package lookups. Minor gaps exist (e.g., no search or advisory listing), but core workflows are supported without dead ends.