INDIVIDUAL MCP TOOL
get_usage
Read the calling key's current credit balance, today's allowance state, and aggregated usage.
LIVE ENDPOINT
https://api.tabularrecipe.com/mcp
Connect to this endpoint to inspect the live schema for get_usage and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
parse_recipe— Parse recipe prose into a validated rgf/0-draft operation graph.render_recipe— Validate and render an rgf/0-draft document as escaped, self-contained HTML.convert_recipe— Parse recipe prose and render the validated graph as self-contained HTML in one call.list_styles— List every available visual theme with its name, description, color swatches, and depth ramp.create_checkout— Create a Stripe-hosted checkout for a credit bundle without an API key.checkout_status— Check whether an agent-created Stripe checkout is pending, paid, claimed, or expired.claim_checkout— Exchange a paid agent checkout plus its secret claim token for a new API key.