Real-time Internet services uptime powered by ThousandEyes Intelligence
Loading outage data...
Connect to the ThousandEyes public MCP server to access network intelligence directly from your AI tools.
https://api.thousandeyes.com/mcp-public
What is MCP?
The Model Context Protocol (MCP) enables AI assistants like Claude to securely connect to external data sources and tools. Learn more at modelcontextprotocol.io
Add this configuration to your Cursor settings:
{
"mcpServers": {
"thousandeyes": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://api.thousandeyes.com/mcp-public"
]
}
}
}
Note: After updating your Cursor settings, restart Cursor to apply the changes. You can access settings via Cursor Settings → Features → MCP.
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"thousandeyes": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://api.thousandeyes.com/mcp-public"
]
}
}
}
Note: After updating the config file, restart Claude Desktop to apply the changes.