Allows agents to access integration details and authentication metadata for Auth0's identity management services.
Provides information and metadata for Coinbase AgentKit to facilitate payment and crypto integrations.
Allows discovery of tools and API endpoints for managing and running code within Docker environments.
Provides access to repository management and code interaction metadata for GitHub integrations.
Allows discovery and metadata retrieval for Google Maps services, including location and mapping API endpoints.
Provides discovery and API documentation metadata for HubSpot's CRM and marketing tools.
Offers access to orchestration and memory metadata for LangGraph to support complex agent workflows.
Provides metadata and integration guidance for Linear's project management and issue tracking APIs.
Allows agents to find metadata and usage guidance for cloud compute and code execution via Modal.
Provides discovery and workflow orchestration metadata for n8n's automation platform.
Allows agents to discover Notion API details and structured metadata for document and workspace management.
Provides discovery and structured metadata for OpenAI's language models and developer tools.
Provides communication metadata and API details for sending emails via the Resend platform.
Provides access to e-commerce integration metadata and API endpoints for Shopify services.
Allows agents to discover communication tools and API metadata for interacting with Slack.
Provides metadata and API integration guidance for Stripe's payment processing services.
Offers discovery and metadata for Supabase's database and backend services.
Provides access to API metadata and communication tool details for Telegram bot and messaging services.
Provides discovery and structured metadata for Twilio's communication APIs, including SMS and voice services.
Allows agents to retrieve metadata and API details for Upstash's serverless data services.
agent101-mcp
MCP server for agent101 — an open directory of 500+ tools, APIs, and services for AI agents.
What it does
Gives any MCP-compatible agent (Claude, GPT, Cursor, etc.) access to agent101's tool directory. Agents can search, browse, and get recommendations for the right tool for any task.
Tools
Tool | Description |
| Search 500+ tools by keyword |
| List all 15 categories with descriptions |
| Get all tools in a specific category |
| Get tool recommendations for a task description |
Quick Start
Using npx (recommended)
{
"mcpServers": {
"agent101": {
"command": "npx",
"args": ["-y", "agent101-mcp"]
}
}
}Using Docker
docker build -t agent101-mcp .
docker run -p 3101:3101 agent101-mcpManual
git clone https://github.com/rachelsu-blip/agent101-mcp.git
cd agent101-mcp
pip install -r requirements.txt
python server.pyHow it works
The server fetches tool listings from agent101.ventify.ai at startup and caches them. Each tool entry includes structured metadata:
url— API endpointauth— none / api_key / oauth / tokenfree_tier— what's freeactions— supported operationsinput/output— data formatswhen_to_use/when_not_to_use— decision guidanceexample_call— copy-paste ready
Categories
Category | Path | Tools |
Find Information | /search/ | Tavily, Exa, Jina Reader, Firecrawl |
Write & Run Code | /code/ | E2B, Modal, GitHub, Docker |
Send Messages | /communication/ | Resend, Twilio, Slack, Telegram |
Store Data | /data/ | Pinecone, Supabase, Upstash |
AI Models | /ai-services/ | Anthropic, OpenAI, Groq, DeepSeek |
Browse Web | /browser/ | Browser Use, Browserbase, Playwright |
Payments | /payments/ | Stripe, Coinbase AgentKit, x402 |
Files & Docs | /files/ | S3, R2, Unstructured, Veryfi |
Social Media | /social/ | Twitter, Postiz, TikHub |
People & Companies | /people/ | Hunter.io, Apollo, Clearbit |
Real-Time Data | /realtime/ | NewsAPI, yfinance, Open-Meteo |
Apps & Services | /apps/ | Notion, HubSpot, Linear, Shopify |
Identity & Auth | /auth/ | Composio, Nango, Auth0 |
Maps & Location | /maps/ | Google Maps, Nominatim, Overpass |
Memory & Orchestration | /memory/ | Mem0, LangGraph, n8n, Dify |
Links
Directory: https://agent101.ventify.ai
Skill file: https://agent101.ventify.ai/skill.md
License
MIT
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.