← letsclarify.ai

INDIVIDUAL MCP TOOL

add_recipients

Add additional recipient slots to an existing form.

letsclarify.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

letsclarify.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.letsclarify-ai]
url = "https://letsclarify.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "letsclarify-ai": {
      "type": "http",
      "url": "https://letsclarify.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: letsclarify-ai
Remote MCP URL: https://letsclarify.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "letsclarify-ai": {
      "url": "https://letsclarify.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "letsclarify-ai": {
      "type": "http",
      "url": "https://letsclarify.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "letsclarify-ai",
  "transport": "streamable-http",
  "url": "https://letsclarify.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • register — Register for a new API key.
  • create_form — Create a new clarification form with a schema defining the fields.
  • get_summary — Get a quick summary of form status: total, submitted, and pending recipient counts.
  • get_results — Fetch form submissions with cursor-based pagination.
  • delete_form — Permanently delete a form, all its recipients, submissions, and uploaded files.