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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y agent-toolboxAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add agent-toolboxAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Vincentwei1021/agent-toolbox directly without routing
npx -y agent-toolboxNew to Agent-CoreX? View setup guide →