ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Amplience with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Amplience capability set.

These are the exact actions your AI can choose when you ask it to work with Amplience.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Amplience.

  1. 01

    Delete content item

    Requires version validation before deletion. Permanently delete a content item from the repository database

  2. 02

    Get delivery content

    Retrieve the exact structural matching verifying Delivery CDN blocks

  3. 03

    List folders

    List all folders organizing content in a given repository

  4. 04

    Get content item

    Retrieve a specific content item configuration and its schema revision lock

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Amplience.

  1. 05

    Create content item

    Create a new structured content item adhering to a schema inside a folder

  2. 06

    List content items

    Retrieve paginated content items from a specific repository

  3. 07

    List hubs

    Essential for retrieving the active workspace. List all accessible Amplience Hubs (environments)

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Amplience.

  1. 08

    Publish content item

    Publish a specific content item version to the live delivery CDN

  2. 09

    Update content item

    Update an existing content item data structure matching its current schema

  3. 10

    List repositories

    List all content repositories within a specific Hub

Observed, not estimated

909ms average. Fast in production.

Amplience is checked daily against the live service.

Daily averagePeak 1123ms
Aug 29Today
Fastest day
838ms
Slowest day
1123ms
14-day trend
Improving-11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Amplience, so you can see the experience inside your AI.

It does not authenticate your account with Amplience. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Amplience Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_JeoiOM8ki8jslAZQLhECHOmHPjVyKZPKjRrtAdGX/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Amplience capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "amplience-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_JeoiOM8ki8jslAZQLhECHOmHPjVyKZPKjRrtAdGX/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Amplience owners ask.

  • 01

    Can the agent push updates without breaking my Amplience JSON schemas?

    Yes. Before invoking the update capability, the agent utilizes context to retrieve the item's precise configuration. It parses the associated Schema ID requirements and injects the updated stringified payload adhering identically to Amplience's validation rules.

  • 02

    Will the integration protect my items against concurrent manipulation issues?

    Yes. Our Amplience server requires the agent to explicitly pass the exact version lock integer on every DELETE or UPDATE request. If a human colleague alters your CMS page while the agent is typing, the AI request is robustly rejected avoiding fatal overwrites.

  • 03

    Can I publish a finalized post straight to the Edge Delivery API from here?

    Absolutely. Once the content looks solid offline, just declare 'Publish this content item now.' The agent resolves the publish_content_item capability pointing to your Edge API and the post lives dynamically on your core frontend instantly.