orchata-mcp

Automate Orchata knowledge base access through MCP server tools.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/orchata-ai/orchata-skills --skill orchata-mcp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchata-mcp
Source: https://github.com/orchata-ai/orchata-skills/tree/main/skills/orchata-mcp
Command: npx skills add https://github.com/orchata-ai/orchata-skills --skill orchata-mcp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates programmatic access to Orchata knowledge bases via MCP tools for managing spaces and documents in MCP-enabled environments.

Core Features & Use Cases

  • MCP function access: list_spaces, query_spaces, get_document_tree, and manage_space-like actions for spaces and documents.
  • Tree-based navigation and programmatic management: navigate and update content within spaces and documents through MCP.
  • Use cases: automate knowledge-base onboarding, perform batch updates, and integrate Orchata actions into agent workflows.

Quick Start

Invoke MCP tools to list spaces, search documents, and manage knowledge bases from your automation workflow.

Frequently Asked Questions about orchata-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate programmatic access to knowledge bases via MCP?

Automating programmatic access to knowledge bases via MCP is done by invoking specific MCP server tools to list spaces, query documents, and manage content trees. This allows structured space and document management within automation workflows.

How do I navigate document trees in an MCP-enabled environment?

Navigating document trees in an MCP-enabled environment is accomplished using the get_document_tree MCP command. This provides tree-based navigation to browse and update content within specific spaces programmatically.

Can I perform semantic search and batch updates on spaces using MCP commands?

Performing semantic search and batch updates on spaces using MCP commands is fully supported. You can use query_spaces to search documents and automate batch updates by integrating these actions into agent workflows.

What is needed to integrate knowledge-base management into agent workflows?

Integrating knowledge-base management into agent workflows requires an MCP-enabled environment. You invoke MCP server tools like list_spaces and manage_space-like actions to automate knowledge-base onboarding and updates.

Does MCP automation support structured space and document management?

MCP automation supports structured space and document management through well-defined MCP commands and data models. It fulfills requirements for organizing spaces, browsing document trees, and executing semantic search.

When should I use MCP tools for knowledge-base onboarding?

Using MCP tools for knowledge-base onboarding is ideal when you need to automate programmatic access to Orchata spaces. It allows you to systematically list, query, and manage document structures within automated workflows.