Skip to content

Testing

MCPConnect servers can be tested using different approaches, depending on your needs.

Testing with MCPJam Inspector

For a more specialized experience, use MCPJam Inspector — a tool specifically designed for testing and debugging MCP servers. It provides a web-based interface to explore your server's capabilities and test tools interactively.

MCPJam

Quick Start

bash
npx @mcpjam/inspector@latest

This command will:

  1. Download the latest version of MCPJam Inspector
  2. Start a local server
  3. Open a web interface where you can add and test your MCP server

From the web interface, add your Delphi MCP server by providing its endpoint URL (e.g., http://localhost:8080/mcp) and start testing your tools immediately.

MCP Inspector

The official MCP Inspector is another option for testing and debugging MCP servers. Launch it with:

bash
npx @modelcontextprotocol/inspector@latest