# MCP Inspector

### What is Tairon Inspector? <a href="#what-is-testra-inspector" id="what-is-testra-inspector"></a>

Tairon Inspector is a web-based tool that lets you interactively test and debug MCP servers. It provides a live interface to send requests, view responses, check server health, and validate that endpoints behave correctly, all without writing code.

It’s designed to help developers quickly verify server functionality, diagnose issues, and understand the expected inputs and outputs for MCP-compliant endpoints.

***

#### **1. Accessing the Inspector** <a href="#id-1.-accessing-the-inspector" id="id-1.-accessing-the-inspector"></a>

* Open [tairon.ai](http://tairon.ai/)
* Navigate to any server listing in the directory.
* Click the **Inspect** button on the server card or detail page.

***

#### **2. Using the Inspector** <a href="#id-2.-using-the-inspector" id="id-2.-using-the-inspector"></a>

* The Inspector UI lets you run requests to all exposed MCP endpoints (`/health`, `/capabilities`, `/execute`, etc.).
* Input sample JSON payloads or use predefined test cases.
* View live response data including status codes, headers, response times, and payload content.

| Feature             | Description                                           |
| ------------------- | ----------------------------------------------------- |
| **Request Editor**  | Edit or create custom request bodies in JSON.         |
| **Response Viewer** | See formatted response data with syntax highlighting. |
| **Status Codes**    | View HTTP status codes and error messages.            |
| **Latency Info**    | Measure request duration for performance testing.     |
| **Save Tests**      | Save frequent test inputs for quick access.           |

***

#### **3. Benefits of Using Inspector** <a href="#id-3.-benefits-of-using-inspector" id="id-3.-benefits-of-using-inspector"></a>

* Quickly validate server compliance with MCP spec.
* Debug input/output mismatches or unexpected errors.
* Compare different server responses side-by-side.
* Use as a reference while coding your integration.

***

#### **4. Troubleshooting with Inspector** <a href="#id-4.-troubleshooting-with-inspector" id="id-4.-troubleshooting-with-inspector"></a>

* Use Inspector to reproduce issues reported by your application.
* Check for authentication errors, malformed requests, or server errors.
* Validate that all required endpoints respond as expected.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tairon.ai/tairon/mcp-inspector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
