← productclank.com
INDIVIDUAL MCP TOOL
create_content_campaign
Launch a content campaign: rally the ProductClank community to create content (posts, threads, videos) for a product.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.productclank]
url = "https://mcp.productclank.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"productclank": {
"type": "http",
"url": "https://mcp.productclank.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: productclank
Remote MCP URL: https://mcp.productclank.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"productclank": {
"url": "https://mcp.productclank.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"productclank": {
"type": "http",
"url": "https://mcp.productclank.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "productclank",
"transport": "streamable-http",
"url": "https://mcp.productclank.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search the user's ProductClank products by name and return their IDs.create_product— List a new product on ProductClank as a token-free listing (no crypto/token, no wallet).check_balance— Return the connected user's ProductClank credit balance and plan.boost_post— Rally the ProductClank community to engage with a specific social post.suggest_content_campaign— Preview a content campaign for a product BEFORE launching it.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.write_content_candidates— Draft one or more content candidates into a ProductClank content space.