MCP Directory

Vincentwei1021/agent-toolbox

GitHub
Web Utilities

Production-ready MCP server providing 13 tools for AI agents: web search, content extraction, screenshots, weather, finance, email validation, translation, news, GeoIP, WHOIS, DNS, PDF extraction, and QR code generation. 1,000 free calls/month, no setup required.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y agent-toolbox

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from Vincentwei1021/agent-toolbox your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "agent-toolbox": {
      "command": "npx",
      "args": [
        "-y",
        "agent-toolbox"
      ]
    }
  }
}

Route Vincentwei1021/agent-toolbox intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add agent-toolbox

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use Vincentwei1021/agent-toolbox directly without routing

npx -y agent-toolbox

New to Agent-CoreX? View setup guide →

Vincentwei1021/agent-toolbox MCP Server — Agent-CoreX