Minos MCP exposes one endpoint over Streamable HTTP:
https://mcp.theminos.ai
There are no keys and no account. Add the server to your client below, then start asking questions.

Connect to the remote server

1

Open MCP settings

Go to Settings → MCP → Add new MCP server (or edit ~/.cursor/mcp.json).
2

Add the server

mcp.json
{
  "mcpServers": {
    "minos": {
      "url": "https://mcp.theminos.ai",
      "transport": "streamable-http"
    }
  }
}
3

Reload

Cursor picks up the server automatically. Ask: “What’s happening on Minos right now?”

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.