Agility CMS Connector for AI agents.
10 live capabilities
Query your headless CMS content and page layouts using natural language.
Waiting for input…
Why people use Agility CMS
Agility CMS Content Management for Faster Web Development
With this Connector, you just ask your agent to show you the layout for a specific page. It pulls the modules, UI components, and structural definitions immediately. You stay in your editor and get the info you need in seconds.
What Vinkius changes
You get a conversational interface for your headless CMS data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick Layout Checks
A developer asks for the modules on the home page.
- Real-world use case 02
Content Audits
A manager searches for 'summer' in the blog list.
- Real-world use case 03
SEO Mapping
An SEO lead asks for a list of all URLs.
Complete set · 10capabilities
The complete Agility CMS capability set.
These are the exact actions your AI can choose when you ask it to work with Agility CMS.
01—04
4 capabilities in this set.
Part of 10 available through Agility CMS.
- 01 Capability
Count reference items
See the total number of items in a specific content list. This helps you quickly check the size of your data sets.
- 02 Capability
Get media gallery
Pull a specific group of photos and media assets. Use it to grab all the imagery for a specific section.
- 03 Capability
Get single item
Fetch the full content payload for one specific item using its ID. This is the fastest way to grab a single article or product.
- 04 Capability
Get page layout
Get the structural modules and UI components for a single page. Use this to see exactly how a page is built.
05—07
3 capabilities in this set.
Part of 10 available through Agility CMS.
- 05 Capability
Get site flat router
Fetch a complete list of every route and page in your CMS. It is perfect for getting a high-level view of your site map.
- 06 Capability
Get site tree
Get the nested sitemap architecture for a specific channel. It helps you understand how your content is organized hierarchically.
- 07 Capability
List content items
Pull a list of items from a specific CMS reference list. Use this to browse through your blog posts or products.
08—10
3 capabilities in this set.
Part of 10 available through Agility CMS.
- 08 Capability
Search content reference
Look for specific keywords inside a content reference list. This makes finding specific entries much faster than manual filtering.
- 09 Capability
Sync incremental items
Get only the items that have changed since your last sync. It is the most efficient way to keep your local data fresh.
- 10 Capability
Sync incremental pages
Fetch only the updated pages since your last sync token. Use this to keep your site router up to date without re-downloading everything.
Set up in minutes
One URL. Then ask Agility CMS to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Agility CMS from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5eswiSmSUebcV9cwXlY54rj1CtGkp8fDqrTfU030/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Agility CMS, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Agility CMS for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5eswiSmSUebcV9cwXlY54rj1CtGkp8fDqrTfU030/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Agility CMS URL.
- Step 03
Save and start
Save the connection and enable Agility CMS in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"agility-cms": {
"url": "https://edge.vinkius.com/vk_preview_5eswiSmSUebcV9cwXlY54rj1CtGkp8fDqrTfU030/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Agility CMS
Open Agent mode in chat and ask: "Using Agility CMS, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"agility-cms": {
"url": "https://edge.vinkius.com/vk_preview_5eswiSmSUebcV9cwXlY54rj1CtGkp8fDqrTfU030/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Agility CMS
Ask Copilot: "Using Agility CMS, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"agility-cms": {
"url": "https://edge.vinkius.com/vk_preview_5eswiSmSUebcV9cwXlY54rj1CtGkp8fDqrTfU030/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Agility CMS
Open Cascade and ask: "Using Agility CMS, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"agility-cms": {
"url": "https://edge.vinkius.com/vk_preview_5eswiSmSUebcV9cwXlY54rj1CtGkp8fDqrTfU030/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Agility CMS
Ask Cline: "Using Agility CMS, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add agility-cms --transport http "https://edge.vinkius.com/vk_preview_5eswiSmSUebcV9cwXlY54rj1CtGkp8fDqrTfU030/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Agility CMS
Ask Claude: "Using Agility CMS, show me...". 10 tools are ready
Where the request belongs
Work Agility CMS can move forward.
This is for the frontend dev tired of hunting for page IDs, the content manager auditing huge lists, and the SEO specialist mapping out site architecture.
Frontend Developer
Uses the Connector on Tuesday afternoons to pull page layouts so they know exactly which UI components to build for a new landing page.
Content Manager
Audits large content lists and searches for specific entries to ensure the CMS is populated correctly without manual filtering.
SEO Specialist
Analyzes the site router and sitemap architecture to identify content gaps and map out new URL structures.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAmplience
Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.
Sitecore
Manage your Sitecore CMS via AI agents. create, search, and update content items, templates, layouts, and workflows directly from your chat.
Payload CMS
Manage your Payload CMS instance. query collections, inspect documents, and manage content directly from your AI agent.
Elemeno
Equip your AI agent to manage content collections, track singletons, and monitor items via the Elemeno CMS API.
CrafterCMS
Manage and query content from CrafterCMS. fetch pages, components, and trees, execute GraphQL/OpenSearch queries, and manage engine cache directly from your AI agent.
Cockpit (Self-hosted Headless CMS API)
Manage your self-hosted Cockpit CMS content, assets, and menus directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Agility CMS connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Agility CMS.
The practical details behind the request, access and result.
Can I use Agility CMS MCP to create new content?
No, this Connector is designed for querying and fetching existing content. You can use it to read layouts, sitemaps, and lists, but you should use the Agility CMS dashboard to create or edit content.
How does Agility CMS MCP help with SEO?
It helps SEO specialists quickly map out the site's URL structure and sitemaps. You can ask your agent to list all routes or show the nested site tree to find content gaps.
Can my agent find specific page layouts with this Connector?
Yes, your agent can pull the exact structural modules and UI component mappings for any page. This is great for developers who need to see how a page is built while they are coding.
Does Agility CMS MCP support media galleries?
Yes, it can retrieve specific media gallery mappings. This allows your agent to find and list specific groups of photos or images for your pages.
Is Agility CMS MCP good for syncing content?
Yes, it includes capabilities to sync only the updated pages or items. This makes it efficient for keeping your local environment in sync with the CMS without downloading everything every time.
Can I search for keywords in my content lists?
Yes, you can ask your agent to search for specific keywords inside any content reference list. It will return the matching items from your headless CMS environment.
Can my agent keep track of incremental updates to my CMS items?
Yes. The agent has capabilities specifically designed to fetch incremental updates using a sync token. It can request only the CMS items or pages that have changed (created, updated, or deleted) since the last automated sync, optimizing fetch latency.
How do I find the correct Reference Name to query content?
Reference Names match the identifiers predefined in your Agility CMS Models architecture (such as 'articles', 'authors', or 'posts'). If you are unsure, ask the agent to scan common variables based on your company's naming conventions.
Can my agent preview unpublished drafting content?
That depends on the API Token you supply during the integration. If you provide a Preview API Key, the agent will have read-access to the staging and drafted documents. If you provide a Fetch API key, it will only see published items.
One connection away
Give your agent a direct line to Agility CMS.
Connect Agility CMS once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available