clay-mcp
Verified Safeby clay-inc
Overview
Integrates AI assistants with the Clay relationship management platform, allowing natural language queries for contact, interaction, group, note, and event management.
Installation
npx @clayhq/clay-mcp@latestEnvironment Variables
- CLAY_API_KEY
- TRANSPORT
- PORT
Security Notes
API keys are handled securely via environment variables or URL query parameters, preventing hardcoding. Input validation for all exposed tools is enforced using Zod schemas, significantly mitigating common injection risks. External API calls are directed to a known Clay endpoint (`nexum.clay.earth`), and there is no apparent use of `eval` or direct command execution with user-controlled input.
Similar Servers
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
outlook-mcp
Enables AI assistants to interact with Microsoft Outlook for email, calendar, and SharePoint operations through the Microsoft Graph API.
photons
A comprehensive demonstration MCP server showcasing various functionalities of the Photon runtime, including basic data handling, streaming responses, progress reporting, in-memory state management, and interactive UI elements. It serves as a reference for developers building new photons.
mcp-pickaxe
Connects AI assistants to the Pickaxe platform for managing AI agents, knowledge bases, users, and analytics via natural language.