← boosthis.com

INDIVIDUAL MCP TOOL

boosthis_crash_risk

The crash classes this app has already recorded - uncaught errors, unhandled rejections and caught render near-misses - newest first, each with an error name, a redacted top frame, an occurrence bucket and relatedRules, joined with the JS-thread (ANR-style) Stability summary and stabilityRules.

boosthis.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.boosthis.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for boosthis_crash_risk 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • boosthis_list_rules — Every Boosthis performance rule available to this runtime, as ids and titles.
  • boosthis_get_rule — Full detail for one rule: title, when_to_apply, evidence, and - for a registered project - the prescriptive fix_template.
  • boosthis_get_integration_kit — A Boosthis kit for THIS project - no upload; the single-use address needs no key, include_files no shell.
  • boosthis_get_removal_kit — Everything involved in removing Boosthis from this project: the removal sequence, every kit file, the package entries, the config file, the calls to strip, and the Boosthis entries in an AI tool's config.
  • boosthis_match_rules_for_code — Ranks Boosthis rules against a code snippet using each rule's id tokens and when_to_apply text, up to 8 candidates.
  • boosthis_check_for_update — Whether a newer Boosthis kit exists for this project, without fetching it: latest_version, update_available, comparison (behind/current/ahead/unknown), the changelog for every release behind, a severity (cosmetic/recommended/important/security) and a plain-language recommendation.
  • boosthis_verify_kit — Tamper-evidence check: re-hashes every vendored Boosthis-owned file against the shipped manifest.
  • boosthis_session_summary — Per-screen p50/p75/p95 and worst rating, worst screens first, with p99, spike ratio and stdev spread where the server has them.