← buildrship.xyz

INDIVIDUAL MCP TOOL

get_directories_dr_leaderboard

Return the highest-Domain-Rating startup directories from Buildrship's curated BuildDR indexable set (123 verified directories), ranked by Ahrefs DR.

buildrship.xyznone authenticationAvailability not checked

LIVE ENDPOINT

https://buildrship.xyz/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_directories_dr_leaderboard 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

buildrship.xyz

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.buildrship-mcp]
url = "https://buildrship.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "buildrship-mcp": {
      "type": "http",
      "url": "https://buildrship.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: buildrship-mcp
Remote MCP URL: https://buildrship.xyz/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": {
    "buildrship-mcp": {
      "url": "https://buildrship.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "buildrship-mcp": {
      "type": "http",
      "url": "https://buildrship.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "buildrship-mcp",
  "transport": "streamable-http",
  "url": "https://buildrship.xyz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_products — Search Buildrship's live product directory by keyword, category, or tag.
  • get_weekly_leaderboard — Return the ranked product leaderboard for the current ISO week, ordered by upvotes.
  • get_product — Fetch detailed metadata (name, tagline, description, categories, website, upvotes) for a product by slug.
  • submit_product — Submit a new product to Buildrship for editorial review and upcoming weekly launch scheduling.