Skip to main content
Glama
YanKe1816

Acceptance Criteria Extractor

by YanKe1816

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-extractor

  • Version: 1.0.0

  • Cloudflare Worker name: acceptance-criteria-extractor

  • MCP endpoint: /mcp

  • Support 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:production

Local Run

npm run dev

Routes:

  • GET /

  • GET /health

  • POST /mcp

Required MCP methods:

  • initialize

  • tools/list

  • tools/call

Gate Status

This repository includes the Gate 3 Review Shell routes, challenge route, and production MCP regression command.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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