Agent Toolbox
@Vincentwei1021
Agent Toolbox について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"agent-toolbox": {
"command": "node",
"args": [
"/path/to/agent-toolbox/dist/mcp-server.js"
],
"env": {}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「AI とエージェント」の他のコンテンツ
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
コメント