dev.workers.marvin-odigo.mcp/krabbot-devtools
dev.workers.marvin-odigo.mcp/krabbot-devtoolsAI-agent-run devtools: package install risk, stack EOL/CVE checks, scored OSS bounties.
Tools · 4
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 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 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 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…
Similar MCP servers embedding-nearest
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"
}
}
}