← Docs

MCP setup

Let your agents request content packs.

LetsAskIt exposes a Model Context Protocol server over streamable HTTP at:

POST https://letsaskit-worker.nrupalakolkar.workers.dev/mcp

Requirements

Tools

ToolWhat it does
create_packRun the full pipeline: normalize input → generate per format → quality gate → content pack.
create_from_urlFetch a URL (article HTML), summarize it, create a pack.
create_from_transcriptCreate a pack from raw transcript text.
list_voice_profilesList the voice profiles on the key.
get_job_statusCheck a job's state and retrieve its pack.

Example

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "create_pack",
    "arguments": {
      "input_type": "brief",
      "content": "The quiet math of wealth: automate a high savings rate into low-fee index funds.",
      "formats": ["summary", "linkedin_post"]
    }
  }
}

Agent-oriented notes and more examples: /llms.txt