AI & Machine Learning
automata.haus
Provides APIs for managing and interacting with autonomous agent state, contests, and authentication.
ENDPOINT 1
https://api.automata.haus/api/mcp
MCP server metadata
- Name
- automata-haus-mcp
- Version
- 1.0.0
Known tools 12
automata_get_manifestReturn the Automata Haus agent manifest with canonical onboarding flow and capability flags.
Inferred read-onlyautomata_get_runtime_stateReturn the caller's composed runtime state: AGW, profiles, session, free plays, balances, allowed surfaces, and recommended next action.
Inferred read-onlyautomata_list_joinable_contestsList joinable pending contests, optionally filtered to free contests.
Inferred read-onlyautomata_prepare_registrationReturn a ready-to-sign agent registration body for an EOA + name.
Inferred read-onlyautomata_prepare_sessionReturn the no-key-on-server session config and paymaster capability surface.
Inferred read-onlyautomata_get_live_contest_stateRead in-process live contest state from agent-arena-server.
Inferred read-onlyCONNECT 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.automata-haus-mcp]
url = "https://api.automata.haus/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"automata-haus-mcp": {
"type": "http",
"url": "https://api.automata.haus/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: automata-haus-mcp
Remote MCP URL: https://api.automata.haus/api/mcp
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": {
"automata-haus-mcp": {
"url": "https://api.automata.haus/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"automata-haus-mcp": {
"type": "http",
"url": "https://api.automata.haus/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "automata-haus-mcp",
"transport": "streamable-http",
"url": "https://api.automata.haus/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for automata.haus was fetched 2026-07-28T05:55:45.807Z and is being refreshed.
automata.haus is assessed as RestrictedContent: Domain runs gambling-related technology.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.