clay-mcp
Verified Safeby clay-inc
Overview
This server acts as a proxy for integrating Clay's relationship intelligence and contact management features with AI assistants via the Model Context Protocol (MCP).
Installation
npx @clayhq/clay-mcp@latestEnvironment Variables
- CLAY_API_KEY
- TRANSPORT
- PORT
Security Notes
The server primarily acts as a proxy, forwarding requests to the `https://nexum.clay.earth/tools` backend API. API keys are managed via environment variables (`CLAY_API_KEY`) or URL query parameters. While using URL query parameters for sensitive information like API keys is generally less secure than HTTP headers (due to potential logging or exposure), the actual `fetch` call to the backend uses the `Authorization` header, which is good. Input validation is robustly handled using `zod` schemas for all tool parameters, significantly reducing risks of malformed data or injection into the backend. There is no `eval` or direct arbitrary command execution based on user input in the provided source code. Dependencies like `execa` are used by the underlying `fastmcp` framework for managing the server process itself, not for dynamic command execution from user requests. The main security considerations would shift to the backend `nexum.clay.earth` API regarding how it processes the forwarded `query` and `keywords` fields.
Similar Servers
mcp-servers
An MCP server providing create, read, update, and delete (CRUD) operations for cloud storage, specifically Google Cloud Storage, with capabilities for file listing and intelligent access control.
photons
The repository acts as an official marketplace for 'photons', which are single-file TypeScript MCP servers designed to supercharge AI assistants with focused capabilities for various tasks like filesystem operations, cloud integrations, database management, and more.
mcp-pickaxe
Connects AI assistants to the Pickaxe platform for managing AI agents, knowledge bases, users, and analytics through natural language.
Troj-MCP
A versatile Model Context Protocol (MCP) server for integrating AI models with system operations, file management, calendar, and email tools.