ThousandEyes MCP✓
com.thousandeyes/mcp · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.thousandeyes/mcp",
"description": "ThousandEyes MCP Server for network intelligence: outages, anomalies, alerts, events, and tests.",
"title": "ThousandEyes MCP",
"version": "1.0.0",
"websiteUrl": "https://www.thousandeyes.com",
"icons": [
{
"src": "https://app.thousandeyes.com/static/images/logo_128x128.png",
"mimeType": "image/png",
"sizes": [
"128x128"
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://api.thousandeyes.com/mcp",
"headers": [
{
"description": "ThousandEyes API token for authentication. Can be either a OAuth Bearer token or a Basic Authentication token.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
},
{
"type": "streamable-http",
"url": "https://api.thousandeyes.com/mcp-public"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}