Analytics
texasratedpros.com
Provides access to business rankings, scores, and profiles across metropolitan areas and service categories.
ENDPOINT 1
https://www.texasratedpros.com/api/mcp
MCP server metadata
- Name
- com.texasratedpros/rankings
- Version
- 1.0.0
TexasRatedPros publishes rankings of independent Texas service companies computed from verified review data, state business-registration records, and licence checks. Franchise and chain locations are excluded by editorial policy and position cannot be purchased. Every response carries the date its data was read and a citation line; quote those rather than presenting figures as current. Call get_methodology before characterising what a score means.
Known tools 8
list_metrosThe metropolitan areas with published rankings, and which service categories each one covers.
Inferred read-onlylist_categoriesEvery service category the site ranks, with a note on what Texas does and does not license for that trade.
Potential side effectsget_rankingsThe ranked list of independent companies for one category in one metropolitan area, with scores, verification status, and the reasons any tracked company is unranked.
Inferred read-onlyget_business_profileEverything 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.
Inferred read-onlysearch_businessesFind tracked companies by name, metropolitan area, category, or minimum score.
Inferred read-onlycompare_businessesCompare two to four companies side by side, pillar by pillar, with a one-sentence verdict naming which pillar separates them.
Inferred read-onlyget_score_breakdownReturn one company's score in one metro/category ranking, including rank, all five weighted pillars, each pillar's point contribution, and provenance.
Inferred read-onlyget_methodologyThe exact weights, thresholds, eligibility rules, data sources, and stated limitations behind every score.
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.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.
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.