Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Tabular Recipe

com.tabularrecipe/tabular-recipe

Turn any recipe into a compact process table — every ingredient and step at a glance.

Uptime
100.0%
1 direct probes · 30d
Response
151ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

parse_recipe

Parse recipe prose into a validated rgf/0-draft operation graph. Costs credits; fetch /v1/pricing first.

render_recipe

Validate and render an rgf/0-draft document as escaped, self-contained HTML. Free; spends no model credits.

convert_recipe

Parse recipe prose and render the validated graph as self-contained HTML in one call. Costs credits; fetch /v1/pricing first.

list_styles

List every available visual theme with its name, description, color swatches, and depth ramp. Free; spends no model credits.

get_usage

Read the calling key's current credit balance, today's allowance state, and aggregated usage. Free; use before a paid batch.

create_checkout

Create a Stripe-hosted checkout for a credit bundle without an API key. Returns a checkout URL and a secret one-time claim token. A human approves payment in Stripe; never expose or put the claim toke…

checkout_status

Check whether an agent-created Stripe checkout is pending, paid, claimed, or expired. Requires its sessionId and secret claimToken, but no API key.

claim_checkout

Exchange a paid agent checkout plus its secret claim token for a new API key. The key is returned once; store it immediately.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "tabular_recipe": {
      "url": "https://api.tabularrecipe.com/mcp",
      "transport": "streamable-http"
    }
  }
}