Tabular Recipe
com.tabularrecipe/tabular-recipeTurn any recipe into a compact process table — every ingredient and step at a glance.
Tools · 8
Parse recipe prose into a validated rgf/0-draft operation graph. Costs credits; fetch /v1/pricing first.
Validate and render an rgf/0-draft document as escaped, self-contained HTML. Free; spends no model credits.
Parse recipe prose and render the validated graph as self-contained HTML in one call. Costs credits; fetch /v1/pricing first.
List every available visual theme with its name, description, color swatches, and depth ramp. Free; spends no model credits.
Read the calling key's current credit balance, today's allowance state, and aggregated usage. Free; use before a paid batch.
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…
Check whether an agent-created Stripe checkout is pending, paid, claimed, or expired. Requires its sessionId and secret claimToken, but no API key.
Exchange a paid agent checkout plus its secret claim token for a new API key. The key is returned once; store it immediately.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"tabular_recipe": {
"url": "https://api.tabularrecipe.com/mcp",
"transport": "streamable-http"
}
}
}