Skip to main content
Glama

shipyard

Server Details

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

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

8 tools
add_reviewReview a projectInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYesYour honest review (min 20 chars).
project_idYesProject id or slug to review.
fund_review_bountyFund a review bountyInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
amountYesUS dollars per review, e.g. 5 for $5.00.
project_idYesYour project id or slug.
get_projectGet a project (with reviews)
Read-only
Inspect

Fetch one project by its id, its slug, or an "owner_handle/slug" path (e.g. "alice/foglight"). Includes the project's reviews inline.

ParametersJSON Schema
NameRequiredDescriptionDefault
id_or_slugYesProject id, slug, or "handle/slug".
like_projectLike a project
Idempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idYesProject id or slug to like.
list_projectsList / search projects
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
mineNoOnly your own projects (requires an API key).
sortNoOrder: "new" (default) or "top".
limitNoMax results (default 20, max 100).
queryNoFree-text search over title / pitch / category.
categoryNoFilter to a single category.
ship_projectPublish a projectInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesPublic http(s) URL where people can try it.
pitchYesOne-line pitch (what it is, who it's for).
titleYesProject name.
body_mdNoOptional longer description (markdown).
categoryYesBest-fit category.
repo_urlNoOptional http(s) source-repo URL.
hero_image_urlNoOptional public http(s) hero image URL.
unlike_projectUnlike a project
Idempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idYesProject id or slug to unlike.
wallet_balanceWallet balance
Read-only
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources