# Tabular Recipe MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-tabularrecipe-tabular-recipe
- Website: https://tabularrecipe.com

## Install
- Endpoint: https://api.tabularrecipe.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Remote header: Authorization (secret)
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://api.tabularrecipe.com/mcp
- Header: Authorization

## Tools
- parse_recipe - Parse recipe prose into a validated rgf/0-draft operation graph. Costs credits; fetch /v1/pricing first. Endpoint: https://api.tabularrecipe.com/mcp
- render_recipe - Validate and render an rgf/0-draft document as escaped, self-contained HTML. Free; spends no model credits. Endpoint: https://api.tabularrecipe.com/mcp
- convert_recipe - Parse recipe prose and render the validated graph as self-contained HTML in one call. Costs credits; fetch /v1/pricing first. Endpoint: https://api.tabularrecipe.com/mcp
- list_styles - List every available visual theme with its name, description, color swatches, and depth ramp. Free; spends no model credits. Endpoint: https://api.tabularrecipe.com/mcp
- get_usage - Read the calling key's current credit balance, today's allowance state, and aggregated usage. Free; use before a paid batch. Endpoint: https://api.tabularrecipe.com/mcp
- 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 token in a URL. Endpoint: https://api.tabularrecipe.com/mcp
- 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. Endpoint: https://api.tabularrecipe.com/mcp
- 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. Endpoint: https://api.tabularrecipe.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.tabularrecipe
- Version: 0.2.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 30, 2026
- Source: https://registry.modelcontextprotocol.io
