voting-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bordaA | Borda count over ranking ballots: positional scoring (top of m gets m-1). Condorcet-inconsistent and clone-sensitive — useful as a contrast rule. Truncated ballots give unranked candidates the average of the remaining points (never a silent zero). Errors if any ballot is not a ranking. |
| copelandB | Copeland over ranking ballots: +1 per pairwise win, +0.5 per pairwise tie. Condorcet-consistent: a candidate that beats all others pairwise wins. Errors if any ballot is not a ranking. |
| condorcetA | Condorcet winner over ranking ballots: beats every other candidate pairwise. If the majority relation cycles (e.g. a>b>c>a) there is NO Condorcet winner:
|
| approvalA | Approval voting: each candidate scores the total weight approving it. Consumes approval ballots ( |
| stvA | Single-winner STV / instant-runoff over ranking ballots. Rounds: count top active preferences; a strict majority wins, else eliminate the fewest-voted (ties broken by eliminating the lexicographically largest) and transfer. Ballots with no remaining preference are exhausted. Clone-resistant. Errors if any ballot is not a ranking. |
| opinion_poolA | Linear opinion pool over probability-distribution ballots. Returns the weight-averaged distribution in |
| pluralityB | Plurality baseline over ranking ballots: most first-choice votes wins. |
| majorityB | Strict-majority rule over ranking ballots. A candidate wins only with > 50% of first-choice weight; otherwise there is
NO winner ( |
| aggregate_ruleB | Apply any rule by name (enum Equivalent to the per-rule tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/HrishiKabra/voting-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server