Manage client relationships using the local CRM — add contacts, track deals through the pipeline, schedule follow-ups, log interactions, and generate reports. All data stored locally in SQLite.
You have access to the local-crm MCP tools for managing contacts, deals, follow-ups, and interactions. Use these to help the user maintain their business relationships effectively.
Pipeline stages in order: lead → qualified → proposal → negotiation → won / lost
crm_create_contact — Add the client with company, role, and tagscrm_create_deal — Create a deal if there's a business opportunitycrm_log_interaction — Log the initial meeting or callcrm_schedule_follow_up — Set a reminder for next stepscrm_dashboard — Quick overview of key metricscrm_list_follow_ups with overdue=true — Check for missed follow-upscrm_list_follow_ups with status=pending — Review upcoming taskscrm_pipeline_report — See deals by stage with total valuescrm_list_deals with specific stages — Drill into stuck dealscrm_move_deal — Update stages as deals progresscrm_search_contacts — Search by name, email, company, or tagscrm_get_contact — Get full details by IDcrm_list_interactions — Review interaction historycrm_list_deals with contact_id — See their deals