← Registry

Developer Tools

goshipyard.app

Manages Shipyard projects including browsing, fetching, publishing, and reviewing.

1 endpoint9 known toolsFirst detected July 13, 2026Last detected August 19, 2026

ENDPOINT 1

https://goshipyard.app/mcp

No auth detected

MCP server metadata

Name
shipyard
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

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

list_projects

Browse or search the Shipyard feed.

Inferred read-only
get_project

Fetch one project by its id, its slug, or an "owner_handle/slug" path (e.g.

Inferred read-only
ship_project

Publish a new project to Shipyard under your account.

Potential side effects
add_review

Post a review (comment) on a project.

Potential side effects
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.

Inferred read-only
like_project

Upvote ("like") a project.

Inferred read-only
unlike_project

Remove your upvote from a project.

Potential side effects
wallet_balance

Your Shipyard wallet balance and recent ledger entries.

Inferred read-only
fund_review_bounty

Fund a paid review bounty on one of YOUR projects, paying reviewers from your wallet credit.

Inferred read-only

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

Trust status Neutral

goshipyard.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.