Full contact CRUD, autonomous web contact discovery from venue/festival sites, and mail alias management.
Group 14 transforms the Chatmu MCP into a full Customer Relationship Management system for the music industry. Your AI agent can manage contacts, discover booking emails from websites, and handle your professional email identity — all programmatically.
networking_get_contactsDescription: Searches and lists contacts in your networking agenda. Filter by name or role (curator, media, artist, manager, promoter, label, etc.).
{\n "query": "Spotify"\n}networking_create_contactDescription: Creates a new contact with full industry metadata. Supports Spotify URLs, Instagram handles, venue names, phone numbers, websites, genres, and notes.
{\n "name": "Maria Curator",\n "email": "[email protected]",\n "role": "curator",\n "spotifyUrl": "https://open.spotify.com/playlist/...",\n "instagramUrl": "https://instagram.com/maria",\n "genre": "latin",\n "notes": "Met at CDMX music conference"\n}networking_update_contactDescription: Edits an existing contact's details. All fields optional — only send what changed.
{\n "id": "contact-uuid",\n "notes": "Now working at Warner Music"\n}networking_delete_contactDescription: Permanently removes a contact from your agenda.
{\n "id": "contact-uuid"\n}extract_contacts_from_webDescription: Autonomously scans venue or festival websites to discover booking and contact email addresses. The agent crawls Contact, Booking, and About pages to extract relevant emails with department tags and relevance scores.
{\n "website_url": "https://example-venue.com",\n "max_pages": 3\n}Output: Returns discovered email addresses with department labels (booking, management, press) and a relevance score indicating how likely the contact is to be useful.
networking_get_mail_aliasDescription: Checks if your workspace has an official email handle configured for outbound communication.
networking_claim_mail_aliasDescription: Claims a unique email handle for your workspace (e.g., [email protected]). This becomes your sender identity for all networking emails.
{\n "handle": "yourname"\n}