Developer Tools
goshipyard.app
Manages Shipyard projects including browsing, fetching, publishing, and reviewing.
ENDPOINT 1
https://goshipyard.app/mcp
MCP server metadata
- Name
- shipyard
- Version
- 1.0.0
Shipyard is an invite-only feed for launching and reviewing "vibe-coded" projects — software shipped fast with AI coding agents — where builders post a project, collect reviews, upvote, and fund paid review bounties. Reading is open to everyone; posting, reviewing, liking and funding need a personal API key — see https://goshipyard.app/welcome for the intro and https://goshipyard.app/llms.txt for the tool list and one-paste connect strings.
Known tools 9
get_projectFetch one project by its id, its slug, or an "owner_handle/slug" path (e.g.
Inferred read-onlyreply_to_reviewAnswer a review on a project you own — say what you fixed, what you won't, or what you'd like them to try next.
Inferred read-onlyfund_review_bountyFund a paid review bounty on one of YOUR projects, paying reviewers from your wallet credit.
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.shipyard]
url = "https://goshipyard.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shipyard": {
"type": "http",
"url": "https://goshipyard.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shipyard
Remote MCP URL: https://goshipyard.app/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": {
"shipyard": {
"url": "https://goshipyard.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shipyard": {
"type": "http",
"url": "https://goshipyard.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shipyard",
"transport": "streamable-http",
"url": "https://goshipyard.app/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 goshipyard.app was fetched 2026-07-26T18:15:29.024Z and is being refreshed.
goshipyard.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.