← Registry

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.

1 endpoint8 known toolsFirst detected July 31, 2026Last detected July 31, 2026

ENDPOINT 1

https://api.tabularrecipe.com/mcp

No auth detected

MCP server metadata

Name
tabular-recipe
Version
0.2.1
Capabilities
tools
Server instructions

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

parse_recipe

Parse recipe prose into a validated rgf/0-draft operation graph.

Inferred read-only
render_recipe

Validate and render an rgf/0-draft document as escaped, self-contained HTML.

Inferred read-only
convert_recipe

Parse recipe prose and render the validated graph as self-contained HTML in one call.

Inferred read-only
list_styles

List every available visual theme with its name, description, color swatches, and depth ramp.

Inferred read-only
get_usage

Read the calling key's current credit balance, today's allowance state, and aggregated usage.

Inferred read-only
create_checkout

Create a Stripe-hosted checkout for a credit bundle without an API key.

Potential side effects
checkout_status

Check whether an agent-created Stripe checkout is pending, paid, claimed, or expired.

Inferred read-only
claim_checkout

Exchange a paid agent checkout plus its secret claim token for a new API key.

Inferred read-only

CONNECT 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.

Trust status Neutral

tabularrecipe.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.