
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
botrun-default-mcp
Advanced tools
Botrun default MCP server (stdio) - Node.js npx version.
npx botrun-default-mcp
| Tool | Description |
|---|---|
scrape | Scrape web pages via ScraperAPI, returns markdown |
chat_with_pdf | Analyze PDFs with Gemini (smart chunking for large files) |
chat_with_imgs | Analyze images with Gemini Vision |
web_search | Search via Perplexity API |
create_html_page | Create HTML pages locally |
create_plotly_chart | Generate interactive Plotly charts |
create_mermaid_diagram | Generate Mermaid diagrams |
current_date_time | Get current date/time (Asia/Taipei) |
{
"mcpServers": {
"botrun-default-mcp": {
"command": "npx",
"args": ["-y", "botrun-default-mcp"],
"env": {
"GEMINI_API_KEY": "AIza...",
"PPLX_API_KEY": "pplx-...",
"SCRAPERAPI_API_KEY": "...",
"OPENROUTER_API_KEY": "sk-or-v1-..."
}
}
}
}
| Variable | Description |
|---|---|
GEMINI_API_KEY | Google AI Studio API key for Gemini |
PPLX_API_KEY | Perplexity API key |
SCRAPERAPI_API_KEY | ScraperAPI key |
OPENROUTER_API_KEY | OpenRouter API key (optional) |
OPENROUTER_BASE_URL | OpenRouter base URL (optional) |
PDF_ANALYZER_MODEL | Gemini model for PDF (default: gemini-2.0-flash) |
IMG_ANALYZER_MODEL | Gemini model for images (default: gemini-2.0-flash) |
npm install
npm test
npm login
sh/seba_npm.sh
MIT
FAQs
Botrun default MCP server (stdio) - Node.js npx version
We found that botrun-default-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.