A

Agent Toolbox

Vincentwei1021
๐Ÿ”Ž Search & Data Extraction
0 Views
0 Installs

๐Ÿ“‡ โ˜๏ธ ๐ŸŽ ๐ŸชŸ ๐Ÿง - 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.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "vincentwei1021-agent-toolbox": {
      "command": "npx",
      "args": [
        "-y",
        "vincentwei1021-agent-toolbox"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

โšก Agent Toolbox

13 production-ready tools for AI agents โ€” one API key, zero complexity.

npm PyPI License Endpoints Glama

Docs ยท Playground ยท OpenAPI Spec ยท npm


Why Agent Toolbox?

Building AI agents that interact with the real world? You'd normally need:

Without Agent ToolboxWith Agent Toolbox
6+ API keys (Google, OpenWeatherMap, Yahoo Finance, ...)1 API key
Different auth methods per serviceUnified Bearer auth
Parse different response formatsConsistent JSON responses
Handle rate limits per providerBuilt-in rate limiting
No caching, redundant callsSmart LRU caching
Pay $50-200+/mo for APIsFree tier: 1,000 calls/mo

Quick Start (30 seconds)

1. Get your free API key

curl -X POST https://api.toolboxlite.com/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com"}'

2. Make your first call

curl -X POST https://api.toolboxlite.com/v1/search \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "best AI agent frameworks"}'

3. That's it! ๐ŸŽ‰

No credit card. No setup. 13 endpoints ready to use.

13 Endpoints

EndpointDescriptionCache
POST /v1/searchWeb search via DuckDuckGo5 min
POST /v1/extractExtract content from any URL5 min
POST /v1/screenshotCapture webpage screenshots1 hr
POST /v1/weatherWeather & forecast15 min
POST /v1/financeStock quotes & exchange rates15 min
POST /v1/validate-emailEmail validation (MX + SMTP)1 hr
POST /v1/translateTranslate 100+ languages1 hr
POST /v1/geoipIP geolocation lookup1 hr
POST /v1/newsNews article search5 min
POST /v1/whoisDomain WHOIS lookup1 hr
POST /v1/dnsDNS record queries5 min
POST /v1/pdf-extractExtract text from PDFs1 hr
POST /v1/qrGenerate QR codes24 hr

MCP Server

Use Agent Toolbox as an MCP server in Claude Desktop, Cursor, or Windsurf:

npm install -g agent-toolbox-mcp

Add to Claude Desktop config:

{
  "mcpServers": {
    "agent-toolbox": {
      "command": "agent-toolbox-mcp"
    }
  }
}

See MCP Quickstart Guide for full setup instructions.

SDK Integrations

Python โ€” LangChain

pip install langchain-agent-toolbox
from langchain_agent_toolbox import AgentToolboxSearchTool

search = AgentToolboxSearchTool()
result = search.invoke({"query": "AI agents", "count": 3})

Python โ€” LlamaIndex

pip install llamaindex-agent-toolbox
from llamaindex_agent_toolbox import AgentToolboxSearchTool

search = AgentToolboxSearchTool()
result = search.call(query="AI agents", count=3)

Examples

ExampleDescription
Research AgentAuto-research any topic โ†’ markdown report
Website MonitorMonitor sites with DNS + screenshots + content
MCP QuickstartClaude Desktop / Cursor / Windsurf setup

Pricing

PlanPriceCalls/monthRate Limit
Free$01,00060/min
Pro$29/mo50,000120/min
Scale$99/mo500,000300/min

All plans include all 13 endpoints. No feature gating.

Self-Hosting

git clone https://github.com/Vincentwei1021/agent-toolbox.git
cd agent-toolbox
npm install && npm run build
cp .env.example .env  # Add your config
npm start

Or with Docker:

docker build -t agent-toolbox .
docker run -p 3100:3100 --env-file .env agent-toolbox

Used By

Building with Agent Toolbox? Open an issue to get listed here.

License

MIT ยฉ Vincentwei1021

Related MCP Servers

M
Mineru Mcp

๐Ÿ“‡ โ˜๏ธ - MCP server for MinerU document parsing API. Parse PDFs, images, DOCX, and PPTX with OCR (109 languages), batch processing (200 docs), page ranges, and local file upload. 73% token reduction with structured output.

๐Ÿ”Ž Search & Data Extraction1 views
J
Job Searchoor

๐Ÿ“‡ ๐Ÿ  - An MCP server for searching job listings with filters for date, keywords, remote work options, and more.

๐Ÿ”Ž Search & Data Extraction0 views
O
Open WebSearch

๐Ÿ ๐Ÿ“‡ โ˜๏ธ - Web search using free multi-engine search (NO API KEYS REQUIRED) โ€” Supports Bing, Baidu, DuckDuckGo, Brave, Exa, and CSDN.

๐Ÿ”Ž Search & Data Extraction0 views
M
Mcp Servers Kagi

๐Ÿ“‡ โ˜๏ธ - Kagi search API integration

๐Ÿ”Ž Search & Data Extraction0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.