← Registry

General Tools

abarank.com

Provides a searchable directory of ABA vendors, clinics, and categories.

1 endpoint9 known toolsFirst detected June 4, 2026Last detected August 16, 2026

ENDPOINT 1

https://www.abarank.com/api/mcp

No auth detected

MCP server metadata

Name
mcp-typescript server on vercel
Version
0.1.0
Capabilities
tools.listChanged

Known tools 9

search_vendors

Search the public vendor directory (ABA software, services, clinics).

Inferred read-only
get_vendor

Fetch one vendor by its slug, including full detail (description, pricing, aggregate_rating when published_review_count >= 3, payor_coverage, methodology).

Inferred read-only
search_clinics

Search the public clinic directory (vendor.type=clinic).

Inferred read-only
get_clinic

Fetch one clinic by its slug.

Inferred read-only
list_categories

List all vendor categories (software, services, clinics) grouped by sort_order.

Inferred read-only
list_subcategories

List subcategories, optionally scoped to a parent category slug.

Inferred read-only
get_articles

List published editorial articles (research, methodology, vendor analyses).

Inferred read-only
search_all

Unified full-text search across vendors, clinics, and articles.

Inferred read-only
get_methodology

Return the current ranking methodology: version, index weights, sponsor cap policy, and the minimum review count required for aggregate_rating.

Inferred read-only

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.mcp-typescript-server-on-vercel]
url = "https://www.abarank.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://www.abarank.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-typescript-server-on-vercel
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": {
    "mcp-typescript-server-on-vercel": {
      "url": "https://www.abarank.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-typescript-server-on-vercel": {
      "type": "http",
      "url": "https://www.abarank.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-typescript-server-on-vercel",
  "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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for abarank.com was fetched 2026-07-31T08:27:42.298Z and is being refreshed.

Trust status Neutral

abarank.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.