Part of our Network Automation & Infrastructure MCP Servers roundup.

At a glance: Remote hosted at https://api.thousandeyes.com/mcp. 28 tools. Launched February 4, 2026. OAuth 2.0 or Bearer token auth. Claude Desktop, Cursor, VS Code, AWS Kiro. ThousandEyes subscription required.

Cisco ThousandEyes is a network intelligence platform that monitors what’s between your users and your services — the internet paths, ISPs, CDNs, DNS providers, and cloud infrastructure you don’t own and can’t instrument directly. Traditional observability tools (Datadog, Grafana, New Relic) show you what’s happening inside your infrastructure. ThousandEyes shows you what’s happening outside it: where packets are being dropped in an ISP backbone, which CDN POP is degraded, whether a BGP route change is causing reachability problems, and whether a SaaS outage is affecting just your organization or everyone on that provider.

The ThousandEyes MCP server brings this network intelligence directly into AI assistants. Instead of clicking through dashboards during an incident, NOC engineers and MSPs can query synthetic test results, trace network paths, correlate outage data, and run on-demand tests through natural language. The server launched in February 2026 as a fully hosted remote MCP — no software to deploy, no Docker containers to run. Cisco hosts it.

What ThousandEyes Does

ThousandEyes runs scheduled synthetic tests from three vantage point types:

  • Cloud Agents — Cisco-managed agents in 300+ locations across ISPs, cloud regions, and data centers worldwide
  • Enterprise Agents — Self-hosted agents in customer data centers and offices
  • Endpoint Agents — Software installed on employee laptops and devices

Tests cover HTTP page loads, DNS resolution, BGP reachability, browser transactions, VoIP quality, and ICMP/ping. The platform also offers Internet Insights — collective intelligence aggregated across all ThousandEyes customers, surfacing macro-level outages at ISPs and SaaS providers before any single customer would detect them independently.

ThousandEyes targets enterprises, telcos, and MSPs — teams with complex hybrid environments where the internet itself is a dependency, not just a commodity.

The 28 Tools

The MCP server exposes tools across 9 categories with an explicit two-group permission model: read-only (safe to enable broadly) and write/delete (for test management workflows). Cisco recommends enabling only what you need — enabling too many tools simultaneously causes latency and timeouts.

Synthetic Test Management (3 read + 3 write)

ToolGroupWhat it does
List TestsReadView all configured synthetic tests
Get Test DetailsReadRetrieve configuration and status for a specific test
Instant TestsReadRun on-demand tests against a target (consumes billing units)
Create Synthetic TestWriteCreate a new scheduled synthetic test
Update Synthetic TestWriteModify test configuration
Delete Synthetic TestWriteRemove a test

Events and Alerts (4 read)

ToolGroupWhat it does
List EventsReadFind network/application problems within a time range
Get Event DetailsReadDeep-dive into a specific event
List AlertsReadView active or cleared alerts
Get Alert DetailsReadComprehensive alert information

Outage and Anomaly Analysis (3 read)

ToolGroupWhat it does
Search OutagesReadCorrelate network and application outage data
Get AnomaliesReadDetect metric anomalies over a time period
Get MetricsReadRetrieve aggregated metrics for dashboards and reports

Network Path Analysis (4 read)

ToolGroupWhat it does
Get Path VisualizationReadHop-by-hop path data from test agents to target
Get Full Path VisualizationReadExtended path data with additional detail
Get BGP Test ResultsReadBGP reachability and routing data
Get BGP Route DetailsReadDetailed BGP route information

Endpoint Monitoring (3 read)

ToolGroupWhat it does
List Endpoint Agents and TestsReadList endpoint agents with filtering
Get Endpoint Agent MetricsReadPerformance metrics from endpoint agents
Get Connected DeviceReadDevice and connection details for endpoint agents

AI-Assisted Analysis (1 read)

ToolGroupWhat it does
Views ExplanationsReadAI-generated natural language analysis of test result views

Agent and Account Management (2 read)

ToolGroupWhat it does
Get Cloud and Enterprise AgentsReadList all cloud and enterprise agent locations
Get Account GroupsReadList accessible account groups

Service Map (1 read)

ToolGroupWhat it does
Get Service MapReadDistributed tracing service map for HTTP tests with tracing enabled

Template Management (2 write)

ToolGroupWhat it does
Search TemplatesWriteList available test and dashboard templates
Deploy TemplateWriteCreate tests, dashboards, and alert rules from a template bundle

Example Prompts

The docs suggest prompts like:

  • “Do I have any active events?" — surfaces in-progress network problems
  • “What outages have occurred in the last 24 hours?" — correlates Internet Insights with local events
  • “What is the hop-by-hop network path for my HTTP test from Seattle?" — brings path visualization into chat
  • “Can you find anomalies during the last 6 hours for test [name]?" — triggers AI-assisted anomaly analysis
  • “Run an HTTP test to example.com from our San Francisco agents." — instant on-demand test
  • “Deploy the template [name] for domain example.com using my Seattle agents." — stands up a complete monitoring configuration

Installation and Configuration

No local software to install. The MCP server is hosted at https://api.thousandeyes.com/mcp. Connecting takes two things: a ThousandEyes account with API Access permissions, and an organization that has not opted out of ThousandEyes AI features.

Claude Desktop — Settings → Connectors → Add custom connector → URL https://api.thousandeyes.com/mcp → sign in via browser. The connector UI lets you enable or disable the read-only and write/delete permission groups separately.

Cursor — Install via Marketplace (/add-plugin thousandeyes) or configure manually:

{
  "mcpServers": {
    "ThousandEyes": {
      "url": "https://api.thousandeyes.com/mcp",
      "headers": {
        "Authorization": "Bearer <YOUR_API_TOKEN>"
      }
    }
  }
}

VS Code / AWS Kiro — Use npx mcp-remote@latest as a local proxy (requires Node.js).

Authentication choices:

  • Bearer token — shares the organization-wide rate limit (240 req/min)
  • OAuth2 Dynamic Client Registration — browser-based flow, grants a separate per-client rate limit (240 req/min independent of the org). Better for teams or heavy usage.

ThousandEyes for Government does not include GenAI features — the MCP server is unavailable in Government deployments.

What’s Not Exposed

The tool surface covers the core operational workflows well, but leaves some gaps:

  • Internet Insights is not accessible through any MCP tool. The collective outage intelligence data — one of ThousandEyes’ most unique capabilities — isn’t exposed. Teams can’t ask “are other companies seeing this Comcast degradation?” through MCP.
  • Alert rule management is absent. You can read alerts but cannot create or modify alert rules directly (though templates can bundle alert rules on deployment).
  • Dashboard CRUD is not present. Templates can deploy dashboards but you can’t query or modify existing dashboard configurations.

GitHub Footprint

The official repo CiscoDevNet/ThousandEyes-MCP-Server-official is effectively a configuration guide — 1 star, 3 commits, no production code. The actual server runs on Cisco’s infrastructure. This isn’t a criticism of the server’s quality, but it does mean there’s no community contribution path and no way to inspect the implementation.

The community predecessor (CiscoDevNet/thousandeyes-mcp-community) was archived in March 2026 when the official server launched. The most useful adjacent project is pamosima/network-mcp-docker-suite (35 stars) — a Docker-based suite that runs ThousandEyes alongside Cisco Meraki, Catalyst Center, IOS XE, ISE, Splunk, and NetBox as a unified AIOps toolkit.

Who It’s For

ThousandEyes MCP is purpose-built for network operations teams — NOC engineers, MSPs, and SREs at organizations where internet path quality is operationally significant. That’s a narrower audience than most MCP servers on this site.

If your team already uses ThousandEyes dashboards for incident response, the MCP server gives you natural language queries during war-room calls without screen sharing dashboards. If you’re an MSP managing ThousandEyes across multiple customer accounts, the Get Account Groups tool and template deployment let you orchestrate monitoring setup conversationally.

If you don’t use ThousandEyes — or your monitoring needs are fully covered by Datadog, Grafana, or New Relic — there’s no reason to consider this server. The platform and its MCP server are tightly coupled.

The Verdict

3.5/5. Cisco ThousandEyes MCP delivers genuine operational value for its target audience. The 28-tool surface covers the core monitoring and diagnostic workflows. The remote-hosted model eliminates all deployment friction — connecting takes minutes. The two-group permission model (read-only vs. write/delete) reflects mature security thinking. OAuth2 Dynamic Client Registration separating per-client rate limits is the right design for multi-user teams.

The gaps are real: no Internet Insights exposure (the platform’s most unique capability), no alert rule management, performance concerns when enabling too many tools simultaneously, and no community development path. The GitHub repo’s 1-star footprint reflects that this is a proprietary hosted service, not an open ecosystem project.

For ThousandEyes shops: install it. For everyone else: this is a specialized tool for a specialized platform — evaluate ThousandEyes the product first.


Quick reference

VendorCisco (official)
Server URLhttps://api.thousandeyes.com/mcp
DeploymentRemote hosted (no local install)
TransportStreamable HTTP
AuthBearer token or OAuth2 DCR
Tool count28 (~22 read-only, ~4 write/delete)
Supported clientsClaude Desktop, Cursor, VS Code, AWS Kiro
LaunchedFebruary 4, 2026
PrerequisiteThousandEyes subscription + API Access role
GitHubCiscoDevNet/ThousandEyes-MCP-Server-official (1 star)
Rating3.5/5