Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

AgentSec MCP

io.github.traveljamboree/agentsec-mcp

Security intelligence via x402 on Base. CVE lookup, IP reputation, secret scanning.

Uptime
100.0%
2 direct probes · 30d
Response
232ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

cve_lookup

Look up known CVE vulnerabilities for an npm package+version or a specific CVE ID. Returns CVSS scores, descriptions, and fix versions from NVD and OSV. Results are cached for 10 minutes. Costs $0.01 …

reputation_check

Check the reputation of an IP address or domain using AbuseIPDB and VirusTotal. Returns a security verdict (malicious/suspicious/unknown/clean) with confidence signals. Verdict is conservative: incomp…

secret_scan

Scan text content for hardcoded secrets, API keys, and credentials using 20 pre-compiled patterns. Privacy guarantee: Input text is NEVER logged, cached, stored, or forwarded. Only findings_count and…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentsec_mcp": {
      "url": "https://agentsec-mcp.agentsec-mcp.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}