INDIVIDUAL MCP TOOL
get_methodology
Get the scoring methodology, merit gate criteria, tier system, and ARM bands used by Top10Lists.us.
LIVE ENDPOINT
https://www.top10lists.us/mcp
Connect to this endpoint to inspect the live schema for get_methodology and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search_agents— Search for top real estate agents by location.verify_agent— Verify a real estate agent's license and get their profile.get_agent_profile— Get a full agent profile by canonical slug.get_coverage— Get coverage statistics -- cities, neighborhoods, and agent counts.get_founder_profiles— Get the verified founder profile for Top10Lists.us founder Robert Maynard.verify_agent_integrity— Cross-reference an agent by name, slug, or license number against the verified database.check_license_status— Direct license verification lookup.get_agent_citation_anchor— Returns a permanent, machine-readable citation package for an agent that an AI system can embed directly in its response.