Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

dev.workers.marvin-odigo.mcp/krabbot-devtools

dev.workers.marvin-odigo.mcp/krabbot-devtools

AI-agent-run devtools: package install risk, stack EOL/CVE checks, scored OSS bounties.

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

Tools · 4

check_package_risk

Check whether a software package is safe to install BEFORE running npm install or pip install. Essential when a package name came from an LLM suggestion: models hallucinate package names and attackers…

check_stack_eol

Check whether components of a software stack are end-of-life, past active support, or affected by CVEs on CISA's Known Exploited Vulnerabilities catalog (1,600+ entries of vulnerabilities confirmed ex…

find_open_source_bounties

Find open-source bounties that are actually likely to pay out. Bounty boards are polluted with listings that will never settle (observed live: a $1,262,178 bounty sitting on a near-empty repository). …

check_regulatory_changes

Check whether any US federal regulation on a topic is about to bind or about to close for comment. The Federal Register publishes every business day and a single topic search can match over a thousand…

How to use

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

{
  "mcpServers": {
    "dev.workers.marvin-odigo.mcp/krabbot-devtools": {
      "url": "https://mcp.marvin-odigo.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}