List an agent's registered MCP servers
List every MCP server registered to this agent — the dashboard BYO-tool surface. Returns each server’s id, name, server_url, server_type, enabled flag, metadata (governance allowlist + health pill), and a has_auth_credentials boolean; encrypted credential material is NEVER returned over the wire. Keyset-paginated on the composite (created_at, id) tuple — page forward with the opaque next_cursor.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Path Parameters
Response
The paged server list (id, name, server_url, server_type, enabled, metadata, has_auth_credentials, created_at) plus the next-cursor pagination block in the standard { data, meta } envelope.