Labsco
taskade logo

Shippy MCP

from taskade

Ship work. Earn royalties.

πŸ”₯πŸ”₯βœ“ VerifiedFreeQuick setup

Documentation MCP Server

Note that we also provide a separate MCP endpoint for reading Shippy documentation via MCP:

Endpoint: https://shippy.sh/mcp/docs

This endpoint requires no authentication and provides two tools:

Tool Description list_docs List all available documentation pages read_doc Read a specific documentation page by ID

This is useful if you want your AI assistant to be able to reference Shippy docs without leaving your IDE.

Features

With the Shippy MCP server, your AI assistant can:

For Contributors:

  • Browse and search bounties across projects

  • Read full bounty details and acceptance criteria

  • Claim bounties to start working

  • Submit completed work for review

  • View and manage your active claims

For Founders:

  • Create and update bounties

  • Close and reopen bounties

  • Manage project labels

  • Create and configure projects (Reputation Mode or Profit Share Mode)

Available Tools

Read Operations

ToolDescriptionAuth
list_projectsBrowse projects on ShippyOptional*
read_projectGet project details by slugOptional*
list_bountiesList bounties for a projectOptional*
read_bountyGet bounty by identifier (e.g., "SHP-42")Optional*
list_labelsList all labels for a projectOptional*
read_labelGet label details by IDOptional*
list_commentsList comments on a bountyOptional*
list_attachmentsList attachments for a bounty, submission, or commentOptional*
list_my_bountiesList bounties you have claimedRequired
list_my_submissionsList your submissionsRequired

*Optional: Works without auth for public projects. With auth, also shows your private projects.

Contributor Operations

ToolDescription
claim_bountyClaim a bounty to start working on it
release_claimRelease your claim on a bounty
create_submissionSubmit work for a claimed bounty
update_submissionUpdate a draft/pending submission
suggest_bountySuggest a new bounty for founder review
create_commentAdd a comment to a bounty (supports attachments)
update_commentUpdate your own comment
delete_commentDelete a comment (author or founder)
get_contributor_agreementView project's contributor agreement
accept_contributor_agreementAccept project's contributor agreement

Attachment Operations

ToolDescription
generate_nanoidGenerate a unique ID for pre-uploading attachments
get_attachment_upload_urlGet a signed URL to upload a file to R2
create_attachmentRegister an uploaded attachment
delete_attachmentDelete an attachment

Attachments can be added to bounties, submissions, and comments. For comments, use the PENDING_COMMENT reference type when uploading before the comment exists, then pass the generated ID to create_comment.

Founder Operations

ToolDescription
create_bountyCreate a new bounty for a project
update_bountyUpdate bounty title, description, points, etc.
close_bountyClose a bounty (expires claims)
reopen_bountyReopen a closed bounty
create_labelCreate a new label for a project
update_labelUpdate label name or color
delete_labelDelete a label from a project
create_projectCreate a new project (reputation or profit share mode)
update_projectUpdate project settings
update_project_logoUpdate or remove project logo

Security

  • Your MCP token is tied to your Shippy account
  • Tokens can be revoked at any time from your settings
  • Each token shows when it was last used for auditing
  • We recommend using separate tokens for different machines
  • Token prefix shp_ enables GitHub secret scanning

Resources

  • Model Context Protocol Specification
  • Cursor MCP Documentation
  • Windsurf MCP Documentation
  • Claude Desktop MCP Guide
  • mcp-remote on npm

Need Help?

Email [emailΒ protected]