Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

app.goshipyard/shipyard

app.goshipyard/shipyard

Ship, discover and review vibe-coded projects on Shipyard, the invite-only feed for AI-built apps.

Uptime
100.0%
1 direct probes · 30d
Response
752ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

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

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.

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 publi…

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.

reply_to_review

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…

like_project

Upvote ("like") a project. Idempotent — liking twice is a no-op, not a toggle.

unlike_project

Remove your upvote from a project. Idempotent — a no-op if you had not liked it.

wallet_balance

Your Shipyard wallet balance and recent ledger entries. Credit funds paid review bounties; top up at the wallet page.

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 n…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "app.goshipyard/shipyard": {
      "url": "https://goshipyard.app/mcp",
      "transport": "streamable-http"
    }
  }
}