REST API + MCP Server giving AI agents real-world superpowers — web search, content extraction, screenshots, weather, finance, email validation, and translation. Zero AI cost.
Server Config
{
"mcpServers": {
"agent-toolbox": {
"command": "node",
"args": [
"/path/to/agent-toolbox/dist/mcp-server.js"
],
"env": {}
}
}
}