development
location
documentation
public
AI agents
What is AI Agent Marketplace Index?
MCP server to search more than 5000+ AI agents and tools of various categories from [AI Agent Marketplace Index](http://www.deepnlp.org/store/ai-agent) and monitor traffic of AI Agents.
Documentation
AI Agent Marketplace Index Search MCP Server
Features
Search AI Agents by query or category.
Monitor AI Agents Web Traffic Performance.
API to list your AI agents.
Comprehensive error handling.
Requirements
Python 3.10 or higher
Microsoft Bing Search API key
MCP-compatible client (e.g., Claude Desktop, Cursor)
uv run -m ai-agent-marketplace-index-mcp
```\n\n### Development
```bash
cd ./ai-agent-marketplace-index-mcp/src/ai-agent-marketplace-index
mcp dev server.py
```\n\n### Configuring with Claude for Desktop
Add the following to your Claude Desktop configuration file:
```json
{
"mcpServers": {
"ai-agent-marketplace-index-mcp": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/ai-agent-marketplace-index-mcp/src/ai-agent-marketplace-index",
"run",
"server.py"
]
}
}
}
Available Tools# 1. search_ai_agent
General search of AI Agents for information, websites, content and metric statistic of web traffic, etc.
search_ai_agent(q: str, limit: int = 100, timeout: int = 5)
Resources# MCP Marketplace API Support
Allow any agent rag workflow to find this MCP Server via python/typescript API.
Search relevant servers by query/id/category.
Give LLM chances to choose this tools and enhance usage.