← Registry

Marketing

buildrship.xyz

An MCP server for Buildrship that lets users search products, view weekly leaderboards, fetch product details and high-DR directories, and submit new products for launch review.

1 endpoint5 known toolsFirst detected September 18, 2026Last detected September 18, 2026

ENDPOINT 1

https://buildrship.xyz/api/mcp

No auth detected

MCP server metadata

Name
Buildrship MCP
Version
0.1.0
Capabilities
toolsresourcespromptslogging

Known tools 5

search_products

Search Buildrship's live product directory by keyword, category, or tag.

Inferred read-only
get_weekly_leaderboard

Return the ranked product leaderboard for the current ISO week, ordered by upvotes.

Inferred read-only
get_product

Fetch detailed metadata (name, tagline, description, categories, website, upvotes) for a product by slug.

Inferred read-only
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.

Inferred read-only
submit_product

Submit a new product to Buildrship for editorial review and upcoming weekly launch scheduling.

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.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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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