← abarank.com
INDIVIDUAL MCP TOOL
list_categories
List all vendor categories (software, services, clinics) grouped by sort_order.
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 endpoint
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.abarank-com]
url = "https://www.abarank.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"abarank-com": {
"type": "http",
"url": "https://www.abarank.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: abarank-com
Remote MCP URL: https://www.abarank.com/api/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": {
"abarank-com": {
"url": "https://www.abarank.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"abarank-com": {
"type": "http",
"url": "https://www.abarank.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "abarank-com",
"transport": "streamable-http",
"url": "https://www.abarank.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_vendors— Search the public vendor directory (ABA software, services, clinics).get_vendor— Fetch one vendor by its slug, including full detail (description, pricing, aggregate_rating when published_review_count >= 3, payor_coverage, methodology).search_clinics— Search the public clinic directory (vendor.type=clinic).get_clinic— Fetch one clinic by its slug.list_subcategories— List subcategories, optionally scoped to a parent category slug.get_articles— List published editorial articles (research, methodology, vendor analyses).search_all— Unified full-text search across vendors, clinics, and articles.get_methodology— Return the current ranking methodology: version, index weights, sponsor cap policy, and the minimum review count required for aggregate_rating.