MCP server for Agent101 — a directory of 300+ AI tools across 15 categories
Project description
agent101
MCP server for Agent101 — a directory of 300+ AI tools across 15 categories.
Implements the Model Context Protocol over stdio using JSON-RPC 2.0. Zero dependencies beyond the Python standard library.
Install
pip install agent101
Tools
| Tool | Description |
|---|---|
search_tools |
Search the directory by keyword |
list_categories |
List all 15 tool categories |
get_category |
Get all tools in a category |
recommend |
Get tool recommendations for a task |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agent101": {
"command": "agent101"
}
}
}
Usage with Claude Code
claude mcp add agent101 -- agent101
Run standalone
agent101
Then send JSON-RPC 2.0 requests on stdin (one per line):
{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}
{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}
{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"search_tools","arguments":{"q":"web scraping"}}}
API
All data comes from the Agent101 API at https://agent101.ventify.ai/api/:
GET /api/search?q={query}— search toolsGET /api/categories— list categoriesGET /api/category/{name}— tools in a categoryGET /api/recommend?task={task}— task-based recommendations
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent101-1.0.0.tar.gz.
File metadata
- Download URL: agent101-1.0.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa807d328327ffe29d8f5d44fc5743c40b1a95193fa984b93683cb0370369698
|
|
| MD5 |
be7cb8ae7821aeb7117dcd59f45e97ca
|
|
| BLAKE2b-256 |
2c14ae9979ad6a294e21024dca7b77a66ae4446d5ab5737fd5be92d5c4b58452
|
File details
Details for the file agent101-1.0.0-py3-none-any.whl.
File metadata
- Download URL: agent101-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2517e4cd4bcf2494320d4205f814a1ee40939a82242ef819f933dca976e52ae7
|
|
| MD5 |
be48f811468653b77b7a7ec29037b52c
|
|
| BLAKE2b-256 |
1920db3506550f946956d63d41551b209a410cefbeb1e254f8957bff6a8dc168
|