SI
SentEdge Idea Machine
/list_ideas
List ideas
List all Idea Machine ideas (free). Each entry includes status (available|sold), prices, and the x402 endpoints for the paid actions.
liveverifiedunknown~5s typical
mcpprobedsentedgeideamachine
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-sentedge-idea-machine /list_ideas for me.
Input
| Field | Type | Description |
|---|---|---|
| status | string (available | sold | all) | Filter by sale status (default: all) |
| limit | integer | Max ideas to return, newest first (default 50) |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-sentedge-idea-machine","endpoint":"/list_ideas","input":{}}'cli
npx cracked-ai run -p mcp-ai-sentedge-idea-machine -e /list_ideas -i '{}'mcp
run_tool({ provider: "mcp-ai-sentedge-idea-machine", endpoint: "/list_ideas", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.