mcpbeat Sign in

Pandough MCP Server

answering

Pandough is answering right now. Last checked 2 min ago. It exposes 7 tools.

Flour-first dough plans: yeast, hydration, schedule from flour you own. No API key for plan tools.

The linked repository no longer exists on GitHub — it was deleted or made private.

Uptime history 15 days of history · worst day 99%
15 days agonow
100.0%
Uptime 24h
92 of 92 checks
7
Tools
read from the server
325 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 2

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 8 September 2026. No other catalogue keeps this.

16 Sep a tool changed the parameters it asks for plan_bake
8 Sep a tool description was rewritten list_active_bakes

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add mcp --transport http https://pandough.app/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://pandough.app/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://pandough.app/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://pandough.app/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://pandough.app/api/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

active
list_active_bakes
List the signed-in baker's scheduled and active bakes plus live temperature-sensor readings when a device is reporting. The first call prompts the chat app to authorize a Pandough account (OAuth scope bakes:read). Needs Pro (or cancelled-Pro). Returns ids, flour, hydration, schedule, a calculator session link, and probe temps (air around the dough, not dough core).
flour
get_flour_details
Get detailed information about a specific flour by its slug. Returns full profile including protein, W strength, hydration curve, maturation profiles, and description.
flours
search_flours
Search the Pandough flour database. Returns flour names, protein %, W strength, hydration ranges, and types. Use this to help users find the right flour for their bake.
ovens
search_ovens
Search the Pandough oven database. Returns oven specs (max temperature, type, fuel) plus recommended bake settings — top/deck heat, bake time, and deck material — computed for a Neapolitan pizza by the same heat engine the site uses.
plan
plan_bake
Create a bake plan with ingredient calculations. Returns exact ingredient amounts in grams, an auto-sized yeast amount, a fermentation schedule, dough warnings, and a calculator URL the user can open in Pandough with all parameters prefilled. Before calling this, gather the inputs that actually determine a good plan (skip any the user already volunteered): (1) Strongly ask which oven model they use — call search_ovens and pass ovenSlug. If it is unlisted, ask for ovenType plus ovenMaxCelsius. Oven capability materially changes the hydration band and bake feasibility; if the user declines, proceed but say the result is not oven-adapted. (2) Which flour(s) do they have? — call search_flours to resolve a flourSlug (or pass flourBlend for a 2–5 flour cut, e.g. a Pulcinella base with 30% Manitoba); this is what makes hydration and warnings flour-aware. (3) Their room temperature and fridge temperature — pass roomTempCelsius/fridgeTempCelsius; temperature is the dominant driver of yeast amount and timing. (4) How they mix/knead (by hand, stand mixer, no-knead) — plan_bake does not return technique guidance, so pair it with a troubleshoot call for method advice. (5) Do they want a preferment? — pass `preferment` for a biga, poolish, tiga, cold/long biga, or a natural sourdough starter. The yeast figure accounts for the preferment, and the calculator link opens with the build already set up, so recommending a biga in prose without passing this param hands the user a direct dough. Don't interrogate a user who already gave a full brief.
recipes
list_recipes
List the dough recipe styles plan_bake supports. Call this when a user names a style (Neapolitan, classica, focaccia, bread, baguette) so you pass the correct recipeSlug instead of guessing — and so you never confuse a style word like 'classica' with a flour whose name contains it.
troubleshoot
troubleshoot
Search the Pandough baking knowledge base for troubleshooting advice, technique guides, and flour science. Returns curated expert content about common baking issues.

Endpoints

URLTransportStateLatencyChecked
https://pandough.app/api/mcp streamable-http answering 222 ms 2 min ago

Alternatives to Pandough

same job, measured the same way
Stellavault
by evanciel

Local-first MCP server: Claude searches, asks & drafts from your Obsidian vault. 21 tools, no keys.

103 installs/wk local only
Audiala
by audiala

Audio-guide and trip-planning tools for 1,100+ cities from Audiala. Free, no API key.

4 tools answering
Cairn
by luckyjackluo

Local-first file-organization tools for your AI agent: tag, query, and digest a folder. No cloud.

81 installs/wk local only
Dearhuman
by dearhuman

Send e-cards to your human. The first store built for AI agents; free, no API key needed.

10 tools answering
X Archive RAG
by mameshivaa

Local-first MCP tools for searching and drafting from your X/Twitter archive.

local only
Follow Up Boss
by neuhausre

Follow Up Boss CRM in plain English. 160 tools; bring your own API key.

local only
Better Notion MCP
by n24q02m

Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

1 778 installs/wk local only
Reddit Growth MCP
by latent-9

Find where to post on Reddit and score your draft before posting — no API keys needed.

48 installs/wk local only

Pandough — questions

Answers built from our own checks of this server.

What can Pandough do?
It exposes 7 tools, read directly from the server on our last check. Among them: get_flour_details, list_active_bakes, list_recipes, plan_bake, search_flours, search_ovens and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Pandough working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 325 ms. The bar chart above shows every period we have measured.
Is Pandough still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Pandough?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Pandough need an API key?
No. Pandough completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Pandough?
It answers our handshake in 325 ms on average, which is faster than 47% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.