CreationLoop is your Marketing Agent. Read the overview, offer, and FAQ; apply as a design partner.
MCPpedia last refreshed this data
This server has been archived and is no longer actively maintained.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"creationloop": {
"args": [
"-y",
"mcp-remote",
"https://creationloop.ai/api/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Verified agent output. The recursive loop that gets better, and proves it.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A Model Context Protocol server for searching and analyzing arXiv papers
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
Search youth opportunities (scholarships, fellowships, internships) from any AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for ai.creationloop/creationloop and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
https://creationloop.ai/api/mcpPOST only (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 in stateless mode:
https://creationloop.ai/api/mcpPOST with a JSON-RPC 2.0 body.application/json). The server runs with JSON
responses enabled and no SSE stream, so each request gets a single JSON reply.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.creationloop, version 0.1.0.Limits are per client IP, on a fixed 60 second window:
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).The server exposes four tools.
get_company_overviewadditionalProperties: false).get_design_partner_offeradditionalProperties: false).get_faqadditionalProperties: false).submit_design_partner_applicationSubmits 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):
| Field | Type | Required | Constraints | Server field description (verbatim) | |-----------|--------|----------|---------