Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
AI & KnowledgeAuth: OAuth2.1

OneContext hosted MCP server

RAG-as-a-service

OneContext’s hosted MCP server exposes its retrieval-augmented-generation platform to agents, so document search and retrieval pipelines can be called as MCP tools.

Curated by Published Updated

Server description

RAG pipelines as a hosted MCP service

OneContext’s hosted MCP server exposes its retrieval-augmented-generation platform to agents, so document search and retrieval pipelines can be called as MCP tools.

Directory details

Slug
onecontext
Category
AI & Knowledge
Category slug
ai-and-knowledge
Authentication
OAuth2.1
Auth type
oauth

Use with your agent

Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.

Use with your agent
{
  "mcpServers": {
    "onecontext": {
      "url": "https://rag-mcp-2.whatsmcp.workers.dev/sse"
    }
  }
}

Connection links