General Tools
helpmeprotest.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://helpmeprotest.com/mcp
MCP server metadata
- Name
- helpmeprotest
- Version
- 3.4.7
Free, self-service Texas property-tax protest assistance. Search appraisal-district records, compare a home against comparable properties under Texas Property Tax Code §41.43(b)(3), and generate the written protest argument the homeowner files themselves. Not legal, tax, or appraisal advice; the tool never files protests on anyone's behalf.
Known tools 4
list_countiesList the counties that have the full evidence generator: id, name, appraisal district, filing deadline, and the appraisal year of the data.
Inferred read-onlysearch_propertiesSearch one county's appraisal records by street address or account number.
Inferred read-onlyget_propertyGet 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).
Inferred read-onlygenerate_argumentGenerate the paste-ready written protest argument for a property.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.