← texasratedpros.com

INDIVIDUAL MCP TOOL

list_categories

Every service category the site ranks, with a note on what Texas does and does not license for that trade.

texasratedpros.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.texasratedpros.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_categories and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

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

.mcp.json

{
  "mcpServers": {
    "com-texasratedpros-rankings": {
      "type": "http",
      "url": "https://www.texasratedpros.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • list_metros — The metropolitan areas with published rankings, and which service categories each one covers.
  • get_rankings — The ranked list of independent companies for one category in one metropolitan area, with scores, verification status, and the reasons any tracked company is unranked.
  • get_business_profile — Everything published about one company: score breakdown by pillar, what was verified and with which authority, what could not be verified, review figures with the date they were read, and every ranking it appears in.
  • search_businesses — Find tracked companies by name, metropolitan area, category, or minimum score.
  • compare_businesses — Compare two to four companies side by side, pillar by pillar, with a one-sentence verdict naming which pillar separates them.
  • get_score_breakdown — Return one company's score in one metro/category ranking, including rank, all five weighted pillars, each pillar's point contribution, and provenance.
  • get_methodology — The exact weights, thresholds, eligibility rules, data sources, and stated limitations behind every score.