Shipstar

by Unknown

Not rated
Website

About

Automated product marketing from your commits: generate, review, publish, and email changelogs, blog posts, and release notes over MCP (OAuth 2.1, hosted).

Details

Author
Unknown
Categories
Marketing, Other, Productivity, Security, Knowledge Base

Use Shipstar's published content directly from LLM agents via the Model Context Protocol

Shipstar exposes its full pipeline asModel Context Protocol(MCP) tools so LLM agents — claude.ai, Claude Code, Claude Desktop, Cursor, Windsurf, custom agents, and anything else that speaks MCP — can generate marketing content from your commits, review and revise drafts, publish them, and send release emails, as well as read your published changelogs, blog posts, and knowledge base articles.

Same services, same guarantees as the dashboard — the tools call the identical review/publish/delivery code paths — surfaced as typed tools the model can call directly.

The MCP server is mounted on the main Shipstar backend using theStreamable HTTPtransport.

Static API token (for scripts and CI).Every dashboard API token works as a bearer token on/mcp— the same tokens that protect theV1 REST API. Create one atSettings → API Tokens(/dashboard/console); the token is bound to the project it was created in.

Requests without a token, or with an invalid/expired token, return401 Unauthorizedwith aWWW-Authenticatechallenge that lets OAuth-capable clients bootstrap automatically.

The quickest path is the official plugin, which bundles the server connection plus guided skills (/shipstar:announce-release,/shipstar:write-blog-post, and more):

/plugin marketplace add turbo-labs/shipstar-plugin /plugin install shipstar@shipstar
claude mcp add --transport http shipstar https://mcp.shipstar.ai/mcp

Either way, Claude Code runs the OAuth flow in your browser on first use. To pin a static token instead, append--header "Authorization: Bearer YOUR_API_TOKEN"to theclaude mcp addform.

Add the server to yourclaude_desktop_config.json, including a bearer token as a custom header:

{ "mcpServers": { "shipstar": { "type": "http", "url": "https://mcp.shipstar.ai/mcp", "headers": { "Authorization": "Bearer YOUR_API_TOKEN" } } } }

Restart Claude Desktop and the Shipstar tools will be available in any chat.

Both editors accept the same MCP server configuration. Add an entry with the URL above and the tools will appear in the agent sidebar.

Generation (kick off content from commits)

Generation tools (exceptgenerate_blog_post_ideas) return a pendingcontent_idand run in the background — pollget_generation_statusfor completion.

Lifecycle (review, revise, approve, publish)

The MCP tools call directly into the sameapp.services.contentlayer that powers the V1 REST endpoints. That means:

- One source of truth.Any bug fix or behaviour change in the content service automatically flows to both transports.
- Only published content is returned.Drafts, pending items, and wrong-type rows are filtered out at the service layer.
- Graceful skipping of invalid data.List endpoints skip rows whose stored JSON is malformed rather than failing the whole call.

If you need finer control (pagination, RSS feeds, custom filtering) or you're building a non-agent integration, use theV1 REST APIdirectly.

Free MCP that drives an audit of your marketing. Your AI connects, adsOS digs through your ads, email and site, and hands back a growth plan you can run today.

Hosted notes MCP server: full-text and semantic search, tags, folders, note CRUD, and spaced-repetition review over your notes, bookmarks, and feeds (OAuth 2.1, remote endpoint https://mcp.dexi.net/mcp).

Curated MCP server directory with install commands, auth notes, and remote-vs-local classification.

The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.

Personal wealth & portfolio tracker — 23 OAuth-scoped tools for holdings, performance, FIRE status, crypto P&L, and confirm-gated transaction writes across 20+ markets.

Multi-device file sync, dev-doc CRUD, task management, and session handoffs for AI agents - MCP + OpenAPI dual surface.

MCP server for Atlassian Cloud (Confluence & Jira) with seamless OAuth 2.0 authentication.

Browser automation framework with savable auth profiles and compliance options viable to enterprise developments.

Drive a personal UK Tesco grocery account: search, basket, delivery slots, orders, and on-pack nutrition. Filter and rank products by macros + micros. Catalogue and nutrition tools need no auth.

NVIDIA AI Developer Stack as Compressed Knowledge Graph (CKG) - 20 domains, 998 notes, agents traverse typed dependency edges instead of scanning docs.

Deploy and manage apps on your cloud from coding agents. Create environments, choose regions, configure infrastructure, and monitor jobs. Supports OAuth 2.0 with Dynamic Client Registration, RBAC permissions, and approval workflows for production environments.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.