CreationLoop

by marino129

Not rated
GitHub

About

CreationLoop is your Marketing Agent. Read the overview, offer, and FAQ; apply as a design partner.

Details

Author
marino129
Categories
Marketing, AI, Other

Setup

Install CreationLoop in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/marino129/creationloop-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

Verified agent output. The recursive loop that gets better, and proves it.

This is the public listing for CreationLoop's remote MCP server. The server lets any MCP-capable agent read CreationLoop's canonical company information and submit a design-partner application on a user's behalf. It is a hosted, remote server: there is nothing to install and no key to configure. Point your client at the endpoint below and connect.

- Endpoint:https://creationloop.ai/api/mcp
- Transport:Streamable HTTP (stateless, JSON responses)
- Authentication:none required
- Method:POSTonly (JSON-RPC 2.0)

CreationLoop is a Marketing Agent for early-stage founders and small brands. The MCP server exposes a small, deterministic surface: three read tools that return CreationLoop's canonical public copy verbatim, and one write tool that submits a design-partner application. No model sits in the response path of the read tools, so their output is fixed text, not generated on the fly.

The server is remote and hosted by CreationLoop. Your client connects over Streamable HTTP; there is no local process, no package to install, and no credential to supply.

The server implements the MCP Streamable HTTP transport instatelessmode:

- URL:https://creationloop.ai/api/mcp
- Accepted method:POSTwith a JSON-RPC 2.0 body.
- Response mode:plain JSON (application/json). The server runs with JSON responses enabled and no SSE stream, so each request gets a single JSON reply.
- Sessions:none. Every request builds a fresh server and transport pair, so there is no session id to track and no session to resume or delete.
- GETandDELETE:return HTTP405with a JSON-RPC error (code -32000, message "Method not allowed. POST JSON-RPC to this endpoint."). Because the server is stateless there is no SSE stream to open onGETand no session to remove onDELETE.
- Server identity:namecreationloop, version0.1.0.

Limits are per client IP, on a fixed 60 second window:

- All MCP traffic:up to 30 requests per minute. Over the limit, the server replies with HTTP429and a JSON-RPC error (code -32000, message "Too many requests. Try again shortly.").
- submit_design_partner_application:a tighter 5 submissions per minute. Over the limit, the tool returns a tool result flagged as an error with the text "Too many requests. Try again shortly." (the JSON-RPC call itself succeeds; the error is carried in the tool result).

- Input:none. Schema is an object with no properties (additionalProperties: false).
- Output:a single text block. What CreationLoop is, how the content loop works, the two run modes, proof, philosophy, and the pricing stance, served verbatim from CreationLoop's canonical site copy.

- Input:none. Schema is an object with no properties (additionalProperties: false).
- Output:a single text block describing the design-partner program: what partners get, what CreationLoop asks in return, and how to apply. Served verbatim from the canonical site copy.

- Input:none. Schema is an object with no properties (additionalProperties: false).
- Output:a single text block of frequently asked questions and answers, served verbatim from the canonical site copy.

Submits an application to CreationLoop's design-partner program. The founder reviews every application and follows up by email.

Input schema(strict; unknown fields are rejected):

The field descriptions above are the server's own text, reproduced verbatim so agents match the deployed contract exactly.

Output:a text confirmation. On success the message confirms the application was received for the brand's host and states that the founder reviews every application and follows up at the email provided. On invalid input the tool returns an error result naming the validation problem.

What is stored.A successful submission records a lead row with:

- theemail, normalized (trimmed and lowercased);
- asourcestring of the formdesign-partner-mcp:{host}, where{host}is the hostname derived from thewebsitevalue (leadingwww.stripped), with the whole source string capped at 64 characters;
- thename,company, andmessageyou provide, each trimmed to its content or stored as null when blank or absent;
- a server-assigned id and a creation timestamp.

What is not stored.The rawwebsiteURL is not persisted; only the derived hostname survives, inside thesourcestring. The requester's IP address is used only for in-memory rate limiting and is not written to storage.

Idempotency and email.Submissions are idempotent on the email address: a duplicate email does not create a second row. Welcome and internal notification emails are sent only for a genuinely new signup. If persistence fails, the tool returns an error asking the applicant to email the founder directly instead.

The server is a remote Streamable HTTP MCP server with no authentication. Use the config block for your client.

claude mcp add --transport http creationloop https://creationloop.ai/api/mcp

Claude Desktop connects to remote Streamable HTTP servers through themcp-remotebridge. Add this to yourclaude_desktop_config.json:

{ "mcpServers": { "creationloop": { "command": "npx", "args": ["-y", "mcp-remote", "https://creationloop.ai/api/mcp"] } } }

If your version of Claude Desktop supports custom remote connectors directly, you can instead add the endpoint URLhttps://creationloop.ai/api/mcpas a custom connector with no authentication.

Add this to your Cursor MCP config (~/.cursor/mcp.jsonfor a global entry, or.cursor/mcp.jsonin a project):

{ "mcpServers": { "creationloop": { "url": "https://creationloop.ai/api/mcp" } } }

Once connected, ask your client to list tools. You should seeget_company_overview,get_design_partner_offer,get_faq, andsubmit_design_partner_application. A raw check withcurl:

curl -sS https://creationloop.ai/api/mcp \ -H "Content-Type: application/json" \ -H "Accept: application/json" \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

The contents of this listing repository (documentation and configuration) are released under the MIT License. SeeLICENSE.

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.

Live TikTok creator intelligence MCP — 7 tools (analyze creators, score hooks, remix scripts, predict virality) that chain automatically via a recommended_chain that pre-fills the next 3 tool calls.

AI-first blogging platform: publish articles, save drafts, generate titles, research topics, and get analytics via MCP.

Create and manage AI-powered short-form social content, including avatars, product scenes, videos, slideshows, scheduling, and publishing.

AI Visibility and Content Intelligence for agents, with tools to inspect AI answers, citations, page content, trends, and saved reports.

Open-source skills that empower any AI agent (Claude, Cursor, Codex, Hermes, etc.) to generate end-to-end marketing campaigns — UGC videos, ad videos, product photography and more.

Editorial intelligence for creators and their agents — discover the stories worth writing about, rank the strongest angle, and draft grounded, platform-native posts.

Manage Meta, Google & TikTok ads — launch campaigns, track performance, spy on competitors, generate AI creatives.

GEO optimized content publishing engine for AI visibility

Guides for making interactive videos & AI product demos that answer viewers' questions.

Scan how ChatGPT and Claude read your app, see who they name instead of you, and get the paste-ready fixes (llms.txt, JSON-LD, FAQ, meta) to get found.

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.