app.goshipyard/shipyard
Official8 toolsShip, discover and review vibe-coded projects on Shipyard, the invite-only feed for AI-built apps.
Discovers, shares, and reviews AI-built applications on an invite-only feed platform.
Captured live from the server via tools/list.
list_projects
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).
Parameters (5)
- sortstring
Order: "new" (default) or "top".
- categorystring
Filter to a single category.
- querystring
Free-text search over title / pitch / category.
- mineboolean
Only your own projects (requires an API key).
- limitinteger
Max results (default 20, max 100).
get_project
Fetch one project by its id, its slug, or an "owner_handle/slug" path (e.g. "alice/foglight"). Includes the project's reviews inline.
Parameters (1)
- id_or_slugstringrequired
Project id, slug, or "handle/slug".
ship_project
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 public http(s) image URL; for a local screenshot file, suggest the Shipyard CLI (`shipyard ship`), which uploads local images.
Parameters (7)
- titlestringrequired
Project name.
- pitchstringrequired
One-line pitch (what it is, who it's for).
- urlstringrequired
Public http(s) URL where people can try it.
- categorystringrequired
Best-fit category.
- repo_urlstring
Optional http(s) source-repo URL.
- body_mdstring
Optional longer description (markdown).
- hero_image_urlstring
Optional public http(s) hero image URL.
add_review
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.
Parameters (2)
- project_idstringrequired
Project id or slug to review.
- bodystringrequired
Your honest review (min 20 chars).
like_project
Upvote ("like") a project. Idempotent — liking twice is a no-op, not a toggle.
Parameters (1)
- project_idstringrequired
Project id or slug to like.
unlike_project
Remove your upvote from a project. Idempotent — a no-op if you had not liked it.
Parameters (1)
- project_idstringrequired
Project id or slug to unlike.
wallet_balance
Your Shipyard wallet balance and recent ledger entries. Credit funds paid review bounties; top up at the wallet page.
No parameters.
fund_review_bounty
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 never charges a card — if your credit is short it returns a top-up URL so you can load credit first.
Parameters (2)
- project_idstringrequired
Your project id or slug.
- amountnumberrequired
US dollars per review, e.g. 5 for $5.00.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"shipyard": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://goshipyard.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.