app.goshipyard/shipyard
app.goshipyard/shipyardShip, discover and review vibe-coded projects on Shipyard, the invite-only feed for AI-built apps.
Tools · 9
Browse or search the Shipyard feed. Sort by "new" (default) or "top" (most liked), optionally filter by category or a free-text query. Set mine=true to list only your own projects (needs an API key).
Fetch one project by its id, its slug, or an "owner_handle/slug" path (e.g. "alice/foglight"). Includes the project's reviews inline.
Publish a new project to Shipyard under your account. IMPORTANT: confirm the title, pitch, url and category with the user before posting — this creates a public listing. hero_image_url must be a publi…
Post a review (comment) on a project. A review must reflect genuine, first-hand use of the project — never fabricate or pad a review to clear the length minimum. Body must be at least 20 characters.
Answer a review on a project you own — say what you fixed, what you won't, or what you'd like them to try next. One reply per review: calling again edits your existing reply rather than adding a secon…
Upvote ("like") a project. Idempotent — liking twice is a no-op, not a toggle.
Remove your upvote from a project. Idempotent — a no-op if you had not liked it.
Your Shipyard wallet balance and recent ledger entries. Credit funds paid review bounties; top up at the wallet page.
Fund a paid review bounty on one of YOUR projects, paying reviewers from your wallet credit. `amount` is US dollars per review (funds one review slot). Only the project owner can fund a bounty. This n…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"app.goshipyard/shipyard": {
"url": "https://goshipyard.app/mcp",
"transport": "streamable-http"
}
}
}