Labsco
MCP SERVER · OFFICIAL PROJECT

Omilia MCP Tools

by omilia

Build, deploy and smoke-test a conversational agent on Omilia Cloud Platform from a chat prompt.

Reasoning Scaffolds & Agent Workflow Engines
Summary
talk_to_app closes the loop — build it, deploy it, then say something to it.

Most build-a-bot tooling stops at deploy. Here the same session sends a message to the deployed app and reads the reply back, so a change is verified where it lands rather than in a separate console. read_guide is the sensible first call: it returns the canonical workflow instead of leaving the model to infer the order.

What it is

Omilia's own server for OCP. 31 tools that create an orchestrator app, spin up agents, attach knowledge, wire an HTTP tool, deploy and talk to the result. It runs locally and calls OCP over authenticated HTTPS.

What you get
  • 31 tools
  • Discovery — read_guide, list_groups, list_agents, list_knowledge_bases, list_pathfinder_projects, search_orchestrator_apps, search_miniapps, search_numbers, search_variable_collections, search_dialog_logs
  • Orchestrator apps created, read, wired to a Concierge, deployed and messaged — create_orchestrator_app, get_orchestrator_app, add_concierge_to_orc_app, deploy_orc_app, talk_to_app
  • Concierge and Task agents created, instructed, and given sub-agents or escalation queues — create_agent, update_agent_instructions, update_concierge, add_agent_to_concierge, add_escalation_queue_to_agent
  • WebService miniapps as HTTP tools, created, read, edited, prompted and attached to a Task agent — create_webservice_miniapp, get_miniapp, edit_webservice_miniapp, set_miniapp_prompt, create_webservice_agent, add_tool_to_webservice_agent
  • Knowledge attached — create_pathfinder_project, add_faq_to_agent to crawl a URL into an FAQ, add_knowledge_base_to_agent
  • Variables and dialog logs read — get_collection_variables, get_dialog_logs
Requirements

Node 20 or later and uv. npx github:omilia/mcp init runs a wizard that picks your client, collects credentials with masked input, checks prerequisites and prints a pass or fail smoke test before it exits. Authentication is either OCP_USERNAME, OCP_PASSWORD and OCP_KEYCLOAK_REALM (default master), or a personal access token in OCP_ACCESS_TOKEN. Credentials are held in memory only. Claude Desktop, Claude Code, Cursor, VS Code and Codex are supported.

Setup effort

One command plus a key — npx github:omilia/mcp init, then supply credentials