# ThousandEyes MCP MCP server

ThousandEyes MCP Server for network intelligence: outages, anomalies, alerts, events, and tests.

## Links
- Registry page: https://www.getdrio.com/mcp/com-thousandeyes-mcp
- Website: https://www.thousandeyes.com

## Install
- Endpoint: https://api.thousandeyes.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (required; secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.thousandeyes.com/mcp
- Header: Authorization
- Remote endpoint: https://api.thousandeyes.com/mcp-public

## Tools
- get_public_network_outages (Get Public Network Outages) - Get Open Network Outages (No Authentication Required).

Returns a list of publicly available network and/or application outages from ThousandEyes Internet Insights.
This endpoint does not require authentication and provides visibility into global Internet infrastructure outages.

Use this to:
- Monitor current Internet outages affecting ISPs, DNS providers, CDNs, and SaaS providers
- Track macro-level impact of Internet events
- Get real-time visibility into infrastructure issues

Args:
----
    latest_seconds: Time window in seconds to look back (default: 86400 = 24 hours)
    minimum_outage_duration_seconds: Minimum duration filter (default: 200 seconds)

Returns:
-------
    List of outage events with details about affected infrastructure Endpoint: https://api.thousandeyes.com/mcp-public
- get_public_application_outages (Get Public Application Outages) - Get Open Application Outages (No Authentication Required).

Returns a list of publicly available application outages from ThousandEyes Internet Insights.
This endpoint does not require authentication and provides visibility into global application infrastructure outages.

Use this to:
- Monitor current application outages affecting SaaS providers, cloud services, and web applications
- Track macro-level impact of application-layer Internet events
- Get real-time visibility into application infrastructure issues

Args:
----
    latest_seconds: Time window in seconds to look back (default: 86400 = 24 hours)
    minimum_outage_duration_seconds: Minimum duration filter (default: 200 seconds)

Returns:
-------
    List of application outage events with details about affected infrastructure Endpoint: https://api.thousandeyes.com/mcp-public

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.thousandeyes
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jan 29, 2026
- Source: https://registry.modelcontextprotocol.io
