AI 代理市场索引搜索 MCP 服务器
来自 DeepNLP 的 MCP 服务器 AI 代理市场索引,允许 AI 助手通过“关键字”或“类别”搜索可用的 AI 代理导航页面功能、工具或用例。例如查找所有“AI 编码代理”、“GUI AI 代理”、“移动使用代理”、“桌面使用代理”等。
特征
按查询或类别搜索 AI 代理,从代理市场索引中查找所有可用的 AI 代理,例如“AI 编码”、“HR AI 代理”、“财务 AI 代理”、“医疗保健 AI 代理”、“AI 代理员工”等。
监控 AI 代理网络流量性能,例如 Google/Bing 排名、Github Stars、Arxiv 参考。
API 可将您的 AI 代理列入 AI 代理市场和索引
全面的错误处理
Related MCP server: HireBase MCP Server
更新
添加 MCP 市场插件
打开项目https://github.com/AI-Agent-Hub/mcp-marketplace 
人工智能代理的搜索引擎

工具列表

工具结果

要求
Python 3.10 或更高版本
Microsoft Bing 搜索 API 密钥
MCP 兼容客户端(例如 Claude Desktop、Cursor)
安装
克隆此存储库
安装依赖项:
uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate uv pip install -e .
配置
用法
运行服务器
uv run -m ai-agent-marketplace-index-mcp发展
cd ./ai-agent-marketplace-index-mcp/src/ai-agent-marketplace-index
mcp dev server.py使用 Claude for Desktop 进行配置
将以下内容添加到您的 Claude Desktop 配置文件(macOS 上为~/Library/Application Support/Claude/claude_desktop_config.json或 Windows 上为%APPDATA%\Claude\claude_desktop_config.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"
]
}
}
}可用工具
1. 搜索人工智能代理
人工智能代理对信息、网站、内容和网络流量统计等进行常规搜索。
search_ai_agent(q: str, limit: int = 100, timeout: int = 5)执照
This server cannot be installed
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.