4,500+ servers built on MCP Fusion
Vinkius
Umbraco logo
Vinkius
CrewAI logo

How to Use the Umbraco MCP in CrewAI

Run autonomous Umbraco operations with CrewAI's multi-agent team structure.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Umbraco MCP on Cursor AI Code Editor MCP Client Umbraco MCP on Claude Desktop App MCP Integration Umbraco MCP on OpenAI Agents SDK MCP Compatible Umbraco MCP on Visual Studio Code MCP Extension Client Umbraco MCP on GitHub Copilot AI Agent MCP Integration Umbraco MCP on Google Gemini AI MCP Integration Umbraco MCP on Lovable AI Development MCP Client Umbraco MCP on Mistral AI Agents MCP Compatible Umbraco MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Umbraco MCP to CrewAI

Create your Vinkius account to connect Umbraco to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Autonomous Document Management via MCP Server

The 'Writer' agent can create new content using `create_cms_document`, passing in a full JSON object. The 'Editor' agent then uses `update_cms_document` to refine fields on that document, executing the change when ready. If a piece of content needs removal, the designated 'Curator' agent handles it by calling `delete_cms_document`. This is an irreversible action built into the autonomous operation.

Researching Umbraco Content with CrewAI

The research team uses `list_delivery_content` and pagination to gather a broad dataset of available content. They can then use `query_delivery_content`, specifying criteria like 'contentType:productPage' to narrow the focus. Furthermore, they can check for specific items using `get_delivery_content_by_id` or by its exact URL path via `get_delivery_content_by_path`.

Browsing Umbraco Assets and Schemas with CrewAI

To build a complete understanding of the site, one agent calls `list_document_types` to get all available schemas. Another agent runs `list_media_assets` to index every image and file in the Umbraco media library. For deep inspection, the team can use `get_management_document`, which pulls content directly from Umbraco’s backoffice/draft system.

Setup guide

Set up Umbraco MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Umbraco tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Umbraco Analyst",
    goal="Access and analyze Umbraco data via MCP.",
    backstory="Expert analyst with direct Umbraco access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Umbraco transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 Umbraco MCP in CrewAI

It uses two tools: `get_delivery_content_by_id` for GUID-based lookups, and `get_delivery_content_by_path` if you only have the URL slug. Either way, the agent gets the content details right away.
The `list_document_types` tool is built for this. It returns a list of every document type defined in your Umbraco environment, which guides the rest of the crew’s work.
Absolutely. The `get_management_document` tool accesses the Umbraco Management API specifically for draft and backoffice visibility, allowing your autonomous crew to work with unpublished content.
Yes. The `list_delivery_content` tool supports both `take` and `skip`. This means the crew can reliably process massive amounts of data in batches, preventing timeouts.
Since this MCP Server touches content schemas and media assets, you must ensure the credentials provided to the crew only allow access to the specific document IDs or paths needed for the operation.

Start using the Umbraco MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Umbraco. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.