20 tools from the Mesh MCP MCP Server, categorised by risk level.
View the Mesh MCP policy →find_duplicates Find potential duplicate contacts. get_user_information Get information about the current user getContact Get full details for a contact by id, including emails, social links, phone numbers, and notes. getEmails Use this tool ONLY to fetch emails in a date range (e.g. "what emails did I recieve last week?", "show emails from yesterday") getEvents Use this tool ONLY to fetch meetings/events in a date range (e.g. "what meetings next week?", "show calendar for tomorrow"). DO NOT use for countin... getGroups Get all groups or lists for the user. getNotes Use ONLY when the user explicitly mentions "note" or "notes" to retrieve notes between two dates (e.g. "what notes from last week?"). Returns notes... getRecentEmails Use this tool ONLY to fetch recent email interactions when the user does not explicitly mention a range, and asks for past email interactions. getRecentReminders Use this tool to find recent reminders that have already occured. This tool is strictly prohibited from being used unless "reminder" or "reminders"... getUpcomingEvents Use this tool ONLY to fetch upcoming/next meetings/events when the user does not explicitly mention a range, and asks for upcoming or next meetings... getUpcomingReminders Use this tool to find recent reminders that have already occured. This tool is strictly prohibited from being used unless "reminder" or "reminders"... searchContacts Search for contacts and return matching people. Use for questions about specific contacts or "who" questions (e.g. "Who did I meet most?" or "who w... archive_contact Archive a contact record in Clay. This endpoint should only be used when you need to archive a contact. 2/5 createContact Create a new contact record in Clay. This endpoint should only be used when you need to create a completely new contact, not for adding contacts to... 2/5 createGroup Create a group or list for the user. If a group with the same name already exists, it will not create a duplicate unless explicitly requested to ig... 2/5 createNote Create a note for a contact. Only use this when the user explicitly asks to create, add, or save a note. 2/5 merge_contacts Merge all contact ids into one contact, this is a destructive action and can not be undone. Only run one contact group at a time and only with the ... 2/5 restore_contact Restore a archived contact record in Clay. This endpoint should only be used when you need to restore a contact. 2/5 updateContact Update a contact record in Clay. This endpoint should only be used when you need to update a contact, not for adding contacts to groups. 2/5 updateGroup Update a group or list. Use this to update the group title and/or modify its members. When adding or removing contacts, provide ALL contact IDs to ... 2/5 The Mesh MCP MCP server exposes 20 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Mesh MCP server.
Mesh MCP tools are categorised as Read (12), Write (8). Each category has a recommended default policy.
Open source. One binary. Zero dependencies.
npx -y @policylayer/intercept