Botrun default MCP server (stdio)
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"botrun-default-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# botrun-default-mcp A stdio-based MCP (Model Context Protocol) server providing PDF analysis, image analysis, web search, web scraping, and visualization tools. Designed to run via `uvx` with no server deployment needed. ## Tools | Tool | Description | |------|-------------| | `chat_with_pdf` | Analyze local PDF files with Gemini via Botrun Gateway (supports large files via chunked parallel processing) | | `chat_with_imgs` | Analyze local image files with Gemini Vision via Botrun Gateway | | `web_search` | Search the web via Perplexity API (supports OpenRouter) | | `scrape` | Scrape web pages to Markdown via ScraperAPI | | `create_html_page` | Generate HTML pages and save to local files | | `create_plotly_chart` | Generate interactive Plotly charts as local HTML files | | `create_mermaid_diagram` | Generate Mermaid diagrams as local HTML files | | `current_date_time` | Get current date/time in Asia/Taipei timezone | ## Installation ```bash uvx botrun-default-mcp ``` Or install from source: ```bash git clone https://github.com/sebastian-hsu/botrun_default_mcp_uv.git cd botrun_default_mcp_uv uv sync ``` ## Configuration The server automatically loads environment variables from a `.env` file in the working directory. Just point `cwd` to the directory containing your `.env` file — no need to pass `env` in the MCP config. ### LLM routing (chat_with_pdf / chat_with_imgs) Both tools call Gemini. Which endpoint they use is decided by environment variables (no runtime fallback): 1. `BOTRUN_GATE_BASE_URL` + `BOTRUN_GATE_API_KEY` both set → requests go through Botrun Gateway's `/gemini/*` passthrough (`base_url = ${BOTRUN_GATE_BASE_URL}/gemini`, auth via `Authorization: Bearer`). Vertex runs behind the gateway, so no GCP service account is needed. **This is the recommended setup.** 2. Otherwise → direct Vertex AI with the `GOOGLE_APPLICATION_CREDENTIALS_FOR_FASTAPI` service account (project `scoop-386004`, region `us-central1`). 3. Neither → the tools fail fast w…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.