Use Studio chat to drive this server — credentials stay in your workspace.
Calculate weighted course grades and letter averages from assignment scores, and determine what score you need on remaining work (e.g. a final exam) to reach a target grade. Pure computation — no external calls.
Domain knowledge for Grade Calculator — workflow patterns, data models, and gotchas for your AI agent.
Work with course grades using percentage weights: compute your overall weighted average and letter grade, or figure out the minimum score required on a final or remaining assignment to reach a goal.
drop_lowest drops the lowest N scores within each group of items that share the same weight (for example five quizzes each worth 10%). Items with a unique weight are never dropped. Dropped rows still appear in the breakdown with dropped: true and zero contribution; the course average is sum(score × weight) over kept items divided by the sum of kept weights (remaining weights do not need to add to 100). The response includes dropped_count.drop_lowest 0 or omitted, weights must total 100. When drop_lowest is greater than zero, that check is skipped; the average is still sum(score × weight) for kept items divided by the sum of kept weights. For the final-needed tool, the sum of weights for work already graded plus the weight of remaining work must total 100. Small rounding tolerance is allowed.Calculate a weighted average, letter grade, and 4.0-scale GPA points from assignment scores and percentage weights. Returns per-item contributions to ...
Calculate what score you need on your final exam or remaining assignment to achieve a target grade. Given your current grades with weights and the wei...
Calculate weighted course grades and letter averages from assignment scores, and determine what score you need on remaining work (e.g. a final exam) to reach a target grade. Pure computation — no external calls. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).
Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/grade-calculator. Authentication is handled automatically.
Grade Calculator provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.
Grade Calculator uses open data APIs — no authentication required.
Connect Grade Calculator to any MCP client in minutes
Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.
Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.
Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.
More tools integrations you might like
Calculate exact age in years, months, and days from a birthdate. Includes day of the week born, zodi...
AgentBuilders offers a suite of tools for deploying and managing applications. Users can deploy new ...
AppDeploy simplifies the application deployment process by providing tools for managing and automati...
Analyze your campaigns any way you want, with AI.
Calculate simplified aspect ratios, orientation, megapixels, and optional resize to a target width o...
Perform arithmetic and bitwise operations on binary, octal, decimal, and hex numbers. Pure computati...