🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@obscuraai/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@obscuraai/mcp-server

Generate visual AI automation workflows from Claude, Cursor, Windsurf, Cline, or any MCP-compatible client. Describe a business process, get an interactive workflow map you can edit and share.

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

Obscura AI — AI Workflow Generator for Any LLM or Coding Agent

Describe any business process. Get a visual AI automation workflow you can edit, export, and share — inside Claude, Cursor, Windsurf, your terminal, or any MCP-compatible client.

Try the Builder free | Website

What this does

This MCP server connects your AI assistant or coding agent to Obscura AI's Workflow Builder. When you ask it to map out a business automation, it generates an interactive visual workflow and gives you a link to open, edit, and share it.

No API key. No signup. No cost.

Example

You: "Map out an automation for guest check-in at my hotel"

Claude / Cursor / your agent: Here's your workflow — 6 steps covering booking confirmation through post-stay review.

Open your workflow: https://obscuraai.xyz/builder?d=eJxVjk...

The link opens a visual canvas where you can drag nodes, edit labels, and export or share the flow.

Compatible clients

ClientType
Claude DesktopDesktop app
Claude CodeCLI / terminal
CursorIDE
WindsurfIDE
ClineVS Code extension
Continue.devVS Code / JetBrains
ZedEditor
Any MCP stdio clientCLI / custom agents
HTTP directLangChain, CrewAI, custom LLMs

Supported industries

IndustryExample workflows
HospitalityGuest comms, table reservations, supplier coordination, event planning
Real EstateProperty pipeline, tenant management, document processing
AgenciesClient onboarding, content pipeline, lead qualification
LegalDocument intelligence, case intake, compliance
FinanceKYC checks, reporting pipelines, invoice automation

14 pre-built workflow templates with industry-aware label customization.

Setup

Claude Desktop

Add to your config file:

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"]
    }
  }
}

Restart Claude Desktop. You'll see "obscura" in your connected tools.

Claude Code (CLI)

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

Cursor / Windsurf / Cline

Add to your MCP settings (usually mcp.json or equivalent):

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

Terminal / custom agent (stdio)

npx -y @obscuraai/mcp-server

The server speaks JSON-RPC over stdin/stdout — pipe messages directly from any agent.

HTTP endpoint (LangChain, CrewAI, custom LLMs)

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

No auth required. Call it from any HTTP-capable agent or LLM framework.

Tool reference

generate_obscura_workflow

Generates a visual workflow and returns a shareable link to the interactive canvas.

ParameterTypeRequiredDescription
descriptionstringYesThe business process to automate
industrystringNohospitality, real-estate, agencies, professional-services, finance, legal, events, other

Try asking your agent:

  • "Map out an automation for lead qualification at my agency"
  • "Design a guest communications workflow for a Dubai hotel"
  • "Build a document processing pipeline for a law firm"
  • "Create a tenant maintenance request flow for property management"

About Obscura AI

Obscura AI builds custom AI workflows, agents, and automations for modern businesses. We deploy systems in days, not months.

Founder: Prince Adza

Markets served: Dubai, Monte Carlo, South Africa, Singapore, London, and expanding across North America and Europe.

License

MIT

Keywords

mcp

FAQs

Package last updated on 10 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts