Voraxx MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHODAN_API_KEY | No | If set, shodan_host_lookup uses the full Shodan Host API instead of the free InternetDB endpoint | |
| VORAXX_MCP_HTTP_TIMEOUT | No | Timeout (seconds) for outbound HTTP lookups | 10 |
| VORAXX_MCP_OSV_BASE_URL | No | Override the OSV.dev base URL (mainly for testing) | https://api.osv.dev |
| VORAXX_MCP_SHODAN_API_URL | No | Override the Shodan Host API base URL (mainly for testing) | https://api.shodan.io |
| VORAXX_MCP_SHODAN_INTERNETDB_URL | No | Override the InternetDB base URL (mainly for testing) | https://internetdb.shodan.io |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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