How to Use the Agility CMS MCP in Claude Code
Connect Claude Code to Agility CMS for headless content operations. Automate backups, run audits, and query your CMS from any shell.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Agility CMS MCP to Claude Code
Create your Vinkius account to connect Agility CMS to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automate content synchronization
The `sync_incremental_items` and `sync_incremental_pages` tools are built for automation. Use Claude Code in a cron job to call these tools and pull down any content that has changed since the last run. It's a simple, reliable way to back up your CMS. You can pipe the JSON output directly to a file, a database, or another service. Start with a sync token of 0 for a full backup, then use the returned token on subsequent runs for fast, incremental updates. This is perfect for CI/CD pipelines.
Run site health checks from the CLI
This MCP server lets you audit your Agility CMS site without a browser. Write a simple shell script that uses Claude Code to call `get_site_tree` and `get_site_flat_router`. You'll get the entire sitemap and route list as clean JSON. Pipe that output to tools like `jq` or `grep` to check for malformed URLs, count pages in a section, or verify that certain pages exist. Schedule it to run daily and you'll catch structural problems right away.
Query your CMS from the terminal
Forget logging into the Agility CMS dashboard to find something. With Claude Code, your terminal is your query interface. Use the `search_content_reference` tool to find an item by keyword, or grab it directly with `get_single_item` if you know the ID. Because Claude Code is just a CLI, you can integrate it anywhere. Chain commands together to fetch content, transform it with `jq`, and then send it to another API with `curl`. It turns your CMS into a data source you can script against.
Set up Agility CMS MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeagility-cms-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Agility CMS transactions." It will automatically discover and invoke the available Agility CMS tools.
claude mcp add --transport http agility-cms-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Agility CMS MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Agility CMS MCP today
We host it, we monitor it, we maintain it. You just paste one token.