list_supported_data_connectors — CustomerDashboard MCP Tool Read-only
list_supported_data_connectors
(list supported data connectors) is one of 42 tools on the
CustomerDashboard
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call list_supported_data_connectors from your client
- Claude Code CustomerDashboard list_supported_data_connectors run in your project directory
- Claude Desktop CustomerDashboard list_supported_data_connectors ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor CustomerDashboard list_supported_data_connectors ~/.cursor/mcp.json
- VS Code CustomerDashboard list_supported_data_connectors .vscode/mcp.json
- Zed CustomerDashboard list_supported_data_connectors ~/.config/zed/settings.json
- Windsurf CustomerDashboard list_supported_data_connectors ~/.codeium/windsurf/mcp_config.json
- Cline CustomerDashboard list_supported_data_connectors ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI CustomerDashboard list_supported_data_connectors ~/.gemini/settings.json
- Grok CustomerDashboard list_supported_data_connectors .mcp.json (in your project root)
- ChatGPT CustomerDashboard list_supported_data_connectors Settings → Connectors → Advanced → Developer mode
- Claude.ai CustomerDashboard list_supported_data_connectors Settings → Connectors → Add custom connector
- LangChain CustomerDashboard list_supported_data_connectors pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http customerdashboard https://app.customerdashboard.io/mcp
Other tools on this server
- get_platform_overview
- list_widget_types
- list_plans_and_limits
- explain_customer_filtering
- get_started
- get_account
- list_data_sources
- get_data_source
- test_data_source_connection
- add_data_source
- update_data_source
- get_data_source_schema
- run_query_preview
- list_dashboards
- get_dashboard
- create_dashboard
- update_dashboard
- list_views
- create_view
- update_view
- reorder_views
- list_widgets
- create_widget
- update_widget
- set_widget_layout
- list_customers
- add_customer
- update_customer
- add_customer_user
- validate_customer_filtering
- set_dashboard_theme
- set_dashboard_formatting
- publish_dashboard
- unpublish_dashboard
- get_dashboard_share_url
- delete_dashboard
- delete_view
- delete_widget
- delete_data_source
- delete_customer
- delete_customer_user
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.