Concurso Score Calculator

Concurso Score Calculator MCP Connector for Claude

A+

Calculate final examination scores, manage stage thresholds, and estimate competition rankings for civil service exams.

4 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This MCP server provides specialized tools to automate the complex scoring logic of competitive examinations. Use calculate_weighted_score to determine a candidate's total score based on stage weights, and verify_stage_thresholds to ensure minimum requirements are met for each exam phase. You can also use resolve_tiebreaker to handle identical scores using a priority hierarchy, or predict_ranking_position to estimate a candidate's rank relative to available vacancies.

scoringrankingexamsautomationcivil-service

4 tools expose this connector's capabilities to your AI agent.

predict_ranking_position

Estimates where a candidate stands in the overall competition relative to available job openings

calculate_weighted_score

All stages in scores must have corresponding weights, and total weight must be 1.0. Determines the total accumulated score for a candidate based on stage performance and importance weights

resolve_tiebreaker

Decides a winner between two or more candidates who have identical final weighted scores

verify_stage_thresholds

All stages in thresholds must be present in scores. Checks if a candidate's performance meets the minimum requirements to remain in the competition

See how to talk to your AI agent using Concurso Score Calculator.

Calculate the total score for a candidate with 80 in Written (60%) and 90 in Oral (40%).

The `calculate_weighted_score` tool would return a total score of 84.0.

Check if a candidate is qualified with scores: Written: 70, Oral: 50, where minimums are Written: 60, Oral: 60.

The `verify_stage_thresholds` tool would identify 'Oral' as a failed stage and return isQualified: false.

Predict the rank of a candidate with score 85 among competitors [90, 85, 80, 75] for 2 vacancies.

The `predict_ranking_position` tool would return an estimated rank of 2 and indicate the candidate is within the vacancy limit.

The `calculate_weighted_score` tool multiplies each stage's achieved score by its assigned weight. The sum of all weights must equal exactly 1.0 for a valid calculation.

Related Connectors