← askryn.app

INDIVIDUAL MCP TOOL

drafted_reply

The AI-drafted reply for a card, labelled, ready to paste under the post yourself.

askryn.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://askryn.app/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for drafted_reply and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

askryn.app

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.askryn]
url = "https://askryn.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "askryn": {
      "type": "http",
      "url": "https://askryn.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: askryn
Remote MCP URL: https://askryn.app/api/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": {
    "askryn": {
      "url": "https://askryn.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "askryn": {
      "type": "http",
      "url": "https://askryn.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "askryn",
  "transport": "streamable-http",
  "url": "https://askryn.app/api/mcp"
}
MCP Inspector

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

Related tools

  • list_niches — The niches Askryn publishes a weekly Demand Index for.
  • demand_index — How many people on X asked for a tool in a niche this week, the top pain phrases, and up to three short anonymised excerpts from the last 24 hours.
  • todays_brief — Today's eight cards for each of your ICPs: excerpt, score, why, the AI-drafted reply, the Open-on-X link and the card state.
  • card — One card by id, with its thread state.
  • mark_card — Set a card's state: copied, opened, sent, answered, trial, paid or skipped.
  • weekly_report — Your last seven days: sent, answered, trials, answer rate by post type, best first sentence, cost per customer found.