← sentedge.ai

INDIVIDUAL MCP TOOL

buy_exclusive

Buy an idea outright for $1.

sentedge.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

sentedge.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.sentedge-idea-machine]
url = "https://sentedge.ai/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: sentedge-idea-machine
Remote MCP URL: https://sentedge.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": {
    "sentedge-idea-machine": {
      "url": "https://sentedge.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_ideas — List all Idea Machine ideas (free).
  • get_idea_teaser — Free teaser for one idea: pitch, category, tags, score, sale status, and the paid endpoints.
  • get_full_idea — Get the complete idea markdown — non-exclusive, the idea stays listed.
  • get_sample_full_idea — Free: one complete idea delivered exactly as a paid pull or buyout delivers it — the full unstripped council note with debate log, pain evidence, data strategy, success criteria, and process flow.
  • how_to_pay — Free: the complete guide to buying Idea Machine ideas — pricing, x402 flow, endpoints, and recommended clients.