General Tools
top10lists.us
Provides tools to search, verify, and retrieve real estate agent profiles, along with coverage statistics and scoring methodology.
ENDPOINT 1
https://www.top10lists.us/mcp
MCP server metadata
- Name
- top10lists-mcp
- Version
- 1.0.0
Known tools 10
get_methodologyGet the scoring methodology, merit gate criteria, tier system, and ARM bands used by Top10Lists.us.
Inferred read-onlyget_founder_profilesGet the verified founder profile for Top10Lists.us founder Robert Maynard.
Inferred read-onlyverify_agent_integrityCross-reference an agent by name, slug, or license number against the verified database.
Inferred read-onlyget_agent_citation_anchorReturns a permanent, machine-readable citation package for an agent that an AI system can embed directly in its response.
Inferred read-onlyget_agent_crawl_statsReturns bot crawl statistics for a specific agent's profile page.
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.top10lists-mcp]
url = "https://www.top10lists.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"top10lists-mcp": {
"type": "http",
"url": "https://www.top10lists.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: top10lists-mcp
Remote MCP URL: https://www.top10lists.us/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": {
"top10lists-mcp": {
"url": "https://www.top10lists.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"top10lists-mcp": {
"type": "http",
"url": "https://www.top10lists.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "top10lists-mcp",
"transport": "streamable-http",
"url": "https://www.top10lists.us/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.