Agent Toolbox
@Vincentwei1021
About Agent Toolbox
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agent-toolbox": {
"command": "node",
"args": [
"/path/to/agent-toolbox/dist/mcp-server.js"
],
"env": {}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Agent Toolbox?
Agent Toolbox is an MCP server and API that provides 13 production-ready tools for AI agents, such as web search, weather, finance, translation, and PDF extraction. It requires a single API key instead of multiple provider keys, and offers consistent JSON responses and built-in rate limiting. It is for developers building agents that need to interact with the real world.
How to use Agent Toolbox?
Get a free API key via a curl request, then send HTTP POST requests to the API endpoints (e.g., /v1/search) with Bearer auth. For MCP support, install the npm package agent-toolbox-mcp and add it to your MCP client configuration (e.g., Claude Desktop, Cursor, or Windsurf). Python SDKs for LangChain and LlamaIndex are also available.
Key features of Agent Toolbox
- 13 endpoints covering search, weather, finance, translation, and more.
- Single API key with unified Bearer authentication.
- Smart LRU caching to reduce redundant calls.
- Built-in rate limiting per provider.
- Free tier with 1,000 calls per month, no credit card.
- Self‑hosting option via Docker or direct install.
Use cases of Agent Toolbox
- Building a research agent that automatically gathers web content and produces reports.
- Monitoring websites via DNS, screenshots, and content extraction.
- Enhancing a chatbot with real‑time weather, stock quotes, or news lookups.
- Validating and enriching user‑provided data (emails, domains, IP addresses).
FAQ from Agent Toolbox
What exactly does Agent Toolbox provide?
It is an MCP server and REST API bundling 13 tools (search, extract, screenshot, weather, finance, validate‑email, translate, geoip, news, whois, dns, pdf‑extract, qr) under one key.
How do I get started quickly?
Register via curl to obtain a free API key, then call any endpoint with a Bearer token. For MCP, install the npm package and add it to your client’s MCP servers config.
Are there any runtime dependencies?
The hosted API has no local dependencies beyond the ability to make HTTP requests. The MCP server requires Node.js. The Python SDKs (LangChain, LlamaIndex) require a Python environment with those libraries.
Where does my data live?
When using the hosted API, data is processed on the Agent Toolbox servers. Self‑hosting places all data on your own infrastructure.
What are the transport and authentication methods?
The server communicates via HTTP (REST) or the MCP protocol. Authentication uses a Bearer token in the Authorization header.
More AI & Agents MCP servers
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Comments