AA

AI Agent Marketplace Index

Created 6 months ago

MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents.

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)

Installation

  1. Clone this repository
  2. Install dependencies:
    uv venv
    source .venv/bin/activate  # On Windows: .venv\Scripts\activate
    uv pip install -e .
    

Configuration Usage\n\n### Running the server

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.

Server Config

{
  "mcpServers": {
    "ai-agent-marketplace-index-server": {
      "command": "npx",
      "args": [
        "ai-agent-marketplace-index"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: AI-Agent-Hub
Category: community
License: MIT License
Tags:
development location documentation