CRM
Housecat keeps a lightweight CRM of the companies, contacts, and attachments that tasks reference, and syncs with Notion or Attio if you want. Tasks show whether their related company exists in your CRM and link out directly to the matching record.
Update my CRM from the last week of emails
Searching Gmail and extracting companies, people, and deals…
Searching Notion for existing records…
3 new companies, 6 new people, and 2 updated companies. Want me to push the changes?
CRM Labels
Every email with a related company or deal shows that information on a label so you can see at a glance which conversations are related to live deals. The badge links directly to the matching Notion or Attio record.
Companies and Contacts
Companies and contacts each have a dedicated page with notes, labels, and the tasks they’re linked to. Avatars use a contact → company → source-logo → initials precedence, so a Slack thread without a known sender still shows the Slack favicon rather than a blank circle. Company favicons are auto-fetched from Google’s s2 service on creation.
Contacts can have multiple emails, phone numbers, and roles tying them to companies. Email aliases on your own profile let tasks classify and assign correctly when you receive mail at more than one address.
API and MCP
Companies, contacts, and attachments have full v2 REST and MCP coverage:
/api/v2/companies,/api/v2/contacts,/api/v2/attachments— cursor-paginated CRUD with a 256KB response cap/mcp/companies,/mcp/contacts,/mcp/attachments—*_list,*_get,*_create,*_update,*_archivetools undercrm.*andtask.*scopes- All mutations write to the activities table with the calling client name and version
- PATCH folds emails, phones, and roles via
*_addand*_removearrays so partial updates don’t clobber existing values