---
title: "Test Self Hosted Grafana Connection"
method: POST
path: "/api/test_self_hosted_grafana_connection"
---

# Test Self Hosted Grafana Connection

`POST /api/test_self_hosted_grafana_connection`

Test connection to a self-hosted Grafana MCP server before saving credentials.
Tests both the health endpoint and MCP tools list.

payload:
{
    "grafana_mcp_url": "http://your-server:8443/mcp", required
    "grafana_mcp_auth_token": "your-auth-token", required
}

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/deeptrace/apis/fastapi.md) · [All operations](https://skmtc.net/deeptrace/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeptrace/fastapi/versions/2e2a6de8aeda/schema)
