MCP meta tool

The NeoLoad Web Model Context Protocol (MCP) server offers a meta tool endpoint. It's a lightweight alternative to the standard MCP endpoint.

The standard endpoint loads all 45 tool definitions into your AI assistant's context window. The meta tool exposes only two: mcp_discover and mcp_execute. Your AI assistant discovers actions on demand and runs them through a single interface, so more of the context window stays available for your prompts and responses.

This topic covers both tools and endpoint configuration.

Before you start

To connect to the meta tool endpoint, you need a working MCP connection to NeoLoad Web and a compatible AI assistant that supports the MCP.

Available tools

Use mcp_discover to browse the action catalog and mcp_execute to run any action by name. Choose a tool based on its format and examples:

Connect to the meta tool endpoint

To use the meta tool, point your AI assistant to the meta tool URL instead of the standard endpoint URL:

You can use both endpoints side by side. They share the same API token and access the same data.

What's next

Here's where to go after you've set up the meta tool endpoint: