Project Handover Checker
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., "@Project Handover CheckerCheck completeness of handover materials for Project Alpha"
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.
Project Handover Checker
Project Handover Checker extracts project handover evidence and checks material completeness without making approval decisions.
Capabilities
Extract explicitly stated handover items, owners, statuses, dependencies, and source evidence.
Check supplied handover materials against user-provided requirements.
Classify requirements as satisfied, partially satisfied, or missing based only on supplied text.
Preserve operational boundaries: the service does not approve handovers, deploy systems, transfer credentials, rotate secrets, or perform external actions.
Tools
extract_handover_inventory: Extracts explicitly provided deliverables, owners, stated status, dependencies, and source evidence.check_handover_completeness: Checks supplied handover materials against a supplied checklist or explicit requirements.
Boundaries
Read-only analysis of user-provided project handover text.
No login, OAuth, database, external API callout, or external system write operation.
Do not input passwords, API keys, access tokens, private keys, cookies, administrator credentials, or other secrets.
Results are completeness findings, not approval decisions.
Local Setup
npm installStart the local Worker:
npm run devLocal MCP URL:
http://127.0.0.1:8787/mcpChecks
npm run typecheck
npm run test:mcp:local
npm testThe local MCP regression suite prints an automatic scenario summary with total, passed, failed, and skipped counts.
Deployment
Deploy with the configured Cloudflare Worker target:
npx wrangler deployWorker name:
project-handover-checkerPublic Routes
Home:
/Privacy Policy:
/privacyTerms of Service:
/termsSupport:
/supportMCP endpoint:
/mcpHealth endpoint:
/healthOpenAI Apps Challenge route:
/.well-known/openai-apps-challenge
The current challenge response value is the temporary placeholder:
testBefore formal submission, replace the temporary challenge value "test" with the token supplied by the platform and redeploy. Do not commit real platform tokens or secrets into public Git history.
Support
Support email:
<a href="mailto:sidcraigau@gmail.com">sidcraigau@gmail.com</a>Public, non-sensitive issues may also use GitHub Issues:
https://github.com/YanKe1816/project-handover-checker/issuesDo not include secrets, tokens, credentials, cookies, private keys, or unnecessary personal information in support requests.
This server cannot be installed
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/project-handover-checker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server