🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@heisee/letsclarify-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@heisee/letsclarify-mcp

MCP server for LetsClarify — Human-in-the-Loop API for AI agents

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

@heisee/letsclarify-mcp

MCP server for LetsClarify — Human-in-the-Loop API for AI agents.

Create structured forms via API, share URLs with humans, get JSON back.

Setup

{
  "mcpServers": {
    "letsclarify": {
      "command": "npx",
      "args": ["-y", "@heisee/letsclarify-mcp"],
      "env": {
        "LETSCLARIFY_API_KEY": "lc_your_key_here"
      }
    }
  }
}

Tools

ToolDescription
create_formCreate a form with schema, title, context, recipients
get_form_summaryQuick overview: submitted/pending counts
get_form_resultsPaginated results with filters and file support
delete_formPermanently delete a form and all its data
add_recipientsAdd more recipient slots to an existing form

Resources

URIDescription
letsclarify://schema-dslSchema DSL reference (field types, validation, file config)

Environment Variables

VariableRequiredDescription
LETSCLARIFY_API_KEYYesAPI key (starts with lc_)
LETSCLARIFY_BASE_URLNoOverride base URL (default: https://letsclarify.ai)

License

MIT

Keywords

mcp

FAQs

Package last updated on 19 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts