# TexasRatedPros Rankings (remote · www.texasratedpros.com)

Texas service-company rankings, profiles, comparisons, score breakdowns, and methodology.

- Trust score: 73/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- remote · `www.texasratedpros.com`: 73/100 (this document), [markdown](https://verifymcp.io/servers/com-texasratedpros-rankings/api-mcp.md), [page](https://verifymcp.io/servers/com-texasratedpros-rankings/api-mcp)

## Channel facts

- Endpoint: `https://www.texasratedpros.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-16.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 610 tokens (~61/item across 10 items; 8 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 65% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-texasratedpros-rankings https://www.texasratedpros.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-texasratedpros-rankings]
url = "https://www.texasratedpros.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-texasratedpros-rankings": {
      "type": "remote",
      "url": "https://www.texasratedpros.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-texasratedpros-rankings --url https://www.texasratedpros.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-texasratedpros-rankings:
    url: "https://www.texasratedpros.com/api/mcp"
```

### Other

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

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 73, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-15 (score 73)

First indexed and scored.

## MCP tools (8)

### `list_metros` (~37 tokens)

List metropolitan areas

The metropolitan areas with published rankings, and which service categories each one covers. Call this first to learn the slugs the other tools expect.

Output parameters:

- `metros` (array)

### `list_categories` (~30 tokens)

List service categories

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

Output parameters:

- `categories` (array)

### `get_rankings` (~104 tokens)

Get a ranking

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. Franchise and chain locations are excluded by editorial policy.

Input parameters:

- `category` (string, required): Category slug, e.g. house-cleaning
- `include_bubble` (boolean): Include eligible companies below the published cap
- `limit` (integer)
- `metro` (string, required): Metro slug, e.g. austin

Output parameters:

- `bubble` (array): Eligible companies below the published cap; scores shown, ranks withheld
- `category` (object)
- `companies` (array)
- `excludedBrands` (array)
- `franchisesExcluded` (number)
- `marketMedianRating`
- `metro` (object)
- `provenance` (object)
- `reviewsAnalyzed` (number)
- `totalRanked` (number)
- `totalTracked` (number)
- `updatedAt`

### `get_business_profile` (~65 tokens)

Get a company 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.

Input parameters:

- `slug` (string, required): Company slug from a ranking or search result

Output parameters:

- `city`
- `corrections` (array)
- `disclosures` (array)
- `establishedOn`
- `establishedSource`: Which record the founding date came from
- `googleRating`
- `googleReviewCount` (number)
- `legalName`
- `name` (string)
- `notVerified` (array): Checklist items this company does not hold
- `ownerResponseRate`
- `phone`
- `pillars` (array)
- `provenance` (object)
- `rankings` (array)
- `ratingDistribution`: Counts per star, 1 through 5
- `region`
- `scoreBand`
- `slug` (string)
- `trpScore`
- `verifications` (array)
- `website`
- `yearsInBusiness`

### `search_businesses` (~81 tokens)

Search companies

Find tracked companies by name, metropolitan area, category, or minimum score.

Input parameters:

- `category` (string)
- `limit` (integer)
- `metro` (string)
- `min_score` (number)
- `query` (string): Part of a company name
- `verified_only` (boolean): Only companies matched to a state entity record

Output parameters:

- `provenance` (object)
- `results` (array)
- `total` (number)

### `compare_businesses` (~72 tokens)

Compare companies

Compare two to four companies side by side, pillar by pillar, with a one-sentence verdict naming which pillar separates them.

Input parameters:

- `category` (string): Optional category slug selecting a shared ranking context
- `metro` (string): Optional metro slug selecting a shared ranking context
- `slugs` (array, required)

Output parameters:

- `availableContexts` (array)
- `companies` (array)
- `context`
- `pillarComparison` (array)
- `provenance` (object)
- `requiresContext` (boolean)
- `verdict` (string): One sentence naming the leader and why

### `get_score_breakdown` (~64 tokens)

Get a 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.

Input parameters:

- `category` (string): Category slug
- `metro` (string): Metro slug
- `slug` (string, required): Company slug

Output parameters:

- `business` (object)
- `context` (object)
- `outOf` (number)
- `pillars` (array)
- `provenance` (object)
- `rank`
- `scoreBand` (string)
- `trpScore` (number)

### `get_methodology` (~40 tokens)

Get the ranking methodology

The exact weights, thresholds, eligibility rules, data sources, and stated limitations behind every score. Read this before characterising what a TRP Score means.

Output parameters:

- `dataSources` (array)
- `effectiveDate`
- `eligibility` (object)
- `limitations` (array)
- `pillars` (array)
- `provenance` (object)
- `ranking` (object)
- `reputation` (object)
- `scoreBands` (array)
- `summary` (string)
- `version` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-texasratedpros-rankings/api-mcp#diagnostics

## Score history

- 2026-08-16: 73
- 2026-08-15: 73

## Links

- Remote endpoint: https://www.texasratedpros.com/api/mcp
- Repository: https://github.com/kossik/texasratedpros-mcp
- Website: https://www.texasratedpros.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-texasratedpros-rankings/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-texasratedpros-rankings/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-texasratedpros-rankings/api-mcp
