FDS Estimator MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/uatari/fds-estimator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server