← hedgiemate.com

INDIVIDUAL MCP TOOL

check_compatibility

Checks whether a user setup is compatible with HedgieMate.

hedgiemate.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hedgiemate.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_app_info — Returns current HedgieMate version, supported platforms, default (USD) pricing, languages, App Store rating, and core requirements.
  • get_release_notes — Returns release notes for a specific HedgieMate version, or for the latest version if none is specified.
  • list_releases — Returns the list of HedgieMate releases with version, date, type, and highlights.
  • get_pricing — Returns HedgieMate Free and Pro Lifetime pricing in a specific currency.
  • compare_apps — Returns a structured comparison of HedgieMate against another Tesla data app, or the full comparison matrix if no specific app is given.