Vinkius
R2R

R2R MCP. Query your private knowledge base directly from your AI client.

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

R2R MCP on Cursor AI Code Editor MCP Client R2R MCP on Claude Desktop App MCP Integration R2R MCP on OpenAI Agents SDK MCP Compatible R2R MCP on Visual Studio Code MCP Extension Client R2R MCP on GitHub Copilot AI Agent MCP Integration R2R MCP on Google Gemini AI MCP Integration R2R MCP on Lovable AI Development MCP Client R2R MCP on Mistral AI Agents MCP Compatible R2R MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

R2R connects your AI agent directly to your private knowledge base. Execute vector searches, run precise Retrieval-Augmented Generation (RAG) queries, and manage documents without leaving your chat interface.

It lets your agent ask questions against proprietary data—not just general web knowledge.

What your AI agents can do

Get document

Retrieves full details for a single, specified document using its ID.

Get health

Pings the R2R server to confirm its operational status and readiness for use.

List collections

Returns a list of all distinct, organized document collections available in the system.

+ 3 more capabilities included
Search Documents by Meaning

Performs semantic similarity searches across all ingested documents using the search tool.

Generate Answers from Context

Runs advanced RAG queries via rag_query, summarizing answers based on retrieved vector data chunks.

View Document Details

Retrieves specific metadata and content details for a known document using the get_document tool.

Enumerate Available Data Sets

Lists all distinct document collections available in your R2R system via the list_collections tool.

List All Indexed Files

Retrieves a list of every ingested document ID and its basic metadata using the list_documents tool.

Check Server Status

Verifies if the R2R server is operational and ready to accept vector operations with get_health.

Supported MCP Clients

OAuth 2.0 Compatible
Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
Vinkius runs on Zendesk Zendesk
+ other MCP clients
Included with Plan

Waiting for input…

AI Agent

R2R MCP Server: 6 Tools for Document & Vector Search

These six tools allow your AI client to interact directly with your R2R knowledge base. Use them to search, list metadata, and generate summaries from proprietary documents.

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 R2R on Vinkius
get019d75fb

get document

Retrieves full details for a single, specified document using its ID.

get019d75fb

get health

Pings the R2R server to confirm its operational status and readiness for use.

list019d75fb

list collections

Returns a list of all distinct, organized document collections available in the system.

list019d75fb

list documents

Lists metadata and IDs for every ingested file within a specified collection.

rag019d75fb

rag query

Executes a specialized RAG query to summarize knowledge based on vector data retrieval.

action019d75fb

search

Performs a semantic search against the document database, finding contextually relevant chunks of text.

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 R2R, then connect any of our 4,900+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 4,900+ 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
R2R 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 R2R. 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 server provides 6 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Accessing internal knowledge shouldn't require three different dashboards and five manual API calls.

Today, if your AI needs policy information, you probably have to log into the document management system, find the right collection, manually verify the file ID, run a search query on that specific endpoint, and then copy-paste the results into the chat. It’s slow, it breaks easily, and it's exhausting.

With this MCP Server, you just ask your agent: 'What is the current policy?' The agent runs `search` or `rag_query` internally. You get a single, sourced answer—no dashboard hopping required.

RAG Query: Get summarized answers without building complex payloads.

Before this server, asking for an advanced summary meant manually structuring the prompt, defining context windows, and managing retrieval parameters—all before you even hit 'send.' It was a process reserved for dedicated dev scripts.

Now, calling `rag_query` handles all that. You just ask the question. The R2R server manages the complex steps of vector retrieval, chunking, and summarization so your agent delivers clean, actionable text.

What you can do with this MCP connector

This server connects your AI agent directly to your private knowledge base. You can run vector searches and execute precise Retrieval-Augmented Generation (RAG) queries without ever leaving your chat interface. It lets your agent ask questions against proprietary data—not just general web knowledge.

Checking the System Status

You start by verifying everything's running right with get_health. You call this tool to ping the R2R server, confirming its operational status and making sure it’s ready for vector operations. It gives you a clean confirmation that your connection is good to go.

Mapping Out Your Data Inventory

Before querying anything, you gotta know what data you're working with. You use list_collections when you need a rundown of all the distinct, organized document groups available in the entire system. This shows you the top-level categories of your knowledge. Next, if you select a specific collection, you run list_documents.

This tool lists metadata and IDs for every ingested file within that selected grouping, giving you an inventory count and basic details for everything stored.

If you need to pull the full context—the actual content and deep metadata for one specific piece of writing—you use get_document, passing in a known document ID. This retrieves all the detailed information attached to that single file record.

Performing Searches and Generating Answers

You've checked the inventory; now you need answers. For a foundational understanding, you can run a semantic search using the search tool. It performs a deep similarity search across every ingested document, finding contextually relevant chunks of text based on meaning, not just matching keywords. This is how your agent figures out what's related to what.

When you need more than just a few snippets, you run advanced RAG queries using rag_query. This specialized tool executes the full Retrieval-Augmented Generation process, summarizing answers directly from multiple retrieved vector data chunks. It gives your agent a synthesized answer based on deep knowledge extraction, which is way better than simple search results.

How You Use It in Practice

Your AI client calls one of these tools—like list_collections to see what's available first, or search when you know the topic. The R2R server processes that request against your private vector store and sends back the clean data, context, or summarized answer right into your chat workflow for final use by your agent.

It handles the complexity of proprietary data retrieval so you don't have to.

You control the entire process: checking status with get_health, scoping down your files using list_collections and then list_documents, pulling specific texts via get_document, finding relevant passages with search, or generating a comprehensive answer using rag_query. It keeps all this powerful, private data management right inside the chat interface.

Built · Hosted · Managed by Vinkius R2R MCP Server - Vector Search & Knowledge Retrieval Server ID 019d75fb-ebff-73be-bf21-8949a98dc365
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Common Questions About R2R MCP

What URL should I use for the R2R API URL? +

If you are running R2R locally via Docker, it's typically http://localhost:7272. If you are using SciPhi Cloud or have it deployed on your own infrastructure, provide the exact public or private endpoint.

Do I need an R2R API Key? +

It depends on your deployment. Open deployments for local testing may not require a key. Production deployments or SciPhi Cloud environments require you to provide the generated key.

What is the difference between RAG and Search? +

The search tool issues a standard vector similarity match—it returns relevant raw snippets from your database. The rag_query tool asks the R2R server to perform the search and compute an intelligent answer wrapping those snippets using an LLM.

Are document ingestions possible via chat? +

No. This integration is designed for observational toolsets (listing documents, inspecting states, querying the index). Heavy ingestions of PDFs or websites should be handled through scripts or the dashboard.

How do I verify that the R2R server is operational using the `get_health` tool? +

The get_health tool confirms active connectivity. A successful response, like status: ok, means your AI client can send vector operations without connection issues.

What information does running `list_documents` provide about my knowledge base? +

list_documents gives you an inventory of every file ingested into the R2R system. It lists document IDs and names, allowing you to know what data is available before querying it.

What should I do if my `rag_query` request fails or times out? +

If a query fails, check your server logs for specific errors. Large queries might hit rate limits; try breaking the task down into smaller chunks to prevent timeouts.

Using `get_document`, what metadata can I retrieve about a single file? +

The get_document tool pulls specific details and attributes for one known document ID. You get structured data like creation dates, collection IDs, or author info.

Built & Managed by Vinkius 30s setup 6 tools

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

No hosting. No infrastructure. No complex setup.
All 6 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.