mcpserver.lol
registry/tabular-recipe
Connection check verified live · 28h ago

tabular-recipe

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

Tools 8
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

8 tools

Read from the running server on 28h ago.

checkout_status read-only sessionId*claimToken*
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 sessionId*claimToken*
Exchange a paid agent checkout plus its secret claim token for a new API key. The key is returned once; store it immediately.
convert_recipe read-only text*tiertheme
Parse recipe prose and render the validated graph as self-contained HTML in one call. Costs credits; fetch /v1/pricing first.
create_checkout bundle*
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 o…
get_usage read-only days
Read the calling key's current credit balance, today's allowance state, and aggregated usage. Free; use before a paid batch.
list_styles read-only
List every available visual theme with its name, description, color swatches, and depth ramp. Free; spends no model credits.
parse_recipe read-only text*tier
Parse recipe prose into a validated rgf/0-draft operation graph. Costs credits; fetch /v1/pricing first.
render_recipe read-only themedocument*
Validate and render an rgf/0-draft document as escaped, self-contained HTML. Free; spends no model credits.