Skip to main content
Glama

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_tools

Search 500+ tools by keyword

list_categories

List all 15 categories with descriptions

get_category

Get all tools in a specific category

recommend

Get tool recommendations for a task description

Quick Start

{
  "mcpServers": {
    "agent101": {
      "command": "npx",
      "args": ["-y", "agent101-mcp"]
    }
  }
}

Using Docker

docker build -t agent101-mcp .
docker run -p 3101:3101 agent101-mcp

Manual

git clone https://github.com/rachelsu-blip/agent101-mcp.git
cd agent101-mcp
pip install -r requirements.txt
python server.py

How it works

The server fetches tool listings from agent101.ventify.ai at startup and caches them. Each tool entry includes structured metadata:

  • url — API endpoint

  • auth — none / api_key / oauth / token

  • free_tier — what's free

  • actions — supported operations

  • input / output — data formats

  • when_to_use / when_not_to_use — decision guidance

  • example_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

License

MIT

A
license - permissive license
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

  • 15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.

  • SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rachelsu-blip/agent101-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server