I'm a Business Analyst and kept solving the same problems manually every week: calculating release dates from velocity, figuring out what fits in a sprint based on MoSCoW priorities, working out meeting times across timezones.
Built an MCP server to handle it. 17 tools including:
Release date calculator (story points remaining + velocity = ship date)
Working days calculator (UK bank holidays, extensible)
MoSCoW capacity planner ("50 points this sprint, what can we commit to?")
MoSCoW dependency validator (catches Must-haves depending on Won't items)
Sprint date generator
Velocity calculator with capacity adjustments
User story formatter (As a.../I want.../So that... with Given/When/Then)
Timezone converter + meeting time finder
Works with Claude Desktop. Node.js, MIT licensed.
GitHub: https://github.com/cs97jjm3/ba-workflow-tools
This is my third MCP server - built two others at work (date operations across 14 countries, web analyser with login). Happy to answer questions about building MCP tools or BA workflow automation.
cs97jjm3•1h ago
Release date calculator (story points remaining + velocity = ship date) Working days calculator (UK bank holidays, extensible) MoSCoW capacity planner ("50 points this sprint, what can we commit to?") MoSCoW dependency validator (catches Must-haves depending on Won't items) Sprint date generator Velocity calculator with capacity adjustments User story formatter (As a.../I want.../So that... with Given/When/Then) Timezone converter + meeting time finder
Works with Claude Desktop. Node.js, MIT licensed. GitHub: https://github.com/cs97jjm3/ba-workflow-tools This is my third MCP server - built two others at work (date operations across 14 countries, web analyser with login). Happy to answer questions about building MCP tools or BA workflow automation.