Developer Tools
tabularrecipe.com
Provides tools to parse, validate, and render recipe prose in the rgf/0-draft format as HTML, with style listing and usage tracking.
ENDPOINT 1
https://api.tabularrecipe.com/mcp
MCP server metadata
- Name
- tabular-recipe
- Version
- 0.2.1
Converts recipe text into a tabular recipe: a compact process table. Recipe tools need an API key (Authorization: Bearer). `create_checkout`, `checkout_status`, and `claim_checkout` are public and let an agent ask a human to approve Stripe Checkout, then receive a key. `list_styles` and `render_recipe` spend no credits; `get_usage` reads the current balance; `parse_recipe` and `convert_recipe` do. Fetch https://api.tabularrecipe.com/v1/pricing for current prices — they are derived from model rates and change.
Known tools 8
render_recipeValidate and render an rgf/0-draft document as escaped, self-contained HTML.
Inferred read-onlyconvert_recipeParse recipe prose and render the validated graph as self-contained HTML in one call.
Inferred read-onlylist_stylesList every available visual theme with its name, description, color swatches, and depth ramp.
Inferred read-onlyget_usageRead the calling key's current credit balance, today's allowance state, and aggregated usage.
Inferred read-onlycreate_checkoutCreate a Stripe-hosted checkout for a credit bundle without an API key.
Potential side effectscheckout_statusCheck whether an agent-created Stripe checkout is pending, paid, claimed, or expired.
Inferred read-onlyclaim_checkoutExchange a paid agent checkout plus its secret claim token for a new API key.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tabular-recipe]
url = "https://api.tabularrecipe.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tabular-recipe": {
"type": "http",
"url": "https://api.tabularrecipe.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tabular-recipe
Remote MCP URL: https://api.tabularrecipe.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tabular-recipe": {
"url": "https://api.tabularrecipe.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tabular-recipe": {
"type": "http",
"url": "https://api.tabularrecipe.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tabular-recipe",
"transport": "streamable-http",
"url": "https://api.tabularrecipe.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for tabularrecipe.com was fetched 2026-08-04T03:20:47.981Z.
tabularrecipe.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.