Acceptance Criteria Extractor
Runs on Cloudflare Workers, providing a serverless endpoint for extracting acceptance criteria from requirement documents.
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., "@Acceptance Criteria Extractorextract acceptance criteria from 'Given user is registered, When they login, Then they see dashboard.'"
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.
Acceptance Criteria Extractor
Acceptance Criteria Extractor is a Cloudflare Workers + TypeScript app for extracting explicitly written acceptance criteria from requirement documents, user stories, feature specifications, testing notes, or task descriptions.
Identity
App name: Acceptance Criteria Extractor
App slug:
acceptance-criteria-extractorVersion:
1.0.0Cloudflare Worker name:
acceptance-criteria-extractorMCP endpoint:
/mcpSupport email:
sidcraigau@gmail.com
Related MCP server: DinCoder
Tool
The only exposed MCP tool is extract_acceptance_criteria.
It accepts source_text and returns structured criteria, source fragments, extracted Given/When/Then pieces where present, criteria_count, and structured errors.
The tool is read-only, stateless, deterministic, and does not call external APIs. It does not generate new acceptance criteria, evaluate whether criteria are sufficient, run tests, write to databases, create issues, send email, submit forms, or modify external systems.
Local Setup
npm install
npm run typecheck
npm run build
npm run test:mcp:local
npm run test:mcp:productionLocal Run
npm run devRoutes:
GET /GET /healthPOST /mcp
Required MCP methods:
initializetools/listtools/call
Gate Status
This repository includes the Gate 3 Review Shell routes, challenge route, and production MCP regression command.
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/YanKe1816/acceptance-criteria-extractor'
If you have feedback or need assistance with the MCP directory API, please join our Discord server