Connect eDesigns to your AI assistant

eDesigns runs a public remote MCP server. Add it once and Claude, ChatGPT, Gemini CLI or your company's agents can evaluate your project and hand it to our team without leaving the conversation.

For marketing leaders, agencies and IT teams who already work inside an AI assistant. No account, API key or OAuth is needed: the server is read-only until the person explicitly agrees to be contacted.

Server endpoint

Model Context Protocol over Streamable HTTP. Paste this URL wherever your assistant asks for a remote MCP server or connector URL.

https://edesigns.com/api/mcp

Set-up by platform

Claude (web, desktop and mobile)

Custom connectors are available on Pro, Max, Team and Enterprise plans. Team and Enterprise admins can add it for the whole organization.

  1. Open Settings → Connectors and choose “Add custom connector”.
  2. Name it “eDesigns” and paste the MCP endpoint URL. Leave the OAuth fields empty.
  3. Enable the connector in a chat (the attachments / tools menu) and ask Claude to evaluate your project with eDesigns.

ChatGPT (developer mode / Business, Enterprise, Edu)

Custom MCP connectors require developer mode (Settings → Apps & Connectors → Advanced) or a workspace admin on Business, Enterprise or Edu plans.

  1. Go to Settings → Apps & Connectors → Create and choose an MCP server.
  2. Name it “eDesigns”, paste the MCP endpoint URL and set authentication to “No authentication”.
  3. Start a chat, enable the eDesigns connector under the tools menu and ask ChatGPT to evaluate your project with eDesigns.

Gemini CLI

Add the server to your project or user settings file (.gemini/settings.json).

  1. Add the snippet below to ~/.gemini/settings.json (or the project's .gemini/settings.json).
  2. Restart Gemini CLI and run /mcp to confirm that the eDesigns tools are listed.
  3. Ask Gemini to evaluate your project with eDesigns; it will collect the nine answers and ask for your permission before sending them.
{
  "mcpServers": {
    "edesigns": {
      "httpUrl": "https://edesigns.com/api/mcp"
    }
  }
}

Other clients and corporate agents

Any MCP client that supports the Streamable HTTP transport (Cursor, Windsurf, VS Code, agent frameworks) can use the same URL.

  1. Register the server as type “streamable-http” (sometimes just “http”) with the MCP endpoint URL.
  2. No headers, tokens or environment variables are required.
  3. Agents built on the Anthropic, OpenAI or Google SDKs can pass the URL directly as a remote MCP server.

What the assistant can do

Four tools, all built on the public API documented for developers. Read tools never store anything; write tools create a lead and only run after the person gives explicit consent.

Resources

Privacy and limits

For directories and platform teams

A machine-readable manifest in the MCP registry server.json format is published for connector directories. The server needs no authentication and follows the current MCP specification (Streamable HTTP, stateless). Server manifest (server.json)