Back to Browse

Texasratedpros MCP Server

by Kossik
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://www.texasratedpros.com/api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

8 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-texasratedpros-rankings": {
      "url": "https://www.texasratedpros.com/api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

TexasRatedPros Rankings MCP

Public metadata, connection examples, and smoke tests for the free remote TexasRatedPros Model Context Protocol server. The application server itself is maintained in a private proprietary repository.

  • Endpoint: https://www.texasratedpros.com/api/mcp
  • Registry name: com.texasratedpros/rankings
  • Title: TexasRatedPros Rankings
  • Version: 1.0.0
  • Transport: Streamable HTTP
  • Access: read-only, no authentication, 60 requests/minute/IP

Connect

Clients that support remote Streamable HTTP servers can use:

{
  "mcpServers": {
    "texasratedpros": {
      "url": "https://www.texasratedpros.com/api/mcp"
    }
  }
}

For clients that only support stdio, use mcp-remote:

{
  "mcpServers": {
    "texasratedpros": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.texasratedpros.com/api/mcp"
      ]
    }
  }
}

Capabilities

The server publishes eight tools:

ToolPurpose
list_metrosPublished metros and category slugs
list_categoriesCategories and Texas licensing notes
get_rankingsA complete metro/category ranking
get_business_profileEvidence, verification gaps, and all placements
search_businessesFilter by name, metro, category, score, or active Texas entity match
compare_businessesCompare two to four companies in one shared ranking context
get_score_breakdownRank, five weighted pillars, point contributions, and provenance
get_methodologyWeights, thresholds, sources, rules, and limitations

It also publishes the methodology and llms resources and the find_best, vet_business, and explain_ranking prompts. Tool results carry both concise text and schema-validated structuredContent.

Examples

  • “Rank Austin house-cleaning companies and cite the as-of date.”
  • “Search for companies matched to an active Texas entity record.”
  • “Compare these companies in their shared Austin house-cleaning ranking.”
  • “Explain all five pillars contributing to this company’s score.”

The MCP server, REST API, downloadable datasets, Markdown pages, and website all read from the same service models. Useful links:

Registry listings

Version 1.0.0 was published after the production endpoint passed the public smoke test. Official Registry entries are immutable, so later incompatible releases use a new semantic version.

DirectoryListing
Official MCP RegistryActive: com.texasratedpros/rankings@1.0.0
SmitheryPublished: texasratedpros/rankings
GlamaPending registry import
PulseMCPPending registry import
MCP.soPending free community submission

Data and code licensing

Published TexasRatedPros ranking data is available under CC BY 4.0. Attribute TexasRatedPros, preserve the canonical source URL and as-of date, and indicate material changes. The MCP server implementation and application code are proprietary and are not distributed by this repository.

Verification

Run the live protocol smoke test with Node.js 20 or newer:

npm run smoke

The test initializes the legacy Streamable HTTP protocol, checks tool/resource/ prompt discovery, and calls ranking, search, comparison, score-breakdown, and methodology tools against the public endpoint.

Reviews

No reviews yet

Be the first to review this server!