← helpmeprotest.com

INDIVIDUAL MCP TOOL

get_property

Get a property's details and the unequal-appraisal analysis: comparable properties, median $/sqft, indicated value, and eligibility under Texas Property Tax Code §41.43(b)(3).

helpmeprotest.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://helpmeprotest.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_counties — List the counties that have the full evidence generator: id, name, appraisal district, filing deadline, and the appraisal year of the data.
  • search_properties — Search one county's appraisal records by street address or account number.
  • generate_argument — Generate the paste-ready written protest argument for a property.