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.
ENDPOINT 1
https://buildrship.xyz/api/mcp
MCP server metadata
- Name
- Buildrship MCP
- Version
- 0.1.0
Known tools 5
search_productsSearch Buildrship's live product directory by keyword, category, or tag.
Inferred read-onlyget_weekly_leaderboardReturn the ranked product leaderboard for the current ISO week, ordered by upvotes.
Inferred read-onlyget_productFetch detailed metadata (name, tagline, description, categories, website, upvotes) for a product by slug.
Inferred read-onlyget_directories_dr_leaderboardReturn the highest-Domain-Rating startup directories from Buildrship's curated BuildDR indexable set (123 verified directories), ranked by Ahrefs DR.
Inferred read-onlysubmit_productSubmit a new product to Buildrship for editorial review and upcoming weekly launch scheduling.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.