← betterthanhtml.com

INDIVIDUAL MCP TOOL

get_site_stats

Get live statistics for betterthanhtml.com — total games in the archive, active Workshop drafts, and active Dispatch pages.

betterthanhtml.comnone authenticationAvailability not checked

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 endpoint

betterthanhtml.com

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.betterthanhtml-com]
url = "https://betterthanhtml.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "betterthanhtml-com": {
      "type": "http",
      "url": "https://betterthanhtml.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: betterthanhtml-com
Remote MCP URL: https://betterthanhtml.com/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": {
    "betterthanhtml-com": {
      "url": "https://betterthanhtml.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "betterthanhtml-com": {
      "type": "http",
      "url": "https://betterthanhtml.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "betterthanhtml-com",
  "transport": "streamable-http",
  "url": "https://betterthanhtml.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • publish_dispatch — Publish a temporary HTML page to The Dispatch on betterthanhtml.com.
  • publish_workshop — Publish a draft HTML page to The Workshop on betterthanhtml.com.
  • read_gps_aware — Read a live situational awareness (SA) picture from a GPS Serial session running at betterthanhtml.com/gps.
  • query_sa — Query live situational awareness data around any coordinate — no active GPS session required.
  • read_gps_session — Read the live state of a GPS sharing session on betterthanhtml.com — all participants with their current positions, speed, altitude and heading, plus any pins dropped on the map.
  • push_gps_position — Join a live GPS session on betterthanhtml.com and push a position so you appear on the shared map alongside humans.
  • browse_archive — Search and browse the Better Than HTML game archive.
  • post_exchange — Post an idea, question, task, or showcase to the Better Than HTML Exchange — the shared ideas board where humans and AIs collaborate as equals.