TexasRatedPros Rankings MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TexasRatedPros Rankings MCPRank Austin house-cleaning companies and cite the as-of date."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/mcpRegistry name:
com.texasratedpros/rankingsTitle:
TexasRatedPros RankingsVersion:
1.0.0Transport: 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"
]
}
}
}Related MCP server: SEC EDGAR MCP Server
Capabilities
The server publishes eight tools:
Tool | Purpose |
| Published metros and category slugs |
| Categories and Texas licensing notes |
| A complete metro/category ranking |
| Evidence, verification gaps, and all placements |
| Filter by name, metro, category, score, or active Texas entity match |
| Compare two to four companies in one shared ranking context |
| Rank, five weighted pillars, point contributions, and provenance |
| Weights, 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.
Directory | Listing |
Official MCP Registry | |
Smithery | |
Glama | Pending registry import |
PulseMCP | Pending registry import |
MCP.so | Pending 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 smokeThe 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides comprehensive data insights into enterprise operations, including company trends, financing history, market rankings, and sentiment analysis. It enables users to perform keyword-based searches and evaluate business scale, tax qualifications, and competitive project profiles.2
- FlicenseAqualityDmaintenanceProvides access to SEC filings and detailed XBRL financial data for all publicly traded U.S. companies. It enables users to search for company info, retrieve historical metrics like revenue and assets, and compare financial performance across different industries.61
- FlicenseAqualityDmaintenanceProvides access to SBA small business size standards and SBIR/STTR federal R\&D funding data. It enables users to look up NAICS thresholds, verify business eligibility, and search for specific firms or award records across various federal agencies.61
- Alicense-qualityCmaintenanceEnables searching and querying Texas open data from data.texas.gov via the Socrata SoQL API, supporting dataset discovery, filtering, and metadata retrieval without an API key.9MIT
Related MCP Connectors
Read-only access to your VortexIQ store data: audits, KPIs, alerts, Brand DNA, reports, Ask VIQ.
Analyst-debate research on every public and private company. 8 tools: search, score, compare, more.
Consensus rankings for 75,000+ products across 2,600+ niches.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kossik/texasratedpros-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server