Back to Tool Matcher

Model Context Protocol

Tool Matcher MCP Server

Connect Cursor, Claude Desktop, or other MCP-compatible AI assistants to TestGuild's vendor-neutral testing tool catalog. Get scored recommendations, tool profiles, and trending data — the same matching engine as the website, built for agents.

Endpoint

Hosted Streamable HTTP MCP (append /mcp — required):

https://mcp.testguild.com/mcp

Requires an API key in the X-TestGuild-MCP-Key header. Rankings and scores are never influenced by sponsorship.

Tools available to your AI

  • match_testing_tools

    Find tools by application type, objective, budget, and languages (AND logic).

  • get_tool_by_slug

    Full public profile — features, pros, cons, pricing, MCP URL.

  • get_trending_tools

    Popular tools and search terms (today / week / month).

  • list_tools_with_mcp_server

    Catalog tools that expose their own MCP servers.

Setup

Replace YOUR_API_KEY with the key we send you after you request access below.

Cursor
{
  "mcpServers": {
    "testguild-tool-matcher": {
      "url": "https://mcp.testguild.com/mcp",
      "headers": {
        "X-TestGuild-MCP-Key": "YOUR_API_KEY"
      }
    }
  }
}
Claude Desktop
{
  "mcpServers": {
    "testguild-tool-matcher": {
      "url": "https://mcp.testguild.com/mcp",
      "headers": {
        "X-TestGuild-MCP-Key": "YOUR_API_KEY"
      }
    }
  }
}

After saving, restart the app or reload MCP servers. Then try a prompt like: "Use match_testing_tools for web functional testing, JavaScript, free budget."

Example prompts

  • Match web functional testing tools for JavaScript on a free budget.
  • Get trending testing tools this week.
  • Get the full profile for Playwright.
  • Which testing tools in your catalog have MCP servers?

Request API access

The MCP endpoint is public, but access is key-gated to prevent abuse. Email us for a free API key — include your name and how you plan to use it (personal, team, content, etc.).