🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

botrun-default-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botrun-default-mcp

Botrun default MCP server (stdio) - Node.js npx version

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

botrun-default-mcp

Botrun default MCP server (stdio) - Node.js npx version.

Installation

npx botrun-default-mcp

Tools

ToolDescription
scrapeScrape web pages via ScraperAPI, returns markdown
chat_with_pdfAnalyze PDFs with Gemini (smart chunking for large files)
chat_with_imgsAnalyze images with Gemini Vision
web_searchSearch via Perplexity API
create_html_pageCreate HTML pages locally
create_plotly_chartGenerate interactive Plotly charts
create_mermaid_diagramGenerate Mermaid diagrams
current_date_timeGet current date/time (Asia/Taipei)

Configuration

Claude Desktop / Claude Code

{
  "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-..."
      }
    }
  }
}

Environment Variables

VariableDescription
GEMINI_API_KEYGoogle AI Studio API key for Gemini
PPLX_API_KEYPerplexity API key
SCRAPERAPI_API_KEYScraperAPI key
OPENROUTER_API_KEYOpenRouter API key (optional)
OPENROUTER_BASE_URLOpenRouter base URL (optional)
PDF_ANALYZER_MODELGemini model for PDF (default: gemini-2.0-flash)
IMG_ANALYZER_MODELGemini model for images (default: gemini-2.0-flash)

Development

npm install
npm test

Publishing

npm login
sh/seba_npm.sh

License

MIT

Keywords

mcp

FAQs

Package last updated on 01 Apr 2026

Did you know?

Socket

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.

Install

Related posts