Token导航 LogoToken导航TokenDH.com
Crewai MCP Tester logo
开发工具未说明官方级别未说明来源级核验

Crewai MCP Tester

MCP Server

自动化测试MCP服务器的工具,生成详细的测试报告,支持自定义认证头,运行于Apify平台。

工具数

6

提示词数

0

GitHub Stars

1

资源数

0
自动化测试Python模型集成

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

apify

提供方

apify

最后核验

2026/5/17 20:19

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

CrewAI MCP测试仪

重要的是要确保您的MCP服务器正常运行,所有工具都可用并按预期工作。此Actor自动化了手动测试过程,并提供了每个工具状态的详细报告。

由于MCP服务器经常用于基于代理的应用程序,因此使用代理方法测试MCP服务器至关重要。

ℹ️ 注意:\ 此Actor内部使用 Apify Openrouter 演员 打电话给LLM。您将通过此Actor为LLM使用付费。

🔥 特性

  • 通过URL连接到MCP服务器并测试所有可用工具
  • 使用GPT-4.1 Mini与MCP工具交互并评估响应
  • 生成包含通过/失败状态和结果的测试报告
  • 支持用于身份验证的自定义标头
  • 基于代币的定价模型 按活动付费
  • 在Apify平台上运行

📊 输出数据

Actor返回每个测试工具的单独记录。每条记录包含:

字段类型描述
nameString被测试的MCP工具的名称
passedBoolean工具测试是否通过(true/false)
detailString测试场景描述或失败解释

🚀 用法

  1. 导航到Actor页面
  2. 提供MCP服务器URL
  3. 为MCP服务器添加身份验证标头(如果需要)
  4. 开始测试
  5. 查看生成的报告

💰 定价

您将根据LLM令牌的使用情况收费。对于具有一些工具的简单MCP服务器,每次测试运行的成本应低于0.05美元。

💾 输入

Actor接受以下输入参数:

{
  "mcpUrl": "https://your-mcp-server.com/mcp",
  "headers": {
    "Authorization": "Bearer your-token",
    "X-Custom-Header": "custom-value"
  }
}

参数:

  • mcpUrl (必需):MCP服务器端点URL
  • headers (可选):用于身份验证或配置的HTTP标头

🔢 输出

Actor返回每个测试工具的单独记录。每条记录都是一个单独的JSON对象:

[
  {
    "name": "get-actor-details",
    "passed": true,
    "detail": "Successfully retrieved detailed information about the actor 'apify/proxy-test'."
  },
  {
    "name": "search-actors",
    "passed": true,
    "detail": "Successfully searched for actors with the keyword 'test' and received valid results."
  },
  {
    "name": "search-apify-docs",
    "passed": true,
    "detail": "Successfully searched Apify documentation for the keyword 'test' and received relevant documentation links."
  },
  {
    "name": "fetch-apify-docs",
    "passed": true,
    "detail": "Successfully fetched full content of an Apify documentation page about automated testing."
  },
  {
    "name": "add-actor",
    "passed": true,
    "detail": "Successfully added the actor 'apify/proxy-test' to the available tools."
  },
  {
    "name": "apify-slash-rag-web-browser",
    "passed": true,
    "detail": "Successfully ran a basic operation querying 'san francisco weather' and received results without errors."
  }
]

🔧 配置

自定义头

对于需要身份验证的MCP服务器:

{
  "mcpUrl": "https://secure-mcp-server.com/mcp",
  "headers": {
    "Authorization": "Bearer your-secure-token",
    "X-API-Key": "your-api-key",
  }
}

🌐 开源

此Actor是开源的,可在 .

📚 资源

目录标签

目录标签

自动化测试Python模型集成本地部署MCP服务器测试报告Apify平台LLM集成

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

api-key

工具数量(toolCount,工具数)

6

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明api-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP