Your CRM data security is our top priority. Here's how Daeda MCP protects your information.
Your CRM data is stored locally at:
%APPDATA%\daeda-mcp\data\
- - Nothing is sent to Daeda servers
- - Uses your HubSpot token as the encryption key
- - AI can read but never modify your CRM
- - INSERT, UPDATE, DELETE, DROP, etc.
- - Only used for encryption and API calls
If you change your HubSpot token, the database will be re-initialized automatically since it's encrypted with the previous token.
The get_raw_sql tool enforces strict read-only access:
- Queries must start with
SELECT or WITH - Multiple statements (semicolons) are rejected
- A blocklist prevents dangerous keywords
- Results are limited to 1,000 rows
- Query timeout is 30 seconds
Daeda only requests the minimum HubSpot scopes needed:
crm.objects.contacts.read
crm.objects.companies.read
No write permissions are ever requested.