Skip to main content
Glama

Obscura AI — генератор рабочих процессов ИИ для любого LLM или агента кодинга

Опишите любой бизнес-процесс. Получите визуальный рабочий процесс автоматизации на базе ИИ, который можно редактировать, экспортировать и распространять — внутри Claude, Cursor, Windsurf, вашего терминала или любого клиента, совместимого с MCP.

Попробовать конструктор бесплатно | Веб-сайт


Что это делает

Этот MCP-сервер подключает вашего ИИ-ассистента или агента кодинга к конструктору рабочих процессов Obscura AI. Когда вы просите его составить карту бизнес-автоматизации, он генерирует интерактивный визуальный рабочий процесс и предоставляет ссылку, по которой его можно открыть, отредактировать и распространить.

Без API-ключа. Без регистрации. Бесплатно.

Пример

Вы: "Составь карту автоматизации для регистрации гостей в моем отеле"

Claude / Cursor / ваш агент: Вот ваш рабочий процесс — 6 шагов, охватывающих всё от подтверждения бронирования до отзыва после проживания.

Открыть рабочий процесс: https://obscuraai.xyz/builder?d=eJxVjk...

Ссылка открывает визуальный холст, где вы можете перетаскивать узлы, редактировать метки, а также экспортировать или распространять схему.


Related MCP server: task-orchestrator

Совместимые клиенты

Клиент

Тип

Claude Desktop

Настольное приложение

Claude Code

CLI / терминал

Cursor

IDE

Windsurf

IDE

Cline

Расширение VS Code

Continue.dev

VS Code / JetBrains

Zed

Редактор

Любой MCP stdio клиент

CLI / пользовательские агенты

HTTP direct

LangChain, CrewAI, пользовательские LLM


Поддерживаемые отрасли

Отрасль

Примеры рабочих процессов

Гостиничный бизнес

Коммуникация с гостями, бронирование столиков, координация с поставщиками, планирование мероприятий

Недвижимость

Конвейер объектов, управление арендаторами, обработка документов

Агентства

Онбординг клиентов, контент-конвейер, квалификация лидов

Юриспруденция

Интеллектуальная обработка документов, прием дел, комплаенс

Финансы

Проверки KYC, отчетные конвейеры, автоматизация счетов

14 готовых шаблонов рабочих процессов с возможностью настройки меток с учетом специфики отрасли.


Настройка

Claude Desktop

Добавьте в свой файл конфигурации:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "obscura": {
      "command": "npx",
      "args": ["-y", "@obscuraai/mcp-server"]
    }
  }
}

Перезапустите Claude Desktop. Вы увидите "obscura" среди подключенных инструментов.

Claude Code (CLI)

claude mcp add obscura -- npx -y @obscuraai/mcp-server

Cursor / Windsurf / Cline

Добавьте в свои настройки MCP (обычно mcp.json или аналогичный файл):

{
  "mcpServers": {
    "obscura": {
      "command": "npx",
      "args": ["-y", "@obscuraai/mcp-server"]
    }
  }
}

Терминал / пользовательский агент (stdio)

npx -y @obscuraai/mcp-server

Сервер использует JSON-RPC через stdin/stdout — передавайте сообщения напрямую от любого агента.

HTTP-эндпоинт (LangChain, CrewAI, пользовательские LLM)

POST https://obscuraai.xyz/api/mcp
Content-Type: application/json

Аутентификация не требуется. Вызывайте его из любого агента или фреймворка LLM, поддерживающего HTTP.


Справочник инструментов

generate_obscura_workflow

Генерирует визуальный рабочий процесс и возвращает ссылку для доступа к интерактивному холсту.

Параметр

Тип

Обязательный

Описание

description

string

Да

Бизнес-процесс для автоматизации

industry

string

Нет

hospitality, real-estate, agencies, professional-services, finance, legal, events, other

Попробуйте попросить своего агента:

  • "Составь карту автоматизации для квалификации лидов в моем агентстве"

  • "Разработай рабочий процесс коммуникации с гостями для отеля в Дубае"

  • "Создай конвейер обработки документов для юридической фирмы"

  • "Создай поток запросов на техническое обслуживание для управления недвижимостью"


О компании Obscura AI

Obscura AI создает пользовательские рабочие процессы ИИ, агентов и автоматизацию для современного бизнеса. Мы внедряем системы за дни, а не месяцы.

Основатель: Prince Adza

Обслуживаемые рынки: Дубай, Монте-Карло, Южная Африка, Сингапур, Лондон, а также расширение присутствия в Северной Америке и Европе.


Лицензия

MIT

Available Tools

1 tool
generate_obscura_workflowB

Generate a visual AI automation workflow for a business process. Returns a shareable link to an interactive canvas on obscuraai.xyz where the workflow can be viewed, edited, and exported. Use when a user wants to map out an automation, workflow, or AI system for their business.

ParametersJSON Schema
NameRequiredDescriptionDefault
descriptionYesDescribe the business process to automate. Include the industry and specific pain point if possible.
industryNoPrimary industry (optional)

TDQS

B3.2/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions the output ('shareable link') and that the workflow can be 'viewed, edited, and exported,' but lacks details on permissions, rate limits, error handling, or whether the generation is idempotent. For a tool with no annotations, this leaves significant gaps in understanding its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, stating the purpose and output in the first sentence. The second sentence adds usage context without redundancy. Both sentences earn their place, but minor improvements in clarity could push it to a perfect score.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations and no output schema, the description partially compensates by explaining the output format and usage. However, it lacks details on behavioral traits like error conditions or performance, and does not fully address the complexity of a workflow generation tool. It is minimally adequate but has clear gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not explicitly discuss parameters, but the input schema has 100% description coverage, clearly documenting both parameters. The description implies parameter use through 'Describe the business process to automate' but adds no additional meaning beyond the schema. With high schema coverage, the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Generate a visual AI automation workflow for a business process.' It specifies the verb ('Generate') and resource ('visual AI automation workflow'), and mentions the output ('Returns a shareable link to an interactive canvas on obscuraai.xyz'). However, since there are no sibling tools, it cannot distinguish from alternatives, preventing a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides some usage guidance: 'Use when a user wants to map out an automation, workflow, or AI system for their business.' This implies the context but does not explicitly state when not to use it or compare to alternatives. Since there are no sibling tools, the lack of alternatives is understandable, but the guidance remains basic.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.4
    • First observedgenerate_obscura_workflow

TDQS

B3.3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools, as there are no other tools to compare it to. The tool's purpose is clearly defined and distinct by default.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'generate_obscura_workflow' follows a clear verb_noun pattern, but there are no other tools to assess consistency across a set.

Tool Count2/5

A single tool is too few for the server's apparent purpose of generating and managing visual AI automation workflows, as it lacks operations for viewing, editing, or exporting workflows beyond the initial generation. This minimal scope will likely cause agent failures due to incomplete functionality.

Completeness2/5

The tool surface is severely incomplete for the domain of workflow automation; it only provides generation without any CRUD operations (e.g., no tools to list, update, delete, or retrieve existing workflows), leaving significant gaps that will hinder agent effectiveness.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    F
    maintenance
    MCP server for AI Diagram Maker — generate software engineering diagrams from natural language, code, ASCII diagram, images, or Mermaid. Inline diagram rendering using MCP apps UI and diagram URL in responses. Works with Cursor, Claude Desktop, Claude Code, and any MCP-compatible AI.
    5
    19 npm
    9
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Server-enforced workflow discipline for AI agents. An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution. Schemas define what agents must produce — the server blocks the call if they don't. Works with any MCP-compatible client.
    205
    MIT
  • F
    license
    C
    quality
    A
    maintenance
    Self-hosted, source-available AI workflow automation platform. Build multi-agent, RAG, and tool-using pipelines on a visual canvas and publish any workflow as an MCP server (stdio/SSE/Streamable HTTP). Also an MCP client via the agent node.
    2
    1,199
    -
  • F
    license
    Not graded
    quality
    F
    maintenance
    MCP server that lets AI agents execute structured business processes by exposing process steps as tools with a sequenced event bus to prevent skipping steps.
    1
    -