Connect AI Developer Edition
Free MCP access to every Connect AI data source connector. Sized for individual developers and small teams.
What's included
- Every Connect AI data source connector, accessed through MCP
- Both MCP servers: Query MCP for data, Management MCP (Developer Edition exclusive) for provisioning
- Toolkits for source-specific tool extensions
- Connect Gateway for on-premises and network-restricted sources
- Data Copilot for natural-language queries
- Sample agent scaffold:
npx @cdatasoftware/create-agent(templates)
Three ways to start
Two MCP servers
Every Connect AI account gets the Query MCP server for querying data. Developer Edition adds a second. The Management MCP, for when you want your agent or your IDE to drive Connect AI itself.
The one most agents use. A universal toolset for querying any connected data source with SQL, plus catalog and schema introspection.
Tools: getCatalogs, getSchemas, getTables, getColumns, queryData, getProcedures, getProcedureParameters, executeProcedure.
Endpoint: https://mcp.cloud.cdata.com/mcp
Need source-specific actions like create_lead or post_message? Extend Query MCP with a Toolkit, a curated set of tools scoped to one source.
For provisioning and managing Connect AI itself from inside Claude, Cursor, or any MCP-aware agent. No UI required.
Tools: list_available_sources, get_source_properties, create_connection, list_connections, test_connection.
Endpoint: https://mcp.cloud.cdata.com/mcp/mgmt
Useful when you want an agent to provision sources, when you're scripting setup, or when your IDE assistant should wire up new connections without leaving the editor.
Limits & constraints
- 5 connected data sources
- 5 users on the account
- 500 tool calls / queries per month, pooled, resets monthly
- Direct API access (JDBC, ODBC, REST query endpoints)
- Caching, scheduled jobs
- Workspace isolation, RBAC, SSO
Need more? Contact sales for direct API access, higher call volume, multiple workspaces, or enterprise auth.