Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • MkDocs MCP Search Server
  • Powertools MCP Search Server
  • Solana Agent Kit MCP Server
  • Agent Twitter Client MCP
  • MCP Server for Intercom
Back to MCP Servers
AI Agent Marketplace Index Search

AI Agent Marketplace Index Search

Public
AI-Agent-Hub/ai-agent-marketplace-index-mcp

Enables efficient search and discovery of AI agents by keywords or categories, provides web traffic performance metrics, and supports API integration for listing AI agents within the Model Context Protocol ecosystem.

python
0 tools
May 29, 2025
Updated Jun 4, 2025

Supercharge Your AI with AI Agent Marketplace Index Search

MCP Server

Unlock the full potential of AI Agent Marketplace Index Search through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

AI Agent Marketplace Index Search MCP Server

MCP Marketplace User Review Rating Badge

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

Update

Add MCP Marketplace Plugin

Open Project https://github.com/AI-Agent-Hub/mcp-marketplace Open MCP Marketplace DeepNLP Panel

Search Engine for AI Agents

AI Agent Marketplace Directory Search

Tool Listing

Tools Listing

Tool Result

Tools Result

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

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)

Resources

MCP Marketplace API Support

MCP Marketplace User Review Rating Badge

  • 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.

Example: Search Server and Tools

import mcp_marketplace as mcpm mcpm.set_endpoint("deepnlp") # choose various open mcp marketplace endpoint result_q = mcpm.search(id="ai-agent-marketplace-index-mcp", mode="dict", page_id=0, count_per_page=100) result_id = mcpm.search(id="ai-agent-hub/ai-agent-marketplace-index-mcp", mode="dict", page_id=0, count_per_page=100) tools = mcpm.list_tools(id="ai-agent-hub/ai-agent-marketplace-index-mcp")

Example: Integrate with LLM e.g. Claude

import anthropic client = anthropic.Anthropic() # Step 1. search mcp by query/id to find this mcp # Step 2. Calling LLM for Better Usage and MCP Selection response = client.messages.create( model="claude-3-7-sonnet-20250219", max_tokens=1024, tools=tools, messages=[] ) print(response) ## install remote servers if tools from this mcp are chosen

License

MIT License

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • MkDocs MCP Search Server
    MkDocs MCP Search Server

    Enables Model Context Protocol integration for efficient, version-specific search of MkDocs-powered ...

    Added May 30, 2025
  • Powertools MCP Search Server
    Powertools MCP Search Server

    Model Context Protocol server enabling efficient local search of AWS Lambda Powertools documentation...

    2 tools
    Added May 30, 2025
  • Solana Agent Kit MCP Server
    Solana Agent Kit MCP Server

    Provides standardized Model Context Protocol tools enabling AI agents to interact with the Solana bl...

    Added May 30, 2025
  • Agent Twitter Client MCP
    Agent Twitter Client MCP

    Model Context Protocol server enabling AI models to interact with Twitter through cookie, username/p...

    Added May 30, 2025
  • MCP Server for Intercom
    MCP Server for Intercom

    Enables AI assistants to access, search, and filter Intercom customer support conversations and tick...

    4 tools
    Added May 30, 2025