Vinkius
Relevance AI

Relevance AI MCP for AI. Run complex data workflows and agents from chat.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Relevance AI MCP on Cursor AI Code EditorRelevance AI MCP on Claude Desktop AppRelevance AI MCP on OpenAI Agents SDKRelevance AI MCP on Visual Studio CodeRelevance AI MCP on GitHub Copilot AI AgentRelevance AI MCP on Google Gemini AIRelevance AI MCP on Lovable AI DevelopmentRelevance AI MCP on Mistral AI AgentsRelevance AI MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

Relevance AI MCP Server lets your agent run complex data operations and autonomous workflows right from the chat interface. It wraps your custom agents, knowledge datasets, and API tools into a single command center for managing unstructured data and executing multi-step logic.

What your AI can do

Delete documents

Permanently removes documents from a specific knowledge dataset using their IDs. This action is irreversible.

List tasks

Returns a list of all predefined, chained prompt sequences or micro-tasks in the studio.

List tools

Lists every custom tool registered within your Relevance AI environment for discovery purposes.

+ 7 more capabilities included
Run Autonomous Agents

Your agent executes pre-built, multi-step worker configurations by calling trigger_agent.

Manage Knowledge Data

You control the contents of your vector databases using tools like insert_documents, get_documents, and delete_documents.

Orchestrate Workflows

Your agent runs predefined, chained prompt sequences by calling trigger_task.

Discover System Components

You list all available agents (list_agents), datasets (list_datasets), and custom tools registered in the system.

Included with Plan

Waiting for input…

AI Agent

Relevance AI MCP Server: 10 Tools for Data Control

These tools let you programmatically control everything in Relevance AI—from running agents to managing the raw documents inside your knowledge base.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Relevance AI on Vinkius

Delete Documents

Permanently removes documents from a specific knowledge dataset using their IDs. This action is irreversible.

List Tasks

Returns a list of all predefined, chained prompt sequences or micro-tasks in the...

List Tools

Lists every custom tool registered within your Relevance AI environment for...

Trigger Agent

Starts an execution run for a specific autonomous agent by providing necessary input...

Trigger Task

Executes a specific, predefined workflow or chained prompt sequence (a task)...

Get Agent Run

Retrieves the status and detailed log history for a specific, completed agent run ID.

Get Documents

Reads and returns all raw unstructured data entries currently stored in a specified knowledge dataset.

Insert Documents

Takes an array of objects and saves them as new, persistent records into a...

List Agents

Returns a list containing the names and IDs of all custom AI workers configured in...

List Datasets

Retrieves a list of every knowledge table (dataset) available within your current...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Relevance AI integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Relevance AI, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Relevance AI MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Relevance AI. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 10 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Managing data insights usually means switching between five different apps.

Today, generating a full competitive analysis requires this mess: You copy key findings from the chat into Notion; you export structured metadata to Google Sheets for analysis; and then, you manually upload those final summaries back into your internal knowledge base. It's a loop of copy-paste that wastes hours.

With Relevance AI MCP Server, the process collapses. Your agent takes the raw output, runs `trigger_task` through validation steps, and uses `insert_documents` to save everything in one go. The entire complex workflow happens transparently within your chat.

Relevance AI MCP Server: Orchestrate agents and data flow from the command line.

Before this, running a multi-stage job meant logging into the Relevance AI studio GUI. You'd have to click 'Run,' wait on loading screens, check the logs in one tab, and then navigate back to another area to save the final output.

Now? You just prompt your agent: 'Research Company X, run it through the lead qualification task, and store the results.' The server handles all those clicks—`trigger_agent`, `get_agent_run`, `insert_documents`—behind the scenes. It's immediate.

What your AI can actually do with this

This MCP Server gives your AI client a full command center for handling complex data operations and running autonomous workflows right from the chat. You're not just talking to an agent; you're controlling its entire operational stack.

To get started, you'll first need to know what's available. You can call list_agents to pull up a list of every custom AI worker configured in your studio, giving you their names and IDs. If you want to see the data sources you have access to, use list_datasets to retrieve every knowledge table currently scoped to your project.

To discover all the specific functions built into your Relevance AI setup, run list_tools, which lists every custom tool registered in your environment. You can also check out predefined workflows by calling list_tasks; this returns a list of all chained prompt sequences or micro-tasks you've set up.

When it comes to managing the raw knowledge data—your vector databases—you're in charge. To read all the unstructured text entries sitting in a specific dataset, call get_documents. If you need to save fresh records into your persistent storage, use insert_documents, which accepts an array of objects and saves them instantly to a designated dataset.

You can also clean up old or irrelevant data by running delete_documents; this permanently removes documents from a specified knowledge dataset using their IDs. Remember, that action is irreversible.

To make your agent do something complex, you run it through its specialized tools. For executing pre-built, multi-step worker configurations, you'll use trigger_agent, where you provide all necessary input parameters in JSON format to start the process. If you need to know what that agent did after it ran, call get_agent_run with a specific run ID; this retrieves the full status and detailed log history of that completed agent session.

For running predefined, chained prompt sequences—the tasks you've built out—you execute them immediately using trigger_task. This bypasses the agent setup and runs the task directly.

Basically, everything your AI client needs to operate—from finding data sources (list_datasets), reading raw text (get_documents), writing new records (insert_documents), deleting bad data (delete_documents), listing available workers (list_agents), or kicking off a full automated process (trigger_agent or trigger_task)—it's all here. You can monitor the entire flow without having to leave your chat interface.

Built · Hosted · Managed by Vinkius Relevance AI MCP Server - Manage Knowledge & Agents
Server ID 019d75fe-4c07-7355-bec7-a7b4a17c82cd
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I list all available agents in Relevance AI using `list_agents`? +

Run the list_agents tool directly with your agent. This returns a full inventory, giving you the names and unique IDs of every worker configured for your project.

What is the difference between `trigger_agent` and `trigger_task`? +

list_agents runs an autonomous workflow based on a set of rules. trigger_task executes a specific, pre-defined chain of prompts that you've already built into a task.

If I use `insert_documents`, does it overwrite old data? +

No. The insert_documents tool appends new records to the dataset. If you need to change existing data, you should retrieve the ID first using get_documents and then follow the appropriate update workflow.

How do I check if an agent finished running correctly? +

After triggering an agent, you must capture the Run ID. Use that ID with get_agent_run. This tool provides the status and all log details to confirm completion.

Can I delete documents using a simple text search? +

No. The delete_documents tool requires specific document IDs. You must first use get_documents or another method to find the exact identifiers before deletion is possible.

Before I use `list_datasets`, what specific API keys or permissions must my AI client have? +

You need a valid Project ID, API Key, and Region defined in your Relevance AI settings. These credentials give your agent the necessary scope to access the knowledge table metadata.

When I call `get_documents`, what specific raw fields does the API return about each record? +

The function returns structured metadata, including document content, source IDs, and timestamps. This allows your agent to process not just the text, but also when it was added.

If I use `trigger_agent`, how do I check for execution failures or rate limits? +

Check the run logs using get_agent_run to pinpoint failure reasons. Failure usually means invalid input JSON, but sustained errors may indicate hitting API rate limits.

Can the agent monitor a long-running relevance AI agent task? +

Yes. You can trigger an agent using trigger_agent, and because it provides a run_id, you can explicitly prompt your local Assistant to periodically "check in on the status using get_agent_run every minute until finished" or ask it to summarize the step-by-step agent logs after completion.

What is the differences between tasks, tools, and agents in Relevance AI? +

Agents are autonomous workers capable of making step-by-step reasoning choices based on instructions and tools. Tasks are linear, pre-chained sets of commands and prompts. Tools (list_tools) are the individual capabilities, like a custom API integration or web scraper, that tasks and agents utilize to perform their actions.

How do I find my specific Region and Project ID? +

These details are typically nested within the URL string when you are logged into your workspace or found globally in your developer API keys configuration pane inside your Relevance AI team dashboard. The Region is usually something like 'us-east-1' or 'v2'.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Relevance AI. 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.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.