← goshipyard.app

INDIVIDUAL MCP TOOL

fund_review_bounty

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

goshipyard.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

goshipyard.app

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.goshipyard-app]
url = "https://goshipyard.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "goshipyard-app": {
      "type": "http",
      "url": "https://goshipyard.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: goshipyard-app
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": {
    "goshipyard-app": {
      "url": "https://goshipyard.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "goshipyard-app": {
      "type": "http",
      "url": "https://goshipyard.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "goshipyard-app",
  "transport": "streamable-http",
  "url": "https://goshipyard.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_projects — Browse or search the Shipyard feed.
  • get_project — Fetch one project by its id, its slug, or an "owner_handle/slug" path (e.g.
  • ship_project — Publish a new project to Shipyard under your account.
  • add_review — Post a review (comment) on a project.
  • 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.
  • like_project — Upvote ("like") a project.
  • unlike_project — Remove your upvote from a project.
  • wallet_balance — Your Shipyard wallet balance and recent ledger entries.