Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎯 Marketing
  3. Creationloop
Creationloop logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:55:53 PM

Creationloop

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

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

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (4) Directory Badge Claim listing Alternatives🎯 More in Marketing

Capabilities & Tool Schemas (4) ~108 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Creationloop.

get_company_overview

- **Input:** none. Schema is an object with no properties (`additionalProperties: false`).

get_design_partner_offer

- **Input:** none. Schema is an object with no properties (`additionalProperties: false`).

get_faq

- **Input:** none. Schema is an object with no properties (`additionalProperties: false`).

submit_design_partner_application

Submits an application to CreationLoop's design-partner program. The founder

Documentation Overview

CreationLoop MCP Server

CreationLoop is your Marketing Agent.

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: POST only (JSON-RPC 2.0)

What the server is

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.


Transport details

The server implements the MCP Streamable HTTP transport in stateless mode:

  • URL: https://creationloop.ai/api/mcp
  • Accepted method: POST with 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.
  • GET and DELETE: return HTTP 405 with 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 on GET and no session to remove on DELETE.
  • Server identity: name creationloop, version 0.1.0.

Rate limits

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 HTTP 429 and 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).

Tool reference

The server exposes four tools.

get_company_overview

  • 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.

get_design_partner_offer

  • 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.

get_faq

  • 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.

submit_design_partner_application

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):

FieldTypeRequiredConstraintsServer field description (verbatim)
emailstringyesvalid email, 3 to 320 chars"Applicant email address (required)."
websitestringyes1 to 500 chars"The brand's website URL (required)."
namestringnoup to 200 chars"Applicant name (optional)."
companystringnoup to 200 chars"Company name (optional)."
messagestringnoup to 2000 chars"What should your CMO know? Context for the email follow-up (optional)."

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:

  • the email, normalized (trimmed and lowercased);
  • a source string of the form design-partner-mcp:{host}, where {host} is the hostname derived from the website value (leading www. stripped), with the whole source string capped at 64 characters;
  • the name, company, and message you 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 raw website URL is not persisted; only the derived hostname survives, inside the source string. 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.


Connect

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

Claude Code

Add the server from the command line:

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

Claude Desktop

Claude Desktop connects to remote Streamable HTTP servers through the mcp-remote bridge. Add this to your claude_desktop_config.json:

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 URL https://creationloop.ai/api/mcp as a custom connector with no authentication.

Cursor

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

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

Verify the connection

Once connected, ask your client to list tools. You should see get_company_overview, get_design_partner_offer, get_faq, and submit_design_partner_application. A raw check with curl:

Terminal
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":{}}'

License

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

Related MCP Servers

View all in Marketing View all alternatives
  • Facebook Ads Mcp Server logoFacebook Ads Mcp Server

    MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.

    🎯 Marketing0 views
    Compare vs Facebook Ads Mcp Server β†’
  • Ai Readiness logoAi Readiness

    Check whether a website is visible to AI search (ChatGPT, Perplexity, Claude, Google AI Overviews). Scores AI-crawler access, JSON-LD structured data, title/meta, Open Graph, sitemap, and llms.txt, with a specific fix for each gap. Dependency-free, no API keys. Install: npx -y github:epistemedeus/ai-readiness mcp.

    🎯 Marketing2 views
    Compare vs Ai Readiness β†’
  • Mailchimp Mcp Server logoMailchimp Mcp Server

    Mailchimp Marketing API integration with 53 tools for managing campaigns, audiences, reports, automations, landing pages, e-commerce data, and batch operations.

    🎯 Marketing2 views
    Compare vs Mailchimp Mcp Server β†’
  • Mcp Vk Ads logoMcp Vk Ads

    VK Ads (VK Π Π΅ΠΊΠ»Π°ΠΌΠ°) API β€” manage ad plans, ad groups, banners, and pull statistics. Read + write.

    🎯 Marketing3 views
    Compare vs Mcp Vk Ads β†’

Frequently Asked Questions about Creationloop

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "creationloop": { "command": "npx", "args": ["-y", "creationloop"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCreationloop AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/creationloop?style=directory)](https://allmcps.com/mcp/creationloop)
HTML Embed
<a href="https://allmcps.com/mcp/creationloop"><img src="https://allmcps.com/api/badge/creationloop?style=directory" alt="Creationloop on AllMCPs" /></a>

Technical Specs & Signals

Category🎯Marketing
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 9, 2026
49Quality signal: Fair Β· 49/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎯 Marketing β†’Best MCP servers for Marketing & SEO β†’Alternatives to Creationloop β†’Install in Claude DesktopInstall in CursorInstall in VS Code