ArcXP Connector for AI agents.
10 live capabilities
Manage newsroom content and media assets via natural language.
Waiting for input…
Why people use ArcXP
Manage Newsroom Content Faster with ArcXP
This Connector lets you talk to your newsroom. You can find a story, update its content, or grab a photo from your media library just by asking your agent. You get a streamlined way to push content live without the usual overhead.
What Vinkius changes
You get a natural language interface for your entire ArcXP content library.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding archive material
An editor needs to find every story about a specific local event from 2019.
- Real-world use case 02
Breaking news updates
A reporter needs to update a live blog with new facts.
- Real-world use case 03
Media gathering
A producer needs a high-res photo for a new feature.
Complete set · 10capabilities
The complete ArcXP capability set.
These are the exact actions your AI can choose when you ask it to work with ArcXP.
01—04
4 capabilities in this set.
Part of 10 available through ArcXP.
- 01 Capability
Delete ans content
Delete_ans_content removes specific stories from your CMS. Use this only when you want to permanently destroy assets.
- 02 Capability
Get ans content
Get_ans_content fetches the full JSON payload for a story. It lets you see every detail of a specific content node.
- 03 Capability
Get content author
Get_content_author pulls a specific reporter's biography. It helps you quickly find details about your newsroom contributors.
- 04 Capability
Get photo asset
Get_photo_asset retrieves a specific photo from your media library. It is perfect for grabbing images for a new story.
05—07
3 capabilities in this set.
Part of 10 available through ArcXP.
- 05 Capability
Get video asset
Get_video_asset pulls a specific video asset from your video center. Use it to get transcoding streams for your feed.
- 06 Capability
List content authors
List_content_authors lists all publishers in your author service. It gives you a full view of your newsroom's contributors.
- 07 Capability
Search ans content
Search_ans_content searches your entire newsroom library. It uses advanced syntax to find specific historical reports.
08—10
3 capabilities in this set.
Part of 10 available through ArcXP.
- 08 Capability
Search photo assets
Search_photo_assets searches for photos in your media library. It helps you find specific visuals across your entire collection.
- 09 Capability
Create ans content
Create_ans_content creates new stories in your CMS. It ensures your content follows the Arc Native Schema automatically.
- 10 Capability
Update ans content
Update_ans_content publishes revisions to your existing articles. It lets you push updates without opening the CMS editor.
Set up in minutes
One URL. Then ask ArcXP to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ArcXP 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_sbG2A8ouvnjTVPhSpVrr8SXRsLL0Feld5LH5iw7D/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 ArcXP, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ArcXP for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sbG2A8ouvnjTVPhSpVrr8SXRsLL0Feld5LH5iw7D/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 ArcXP URL.
- Step 03
Save and start
Save the connection and enable ArcXP in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"arcxp": {
"url": "https://edge.vinkius.com/vk_preview_sbG2A8ouvnjTVPhSpVrr8SXRsLL0Feld5LH5iw7D/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 ArcXP
Open Agent mode in chat and ask: "Using ArcXP, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"arcxp": {
"url": "https://edge.vinkius.com/vk_preview_sbG2A8ouvnjTVPhSpVrr8SXRsLL0Feld5LH5iw7D/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 ArcXP
Ask Copilot: "Using ArcXP, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"arcxp": {
"url": "https://edge.vinkius.com/vk_preview_sbG2A8ouvnjTVPhSpVrr8SXRsLL0Feld5LH5iw7D/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 ArcXP
Open Cascade and ask: "Using ArcXP, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"arcxp": {
"url": "https://edge.vinkius.com/vk_preview_sbG2A8ouvnjTVPhSpVrr8SXRsLL0Feld5LH5iw7D/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 ArcXP
Ask Cline: "Using ArcXP, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add arcxp --transport http "https://edge.vinkius.com/vk_preview_sbG2A8ouvnjTVPhSpVrr8SXRsLL0Feld5LH5iw7D/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 ArcXP
Ask Claude: "Using ArcXP, show me...". 10 tools are ready
Where the request belongs
Work ArcXP can move forward.
This is for newsroom leads and editors who are tired of the click-heavy nature of traditional CMS platforms and want to move content faster.
News Editor
Updates breaking news stories and pulls archive material instantly during live events.
Media Engineer
Automates bulk content updates and sanitizes raw CMS payloads to keep the feed clean.
Digital Publisher
Manages large-scale content distribution and tags stories across multiple platforms.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGatherContent
Manage structured content projects, track items, and oversee workflows via AI agents with GatherContent.
Amplience
Connect your Amplience CMS to your AI agent. query hubs, pull content, edit schemas, and deploy live items easily via chat.
Joomag
Manage digital publications, issues, and analytics via Joomag API.
Ghost
Publish and monetize your content with a modern headless CMS built for newsletters, memberships, and independent creators.
Kontent.ai (Enterprise Headless CMS)
Manage enterprise content via Kontent.ai. create items, publish language variants, and audit content types.
Agility CMS
Manage and query your Agility CMS content through AI. navigate sitemaps, search lists, and fetch layouts.
Bring your own AI
Change the model, client or framework. Keep ArcXP 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 ArcXP.
The practical details behind the request, access and result.
Does ArcXP MCP help with newsroom automation?
Yes, it allows you to automate many manual tasks like content updates, media retrieval, and author management through a natural language interface.
Can I use it to search my old articles?
You can search your entire archive using advanced queries to find specific historical reports or stories instantly.
How does it help with media files?
It lets your agent find and pull high-resolution photos and video assets directly from your media library into your workflow.
Can it update stories I've already published?
Yes, you can push revisions and updates to existing articles without having to manually navigate the CMS editor.
Is it good for managing reporter bios?
It provides a way to list all publishers and query specific reporter biographies to keep your author data organized.
Can I use it to delete old content?
You can use it to permanently remove stories from your CMS when they are no longer needed or require deletion.
Can my AI automatically rewrite an older story using Arc Native Schema and safely publish the update?
Absolutely. Ask your agent to fetch a specific story by its ID. It understands the complex JSON structure of ANS, allows you to instruct it on what changes to make (e.g., 'Update the headline and add this new quote to paragraph 3'), and can dispatch an update command that preserves the content tree without breaking the CMS.
Is it possible to find specific high-res photos inside the ArcXP Media Library using natural language?
Yes! Use the photo assets search action to query tags or captions using descriptive words. The AI fetches the asset ID, caption, credit strings, and directly accessible image URLs, letting you browse your editorial imagery seamlessly.
Can I query what articles a specific editor has authored?
Yes! You can retrieve the Editor ID from the Author service and run an Elasticsearch query targeting their author object in the search capability. This quickly compiles all the CMS output for that specific reporter.
One connection away
Give your agent a direct line to ArcXP.
Connect ArcXP once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available