# Crewai Mcp Tester

> Automated MCP server testing tool. Connects to Model Context Protocol servers, tests available tools using AI, and generates detailed reports with pass/fail status. Supports custom authentication headers.

- **Type:** MCP server
- **Install:** `agentstack add mcp-apify-crewai-mcp-tester`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [apify](https://agentstack.voostack.com/s/apify)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [apify](https://github.com/apify)
- **Source:** https://github.com/apify/crewai-mcp-tester
- **Website:** https://apify.com/jakub.kopecky/crewai-mcp-tester

## Install

```sh
agentstack add mcp-apify-crewai-mcp-tester
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# CrewAI MCP tester

It is important to ensure that your MCP server is functioning correctly and that all tools are available and working as expected. This Actor automates the manual testing process and provides a detailed report on the status of each tool.

Since MCP servers are often used in agentic-based applications, it is essential to test the MCP server using an agentic approach.

> **ℹ️ Notice:**  
> This Actor internally uses the [Apify Openrouter Actor](https://apify.com/apify/openrouter) to call an LLM. You will be billed for LLM usage through this Actor.

## 🔥 Features

- Connects to MCP servers via URL and tests all available tools
- Uses GPT-4.1 Mini to interact with MCP tools and evaluate responses
- Generates test reports with pass/fail status and findings
- Supports custom headers for authentication
- Token-based pricing model using [Pay per Event](https://docs.apify.com/sdk/js/docs/guides/pay-per-event)
- Runs on Apify platform

## 📊 Output data

The Actor returns individual records for each tool tested. Each record contains:

| Field | Type | Description |
|-------|------|-------------|
| `name` | String | Name of the MCP tool that was tested |
| `passed` | Boolean | Whether the tool test passed (true/false) |
| `detail` | String | Testing scenario description or explanation of failure |

## 🚀 Usage

1. Navigate to the Actor page
2. Provide the MCP server URL
3. Add authentication headers for the MCP server (if required)
4. Start the test
5. Review the generated report

## 💰 Pricing

You will be charged based on LLM token usage. For a simple MCP server with a few tools, the cost should be under $0.05 per test run.

## 💾 Input

The Actor accepts the following input parameters:

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

**Parameters:**
- `mcpUrl` (required): MCP server endpoint URL
- `headers` (optional): HTTP headers for authentication or configuration

## 🔢 Output

The Actor returns individual records for each tool tested. Each record is a separate JSON object:

```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."
  }
]
```

## 🔧 Configuration

### Custom headers
For MCP servers requiring authentication:

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

## 🌐 Open source

This Actor is open source and available on [GitHub](https://github.com/apify/crewai-mcp-tester).

## 📚 Resources

- [Apify Actor CrewAI template](https://apify.com/templates/python-crewai)
- [How to Build an AI Agent with CrewAI](https://blog.apify.com/how-to-build-an-ai-agent/)
- [How to use MCP with Apify Actors](https://blog.apify.com/how-to-use-mcp/)
- [Webinar: Building and monetizing MCP servers on Apify](https://www.youtube.com/watch?v=w3AH3jIrXXo)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [apify](https://github.com/apify)
- **Source:** [apify/crewai-mcp-tester](https://github.com/apify/crewai-mcp-tester)
- **License:** Apache-2.0
- **Homepage:** https://apify.com/jakub.kopecky/crewai-mcp-tester

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-apify-crewai-mcp-tester
- Seller: https://agentstack.voostack.com/s/apify
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
