Minos MCP exposes one endpoint over Streamable HTTP:
There are no keys and no account. Add the server to your client below, then start asking
questions.
Connect to the remote server
Cursor
Claude Desktop
Claude Code
Any MCP client
Open MCP settings
Go to Settings → MCP → Add new MCP server (or edit ~/.cursor/mcp.json).
Add the server
{
"mcpServers": {
"minos": {
"url": "https://mcp.theminos.ai",
"transport": "streamable-http"
}
}
}
Reload
Cursor picks up the server automatically. Ask: “What’s happening on Minos right now?”
Open config
Edit claude_desktop_config.json (Settings → Developer → Edit config).
Add the server
Claude Desktop connects to remote servers through mcp-remote:claude_desktop_config.json
{
"mcpServers": {
"minos": {
"command": "npx",
"args": ["mcp-remote", "https://mcp.theminos.ai"]
}
}
}
Requires Node.js. Restart Claude Desktop
Restart to load the new server.
Add the server
claude mcp add --transport http minos https://mcp.theminos.ai
Use the standard remote-server shape with the endpoint URL and the
streamable-http transport:{
"mcpServers": {
"minos": {
"url": "https://mcp.theminos.ai",
"transport": "streamable-http"
}
}
}
Try these prompts
Once connected, your agent selects the right tools automatically.
Live status
“What’s happening on Minos right now? Does the current round have a leader yet?”
Latest winner
“Who won the latest finalized Minos round and what tool did they use?”
Caller trends
“Which variant callers are being used recently, and are any gaining adoption?”
Orientation
“What can the Minos MCP answer, and what should it never ask me for?”
Every result is labeled with its round phase (open / scoring / finalized), so your AI never
presents an in-progress round as final.