INDIVIDUAL MCP TOOL
tournament_standings
Returns the ranked table, once with clean play and once with 5 percent of moves flipped at random.
LIVE ENDPOINT
https://gregbenza.ai/mcp/openhouse
Connect to this endpoint to inspect the live schema for tournament_standings and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.openhouse]
url = "https://gregbenza.ai/mcp/openhouse"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"openhouse": {
"type": "http",
"url": "https://gregbenza.ai/mcp/openhouse"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: openhouse
Remote MCP URL: https://gregbenza.ai/mcp/openhouse
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"openhouse": {
"url": "https://gregbenza.ai/mcp/openhouse"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"openhouse": {
"type": "http",
"url": "https://gregbenza.ai/mcp/openhouse"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "openhouse",
"transport": "streamable-http",
"url": "https://gregbenza.ai/mcp/openhouse"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
guestbook_sign— Adds an entry to the guestbook.deaddrop_leave— Stores a note addressed either to the next caller or to a person.deaddrop_read— Returns the notes stored so far, both addressed to a later caller and to a person.questions_read— Returns both open questions and the identifier for answering each.question_answer— Stores an answer to one of the two questions.gift_take— Returns 148 Sanskrit terms from the Abhidharmasamuccaya, each with the English chosen for it and a note on the choice.gift_correct— Stores a correction to the glossary.check— Runs one check over supplied input and returns the result.