CData JDBC Driver connects to Email by exposing them as relational SQL models.
Email By Cdata MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. CData JDBC Driver connects to Email by exposing them as relational SQL models.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Email By Cdata is connected, these are the calls the assistant has available:
source_get_tables — The source_get_tables tool exposed by this serversource_get_columns — The source_get_columns tool exposed by this serversource_run_query — The source_run_query tool exposed by this serverThis sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Email By Cdata's toolset — source_get_tables, source_get_columns, source_run_query — is a fair guide to whether it matches your workflow. It is maintained by CDataSoftware; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Email By Cdata's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| source_get_tables | The source_get_tables tool exposed by this server. |
| source_get_columns | The source_get_columns tool exposed by this server. |
| source_run_query | The source_run_query tool exposed by this server. |
**Linux/Mac**
```json
{
"mcpServers": {
"{classname_dash}": {
"command": "/PATH/TO/java",
"args": [
"-jar",
"/PATH/TO/CDataMCP-jar-with-dependencies.jar",
"/PATH/TO/email.prp"
]
},
...
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.