FDS Estimator MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FDS Estimator MCPStart a new fence quote"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FDS Estimator MCP
Cloudflare-hosted MCP server for stateful fence quoting.
What it does
Stores quote state per
quote_idValidates submitted answers against family specs
Computes BOMs from the provided pure resolver in
mcp/engine.jsExposes 4 MCP tools:
start_quotesubmit_answersquote_statusfinalize
Related MCP server: hiveecho
Runtime
Cloudflare Workers
Cloudflare Agents MCP transport
Durable Objects with SQLite-backed storage
Local development
npm install
npm run typecheck
npm test
npx wrangler devThe MCP endpoint is served at /mcp.
Deploy
npx wrangler login
npx wrangler deployAfter deploy, the remote MCP endpoint is:
https://fds-estimator-mcp.<your-subdomain>.workers.dev/mcpFiles
src/index.ts: Worker entrypoint and MCP server bootstrapsrc/quote-do.ts: per-quote Durable Object statesrc/quote-core.ts: portable quote state logicsrc/validate.ts: spec-driven answer validationsrc/snapshot.ts: response snapshot shapingmcp/: engine, family specs, parity tests, and build brief
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
MCP server for Boson Protocol — on-chain agentic commerce for physical & digital goods.
Cloudflare Workers MCP server: api-composition-gateway
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE.1336 npm4MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for temporal state queries and cryptographic audit trails. Query historical entity state at any point in time, generate Merkle proofs of past state, and anchor contract snapshots for immutable provenance.MIT
- AlicenseAqualityDmaintenanceMCP server for the AKKA Finance DEX aggregator — swap quotes, routes, and execution across EVM chains.937 npmMIT

Cloudflare MCP Serverofficial
AlicenseNot gradedqualityBmaintenanceA token-efficient MCP server that provides access to the entire Cloudflare API (2500+ endpoints) using a code execution pattern, enabling natural language management of Cloudflare services.5 npm846Apache 2.0