Skip to main content
Glama
bharat3645

Voraxx MCP Server

by bharat3645

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHODAN_API_KEYNoIf set, shodan_host_lookup uses the full Shodan Host API instead of the free InternetDB endpoint
VORAXX_MCP_HTTP_TIMEOUTNoTimeout (seconds) for outbound HTTP lookups10
VORAXX_MCP_OSV_BASE_URLNoOverride the OSV.dev base URL (mainly for testing)https://api.osv.dev
VORAXX_MCP_SHODAN_API_URLNoOverride the Shodan Host API base URL (mainly for testing)https://api.shodan.io
VORAXX_MCP_SHODAN_INTERNETDB_URLNoOverride the InternetDB base URL (mainly for testing)https://internetdb.shodan.io

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
cve_lookupA

Look up a CVE by ID (e.g. CVE-2021-44228) against the free, keyless OSV.dev vulnerability database. Returns summary, CVSS, affected packages, and references. Read-only; no API key required.

shodan_host_lookupA

Look up recon data (open ports, hostnames, CPEs, known CVEs) for an IP address. Uses Shodan's free InternetDB endpoint by default (no API key needed); if the SHODAN_API_KEY environment variable is set, uses the full Shodan Host API instead. Read-only -- reflects Shodan's last scan, not a live probe.

nuclei_scanA

Run a scan against a target using nuclei (ProjectDiscovery), if nuclei is installed locally on this machine. Orchestrates your own nuclei binary and templates only -- this tool does not bundle or download any scan templates itself. Only scan systems you are authorized to test.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bharat3645/voraxx-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server