Grok plugin
ConjureAnything for Grok
Install the plugin or add the public MCP. Preview a product concept before anyone pays. Schematics stay locked until a $9 one-time checkout. Endpoint:
https://conjureanything.com/api/mcp.Last updated July 13, 2026.
Connect
Endpoint: POST https://conjureanything.com/api/mcp (Streamable HTTP). GET returns server info. Discovery: https://conjureanything.com/.well-known/mcp.json
Pass
client: "grok" on tools when you can so spend alerts and analytics tag this agent correctly.Install
Grok Build: marketplace listing is pending. Until it is live, add the server directly:
grok mcp add --transport http conjureanything https://conjureanything.com/api/mcp
Grok Bot: Settings → Plugins, or say “Add a custom MCP server called ConjureAnything at https://conjureanything.com/api/mcp”.
Tools
1.
conjure_concept — queue a preview (prompt required). 2. get_job_status — poll until preview_ready. 3. score_readiness — heuristic 0–100. 4. challenge_assumptions — heuristic questions. 5. checkout_unlock — $9 Stripe URL only. 6. generate_schematics — paid jobs only.Suggested flow
1. conjure_concept with the inventor’s prompt. 2. Poll get_job_status until preview_ready. 3. Optionally score_readiness and challenge_assumptions. 4. Ask the human before checkout_unlock. 5. After they pay, ask again before generate_schematics.
Preview is concept JSON plus two images. Schematics are not included until the human pays $9 once via checkout_unlock. Site Starter/Pro subscriptions on /pricing are a separate product.
score_readiness / challenge_assumptions concept shape
Pass
job_id or a concept object. A string prompt is not enough — missing required args return JSON-RPC -32602 (not a tool isError). Minimal useful object:{
"productName": "…",
"tagline": "…",
"executiveSummary": "…",
"technicalSpecs": ["…"],
"billOfMaterials": [{ "name": "…", "cost": 0 }],
"sources": ["…"],
"safety": "…"
}Capacity and retries
If conjure_concept returns
mcp_in_flight_exceeded, two previews are already running. Wait about two minutes and retry. Slots auto-clear after 15 minutes, or when get_job_status sees preview_ready / failed / complete. Do not burn new idempotency keys on a capacity bounce.Create on the site instead: conjureanything.com.
Sentinel / human approval
Require user approval before checkout_unlock and generate_schematics. Do not invent a payment confirmation. The Stripe webhook is the only unlock. STRIPE_PRICE_ID_MCP_UNLOCK is the $9 one-time price.
Support
msanchezgrice@gmail.com — include the job_id if a generation failed.