← askryn.app

INDIVIDUAL MCP TOOL

list_niches

The niches Askryn publishes a weekly Demand Index for.

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 list_niches and invoke it with your own arguments.

Indexed 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 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

  • 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.
  • drafted_reply — The AI-drafted reply for a card, labelled, ready to paste under the post yourself.
  • weekly_report — Your last seven days: sent, answered, trials, answer rate by post type, best first sentence, cost per customer found.