Token导航 LogoToken导航TokenDH.com
ME
AI代理HTTP官方级别未说明来源级核验

Mesh MCP (verified)

MCP Server

Access your network seamlessly with a simple and efficient server. Leverage a variety of tools to enhance your applications and workflows. Start integrating with your existing systems effortlessly.

工具数

公开资料未说明
JavaScriptHTTPAI代理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:21

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add clay-inc/clay-mcp

详细介绍

Mesh MCP (verified)

Access your network seamlessly with a simple and efficient server. Leverage a variety of tools to enhance your applications and workflows. Start integrating with your existing systems effortlessly.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add clay-inc/clay-mcp

# Browse available tools
npx -y smithery tool list clay-inc/clay-mcp

# Get full schema for a tool
npx -y smithery tool get clay-inc/clay-mcp get_user_information

# Call a tool
npx -y smithery tool call clay-inc/clay-mcp get_user_information '{}'

Direct MCP Connection

Endpoint: https://clay-mcp--clay-inc.run.tools

Tools (20)

  • get_user_information — Get information about the current user
  • searchContacts — Search for contacts and return matching people. Use for questions about specific contacts or "who" questions (e.g. "Who…
  • getContact — Get full details for a contact by id, including emails, social links, phone numbers, and notes.
  • createContact — Create a new contact record in Clay. This endpoint should only be used when you need to create a completely new contact…
  • updateContact — Update a contact record in Clay. This endpoint should only be used when you need to update a contact, not for adding co…
  • archive_contact — Archive a contact record in Clay. This endpoint should only be used when you need to archive a contact.
  • restore_contact — Restore a archived contact record in Clay. This endpoint should only be used when you need to restore a contact.
  • createNote — Create a note for a contact. Only use this when the user explicitly asks to create, add, or save a note.
  • getGroups — Get all groups or lists for the user.
  • createGroup — Create a group or list for the user. If a group with the same name already exists, it will not create a duplicate unles…
  • updateGroup — Update a group or list. Use this to update the group title and/or modify its members. When adding or removing contacts,…
  • getNotes — Use ONLY when the user explicitly mentions "note" or "notes" to retrieve notes between two dates (e.g. "what notes from…
  • getEvents — Use this tool ONLY to fetch meetings/events in a date range (e.g. "what meetings next week?", "show calendar for tomorr…
  • getUpcomingEvents — Use this tool ONLY to fetch upcoming/next meetings/events when the user does not explicitly mention a range, and asks f…
  • getEmails — Use this tool ONLY to fetch emails in a date range (e.g. "what emails did I recieve last week?", "show emails from yest…
  • getRecentEmails — Use this tool ONLY to fetch recent email interactions when the user does not explicitly mention a range, and asks for p…
  • getRecentReminders — Use this tool to find recent reminders that have already occured. This tool is strictly prohibited from being used unle…
  • getUpcomingReminders — Use this tool to find recent reminders that have already occured. This tool is strictly prohibited from being used unle…
  • find_duplicates — Find potential duplicate contacts.
  • merge_contacts — Merge all contact ids into one contact, this is a destructive action and can not be undone. Only run one contact group …
# Get full input/output schema for a tool
npx -y smithery tool get clay-inc/clay-mcp 

目录标签

目录标签

JavaScriptHTTPAI代理

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP