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
Release files for agent101 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agent101-1.0.0.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agent101-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.3 kB
Release files / agent101-1.0.0.tar.gz
| Download URL | agent101-1.0.0.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fa807d328327ffe29d8f5d44fc5743c40b1a95193fa984b93683cb0370369698
|
|
BLAKE2b-256 checksum How to use checksums |
2c14ae9979ad6a294e21024dca7b77a66ae4446d5ab5737fd5be92d5c4b58452
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.11
|
Release files / agent101-1.0.0-py3-none-any.whl
| Download URL | agent101-1.0.0-py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2517e4cd4bcf2494320d4205f814a1ee40939a82242ef819f933dca976e52ae7
|
|
BLAKE2b-256 checksum How to use checksums |
1920db3506550f946956d63d41551b209a410cefbeb1e254f8957bff6a8dc168
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.11
|