
AI Agent Marketplace Index Search MCP Server
MCP Server for AI Agent Marketplace Index from DeepNLP
What is AI Agent Marketplace Index Search MCP Server?
AI Agent Marketplace Index Search MCP Server is a server application designed for the AI Agent Marketplace Index from DeepNLP, enabling users to search for available AI agents by keywords or categories.
How to use AI Agent Marketplace Index Search MCP Server?
To use the server, clone the repository, install the dependencies, and run the server using the provided commands. You can also configure it with compatible clients like Claude Desktop.
Key features of AI Agent Marketplace Index Search MCP Server?
- Search AI agents by query or category, including various types like coding, HR, finance, and healthcare agents.
- Monitor web traffic performance of AI agents, including metrics like Google/Bing ranking and GitHub stars.
- API support for listing your AI agents in the marketplace.
- Comprehensive error handling for robust performance.
Use cases of AI Agent Marketplace Index Search MCP Server?
- Finding specific AI agents for coding tasks.
- Monitoring the performance of AI agents in various domains.
- Listing and managing AI agents in the marketplace.
FAQ from AI Agent Marketplace Index Search MCP Server?
- What are the requirements to run the server?
You need Python 3.10 or higher and a Microsoft Bing Search API key.
- Is there an API available?
Yes, the server provides an API to list your AI agents in the marketplace.
- How do I install the server?
Clone the repository, install dependencies, and run the server using the provided commands.
AI Agent Marketplace Index Search MCP Server
MCP Server for AI Agent Marketplace Index from DeepNLP, , allowing AI assistants to searches available AI agents Navigation Page function, tools or use cases by "keywords" or "category". such as find all the "AI coding agents", "GUI AI Agents", "Mobile Use Agent", "Desktop Use Agent", etc.
Features
- Search AI Agents by query or category, find all available ai agents from the Agent Marketplace Index, such as "AI Coding", "HR AI Agents", "Finance AI Agent", "Healthcare AI Agent", "AI Agents Employees",etc.
- Monitor AI Agents Web Traffic Performance, such as Google/Bing ranking, Github Stars, Arxiv Reference.
- API to list your AI agents to the AI Agent Marketplace and Index
- Comprehensive error handling
Search Engine for AI Agents
Tool Listing
Tool Result
Requirements
- Python 3.10 or higher
- Microsoft Bing Search API key
- MCP-compatible client (e.g., Claude Desktop, Cursor)
Installation
- Clone this repository
- Install dependencies:
uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate uv pip install -e .
Configuration
Usage
Running the server
uv run -m ai-agent-marketplace-index-mcp
development
cd ./ai-agent-marketplace-index-mcp/src/ai-agent-marketplace-index
mcp dev server.py
Configuring with Claude for Desktop
Add the following to your Claude Desktop configuration file (~/Library/Application Support/Claude/claude_desktop_config.json
on macOS or %APPDATA%\Claude\claude_desktop_config.json
on Windows):
{
"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)