{
  "markdown": "# TexasRatedPros Rankings MCP\n\nPublic metadata, connection examples, and smoke tests for the free remote\n[TexasRatedPros](https://www.texasratedpros.com) Model Context Protocol server.\nThe application server itself is maintained in a private proprietary repository.\n\n- Endpoint: `https://www.texasratedpros.com/api/mcp`\n- Registry name: `com.texasratedpros/rankings`\n- Title: `TexasRatedPros Rankings`\n- Version: `1.0.0`\n- Transport: Streamable HTTP\n- Access: read-only, no authentication, 60 requests/minute/IP\n\n## Connect\n\nClients that support remote Streamable HTTP servers can use:\n\n```json\n{\n  \"mcpServers\": {\n    \"texasratedpros\": {\n      \"url\": \"https://www.texasratedpros.com/api/mcp\"\n    }\n  }\n}\n```\n\nFor clients that only support stdio, use `mcp-remote`:\n\n```json\n{\n  \"mcpServers\": {\n    \"texasratedpros\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-remote\",\n        \"https://www.texasratedpros.com/api/mcp\"\n      ]\n    }\n  }\n}\n```\n\n## Capabilities\n\nThe server publishes eight tools:\n\n| Tool | Purpose |\n| --- | --- |\n| `list_metros` | Published metros and category slugs |\n| `list_categories` | Categories and Texas licensing notes |\n| `get_rankings` | A complete metro/category ranking |\n| `get_business_profile` | Evidence, verification gaps, and all placements |\n| `search_businesses` | Filter by name, metro, category, score, or active Texas entity match |\n| `compare_businesses` | Compare two to four companies in one shared ranking context |\n| `get_score_breakdown` | Rank, five weighted pillars, point contributions, and provenance |\n| `get_methodology` | Weights, thresholds, sources, rules, and limitations |\n\nIt also publishes the `methodology` and `llms` resources and the `find_best`,\n`vet_business`, and `explain_ranking` prompts. Tool results carry both concise\ntext and schema-validated `structuredContent`.\n\n## Examples\n\n- “Rank Austin house-cleaning companies and cite the as-of date.”\n- “Search for companies matched to an active Texas entity record.”\n- “Compare these companies in their shared Austin house-cleaning ranking.”\n- “Explain all five pillars contributing to this company’s score.”\n\nThe MCP server, REST API, downloadable datasets, Markdown pages, and website all\nread from the same service models. Useful links:\n\n- [MCP documentation](https://www.texasratedpros.com/mcp)\n- [Methodology](https://www.texasratedpros.com/methodology)\n- [CSV and JSON datasets](https://www.texasratedpros.com/data)\n- [Interactive API docs](https://www.texasratedpros.com/api/docs)\n- [OpenAPI 3.1](https://www.texasratedpros.com/openapi.json)\n- [API terms](https://www.texasratedpros.com/api-terms)\n- [Privacy](https://www.texasratedpros.com/privacy)\n\n## Registry listings\n\nVersion 1.0.0 was published after the production endpoint passed the public\nsmoke test. Official Registry entries are immutable, so later incompatible\nreleases use a new semantic version.\n\n| Directory | Listing |\n| --- | --- |\n| Official MCP Registry | [Active: `com.texasratedpros/rankings@1.0.0`](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.texasratedpros%2Frankings) |\n| Smithery | [Published: `texasratedpros/rankings`](https://smithery.ai/servers/texasratedpros/rankings) |\n| Glama | Pending registry import |\n| PulseMCP | Pending registry import |\n| MCP.so | Pending free community submission |\n\n## Data and code licensing\n\nPublished TexasRatedPros ranking data is available under\n[CC BY 4.0](https://creativecommons.org/licenses/by/4.0/). Attribute\nTexasRatedPros, preserve the canonical source URL and as-of date, and indicate\nmaterial changes. The MCP server implementation and application code are\nproprietary and are not distributed by this repository.\n\n## Verification\n\nRun the live protocol smoke test with Node.js 20 or newer:\n\n```sh\nnpm run smoke\n```\n\nThe test initializes the legacy Streamable HTTP protocol, checks tool/resource/\nprompt discovery, and calls ranking, search, comparison, score-breakdown, and\nmethodology tools against the public endpoint.\n",
  "bytes": 4012,
  "sha": "4f9addcb64b6944e25bf77ba2071c38d663ac0f16f3cdf5bf25cd3d6c27fdbd0",
  "repo_slug": "kossik/texasratedpros-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_texasratedpros_rankings_2f90197b/readme"
}