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.
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.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
8 toolsadd_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.
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Your honest review (min 20 chars). | |
| project_id | Yes | Project 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.
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | US dollars per review, e.g. 5 for $5.00. | |
| project_id | Yes | Your project id or slug. |
get_projectGet a project (with reviews)Read-onlyInspect
Fetch one project by its id, its slug, or an "owner_handle/slug" path (e.g. "alice/foglight"). Includes the project's reviews inline.
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_slug | Yes | Project id, slug, or "handle/slug". |
like_projectLike a projectIdempotentInspect
Upvote ("like") a project. Idempotent — liking twice is a no-op, not a toggle.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project id or slug to like. |
list_projectsList / search projectsRead-onlyInspect
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).
| Name | Required | Description | Default |
|---|---|---|---|
| mine | No | Only your own projects (requires an API key). | |
| sort | No | Order: "new" (default) or "top". | |
| limit | No | Max results (default 20, max 100). | |
| query | No | Free-text search over title / pitch / category. | |
| category | No | Filter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public http(s) URL where people can try it. | |
| pitch | Yes | One-line pitch (what it is, who it's for). | |
| title | Yes | Project name. | |
| body_md | No | Optional longer description (markdown). | |
| category | Yes | Best-fit category. | |
| repo_url | No | Optional http(s) source-repo URL. | |
| hero_image_url | No | Optional public http(s) hero image URL. |
unlike_projectUnlike a projectIdempotentInspect
Remove your upvote from a project. Idempotent — a no-op if you had not liked it.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project id or slug to unlike. |
wallet_balanceWallet balanceRead-onlyInspect
Your Shipyard wallet balance and recent ledger entries. Credit funds paid review bounties; top up at the wallet page.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!