# ProductClank MCP server

Boost posts and launch community growth campaigns from your AI assistant. OAuth, credit-billed.

## Links
- Registry page: https://www.getdrio.com/mcp/com-productclank-productclank
- Repository: https://github.com/covariance-network/productclank-mcp-server
- Website: https://www.productclank.com/mcp

## Install
- Endpoint: https://mcp.productclank.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.productclank.com/mcp

## Tools
- search_products (Search ProductClank products) - Search the user's ProductClank products by name and return their IDs. A product_id is required to create or boost a campaign — use this to resolve it, then confirm the match with the user. Endpoint: https://mcp.productclank.com/mcp
- create_product (List a product on ProductClank) - List a new product on ProductClank as a token-free listing (no crypto/token, no wallet). At minimum pass a `url` — the server auto-fills the name, tagline, description, logo, and X handle from the site; any field you pass explicitly overrides what's extracted. Socials are optional. Use this when search_products finds no existing match and the user wants to run a boost or campaign for a product that isn't listed yet. Returns the new product's id (and reuses an existing listing if one already matches, rather than duplicating). FREE — no credits charged. Confirm the product details with the user before calling. Endpoint: https://mcp.productclank.com/mcp
- check_balance (Check credit balance) - Return the connected user's ProductClank credit balance and plan. Use before launching a campaign to confirm they have enough credits (a content campaign costs 1000; a reply boost 200; likes/reposts 300). Endpoint: https://mcp.productclank.com/mcp
- boost_post (Boost a social post) - Rally the ProductClank community to engage with a specific social post. Creates a boost campaign and spends the user's credits: 'replies' generates 10 AI reply drafts (200 credits); 'likes' (30 likes) and 'repost' (10 reposts) cost 300. Supports Twitter/X, Instagram, TikTok, LinkedIn, Reddit, and Farcaster — the platform is auto-detected from the URL. product_id is OPTIONAL: link a product (from search_products or create_product) to tailor replies with the product name, or omit it for a tweet-first boost that uses generic amplification language. Confirm the action and its credit cost with the user before calling. Endpoint: https://mcp.productclank.com/mcp
- suggest_content_campaign (Preview a content campaign) - Preview a content campaign for a product BEFORE launching it. FREE — nothing is created and no credits are charged. Returns an AI-drafted campaign (title, description, call-to-action) plus whether the user can afford to launch it (1000 credits). Use this to show the user what the campaign would look like and get their approval, then call create_content_campaign. Requires a product_id from search_products; write the campaign_message brief from what you know about the product. Endpoint: https://mcp.productclank.com/mcp
- create_content_campaign (Launch a content campaign) - Launch a content campaign: rally the ProductClank community to create content (posts, threads, videos) for a product. Spends 1000 credits. The platform's AI expands your brief into a full campaign and auto-activates it; community submissions and winner selection happen in the ProductClank web app. Requires a product_id from search_products. Preview with suggest_content_campaign and confirm the 1000-credit cost with the user before calling. Endpoint: https://mcp.productclank.com/mcp
- list_content_spaces (List content spaces) - List the ProductClank content spaces you can draft into — spaces the user owns, delegates for, or manages that have their content engine turned on. Returns { space_id, name }. Call this first to resolve the space_id for write_content_candidates, and confirm the target space with the user. Endpoint: https://mcp.productclank.com/mcp
- write_content_candidates (Draft content candidates) - Draft one or more content candidates into a ProductClank content space. FREE — no credits charged. Candidates land as UNREVIEWED DRAFTS in the builder's 'All Content' queue; a human reviews, edits, and schedules them — nothing is auto-published. Resolve space_id via list_content_spaces first. Up to 25 candidates per call. This drafts into the user's OWN content pipeline — it is NOT a community content campaign (use create_content_campaign for that). Endpoint: https://mcp.productclank.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.productclank
- Version: 0.3.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 21, 2026
- Source: https://registry.modelcontextprotocol.io
