GatherContent Connector for AI agents.
12 live capabilities
Manage structured content projects and editorial workflows from your chat interface.
Waiting for input…
Why people use GatherContent
GatherContent for Structured Content Management
With this Connector, you bring your GatherContent data directly into your AI client. You can ask your agent to pull specific metadata or check the configuration of an entire project without ever leaving your workspace. You get a unified view of your production pipeline.
What Vinkius changes
You get a direct line from your AI agent to your content production pipeline.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Status Audits
A manager asks for a summary of all Review items across three different projects.
- Real-world use case 02
Template Verification
An editor wants to know what fields are needed for a new Blog Post template.
- Real-world use case 03
Bulk Item Creation
An ops lead needs to create 20 placeholder items for a new campaign.
Complete set · 12capabilities
The complete GatherContent capability set.
These are the exact actions your AI can choose when you ask it to work with GatherContent.
01—04
4 capabilities in this set.
Part of 12 available through GatherContent.
- 01 Capability
Update content item
Modify the metadata of an existing content item. Use this to change status or details on the fly.
- 02 Capability
Verify api connection
Check if your connection to the platform is active. This ensures your agent has the right permissions to access your data.
- 03 Capability
Create content item
Add a new content item to your project immediately. You can build out your production list in seconds.
- 04 Capability
Get item content
Pull specific metadata and content from a content item. This lets you see details without opening the web app.
05—08
4 capabilities in this set.
Part of 12 available through GatherContent.
- 05 Capability
Get my identity
Fetch the profile details for your current API session. This confirms who is currently connected to the account.
- 06 Capability
Get project details
Get the configuration and metadata for a specific project. This helps you understand the scope of a project quickly.
- 07 Capability
Get template schema
See the required fields for a specific content template. This ensures your data stays consistent across all entries.
- 08 Capability
List project folders
See the folder hierarchy for your content projects. Use this to navigate complex content structures.
09—12
4 capabilities in this set.
Part of 12 available through GatherContent.
- 09 Capability
List project items
Get a list of all items within a specific project. This gives you a bird's eye view of your content.
- 10 Capability
List content projects
See every content project in your account. Use this to jump between different workstreams easily.
- 11 Capability
List content templates
See all available content templates. This helps you find the right format for new content.
- 12 Capability
List workflow statuses
See the different workflow states for a project. This lets you monitor progress across your team.
Set up in minutes
One URL. Then ask GatherContent to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GatherContent 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_BmvSVZTps5W5d9WUhizS9xRt14hqzZzMJX2NU00a/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 GatherContent, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GatherContent for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_BmvSVZTps5W5d9WUhizS9xRt14hqzZzMJX2NU00a/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 GatherContent URL.
- Step 03
Save and start
Save the connection and enable GatherContent in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gathercontent": {
"url": "https://edge.vinkius.com/vk_preview_BmvSVZTps5W5d9WUhizS9xRt14hqzZzMJX2NU00a/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 GatherContent
Open Agent mode in chat and ask: "Using GatherContent, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gathercontent": {
"url": "https://edge.vinkius.com/vk_preview_BmvSVZTps5W5d9WUhizS9xRt14hqzZzMJX2NU00a/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 GatherContent
Ask Copilot: "Using GatherContent, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gathercontent": {
"url": "https://edge.vinkius.com/vk_preview_BmvSVZTps5W5d9WUhizS9xRt14hqzZzMJX2NU00a/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 GatherContent
Open Cascade and ask: "Using GatherContent, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gathercontent": {
"url": "https://edge.vinkius.com/vk_preview_BmvSVZTps5W5d9WUhizS9xRt14hqzZzMJX2NU00a/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 GatherContent
Ask Cline: "Using GatherContent, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gathercontent --transport http "https://edge.vinkius.com/vk_preview_BmvSVZTps5W5d9WUhizS9xRt14hqzZzMJX2NU00a/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 GatherContent
Ask Claude: "Using GatherContent, show me...". 12 tools are ready
Where the request belongs
Work GatherContent can move forward.
This is for content ops leads and editorial managers who are tired of manually exporting CSVs or clicking through dozens of folders to find a single status update. It's for the people responsible for keeping the content machine running.
Content Strategist
Pulls structured data for reports and audits without needing to do manual exports.
Editorial Manager
Monitors workflow statuses across multiple projects in one unified view.
Content Ops Specialist
Creates placeholder items and verifies template schemas quickly to keep production moving.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKontent.ai (Enterprise Headless CMS)
Manage enterprise content via Kontent.ai. create items, publish language variants, and audit content types.
Contentful
Equip your AI agent to fetch, create, and manage digital content effortlessly using Contentful's headless architecture.
Kontent.ai
Manage content items, types, and taxonomies via Kontent.ai's Delivery and Management APIs directly from your AI agent.
Amplience
Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.
Flotiq
Manage headless content via Flotiq. create and search content objects, handle media assets, audit schemas, and track tenant limits directly from any AI agent.
Sanity
Manage your Sanity Content Lake via AI. execute GROQ queries, manage documents, and handle media assets directly from your agent.
Bring your own AI
Change the model, client or framework. Keep GatherContent 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 GatherContent.
The practical details behind the request, access and result.
Can the GatherContent MCP help me manage my content projects?
Yes. It allows your AI agent to list all your projects, view their configurations, and navigate through your folder structures directly from your chat.
How does the GatherContent MCP handle editorial workflows?
It lets you monitor the different workflow states for your projects, making it easy to see which items are in draft, review, or published status.
Can I use the GatherContent MCP to create new content items?
Absolutely. You can ask your agent to create new content items on the fly to keep your production pipeline moving without manual data entry.
Does the GatherContent MCP support multiple content projects?
Yes, it can list and interact with all the projects in your account, allowing you to switch between different workstreams easily.
Can my AI agent see the metadata for my content items?
Yes, the Connector allows your agent to pull specific metadata and content for any item, giving you a detailed view of your content's details.
How do I use the GatherContent MCP to check project statuses?
You can simply ask your agent to check the workflow statuses for a specific project, and it will return the current states for your content items.
How do I get an API Key for GatherContent?
Log in to your GatherContent account, click on your profile avatar, navigate to Personal Settings > API, and you can generate a new API Key there.
What email should I use for authentication?
You must use the exact email address associated with your GatherContent user account. This email is used as the username for Basic Authentication.
Can I see the structured fields of a content item?
Yes! The 'get_item_content' capability retrieves the full metadata and content for any item, including the specific data values stored in each defined field.
How do I find my Project ID?
You can use the 'list_content_projects' capability to see all your active projects and their corresponding IDs, or look at the URL when you are viewing a project in your browser.
One connection away
Give your agent a direct line to GatherContent.
Connect GatherContent once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available