{
  "markdown": "# Obscura AI — AI Workflow Generator for Any LLM or Coding Agent\n\n> 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.\n\n**[Try the Builder free](https://obscuraai.xyz/builder)** | **[Website](https://obscuraai.xyz)**\n\n---\n\n## What this does\n\nThis MCP server connects your AI assistant or coding agent to [Obscura AI's Workflow Builder](https://obscuraai.xyz/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.\n\nNo API key. No signup. No cost.\n\n### Example\n\n> **You:** \"Map out an automation for guest check-in at my hotel\"\n>\n> **Claude / Cursor / your agent:** Here's your workflow — 6 steps covering booking confirmation through post-stay review.\n>\n> **Open your workflow:** https://obscuraai.xyz/builder?d=eJxVjk...\n\nThe link opens a visual canvas where you can drag nodes, edit labels, and export or share the flow.\n\n---\n\n## Compatible clients\n\n| Client | Type |\n| ------ | ---- |\n| **Claude Desktop** | Desktop app |\n| **Claude Code** | CLI / terminal |\n| **Cursor** | IDE |\n| **Windsurf** | IDE |\n| **Cline** | VS Code extension |\n| **Continue.dev** | VS Code / JetBrains |\n| **Zed** | Editor |\n| **Any MCP stdio client** | CLI / custom agents |\n| **HTTP direct** | LangChain, CrewAI, custom LLMs |\n\n---\n\n## Supported industries\n\n| Industry        | Example workflows                                                      |\n| --------------- | ---------------------------------------------------------------------- |\n| **Hospitality** | Guest comms, table reservations, supplier coordination, event planning |\n| **Real Estate** | Property pipeline, tenant management, document processing              |\n| **Agencies**    | Client onboarding, content pipeline, lead qualification                |\n| **Legal**       | Document intelligence, case intake, compliance                         |\n| **Finance**     | KYC checks, reporting pipelines, invoice automation                    |\n\n14 pre-built workflow templates with industry-aware label customization.\n\n---\n\n## Setup\n\n### Claude Desktop\n\nAdd to your config file:\n\n**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\n**Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"obscura\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@obscuraai/mcp-server\"]\n    }\n  }\n}\n```\n\nRestart Claude Desktop. You'll see \"obscura\" in your connected tools.\n\n### Claude Code (CLI)\n\n```bash\nclaude mcp add obscura -- npx -y @obscuraai/mcp-server\n```\n\n### Cursor / Windsurf / Cline\n\nAdd to your MCP settings (usually `mcp.json` or equivalent):\n\n```json\n{\n  \"mcpServers\": {\n    \"obscura\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@obscuraai/mcp-server\"]\n    }\n  }\n}\n```\n\n### Terminal / custom agent (stdio)\n\n```bash\nnpx -y @obscuraai/mcp-server\n```\n\nThe server speaks JSON-RPC over stdin/stdout — pipe messages directly from any agent.\n\n### HTTP endpoint (LangChain, CrewAI, custom LLMs)\n\n```\nPOST https://obscuraai.xyz/api/mcp\nContent-Type: application/json\n```\n\nNo auth required. Call it from any HTTP-capable agent or LLM framework.\n\n---\n\n## Tool reference\n\n### `generate_obscura_workflow`\n\nGenerates a visual workflow and returns a shareable link to the interactive canvas.\n\n| Parameter     | Type   | Required | Description                                                                                              |\n| ------------- | ------ | -------- | -------------------------------------------------------------------------------------------------------- |\n| `description` | string | Yes      | The business process to automate                                                                         |\n| `industry`    | string | No       | `hospitality`, `real-estate`, `agencies`, `professional-services`, `finance`, `legal`, `events`, `other` |\n\n**Try asking your agent:**\n\n- \"Map out an automation for lead qualification at my agency\"\n- \"Design a guest communications workflow for a Dubai hotel\"\n- \"Build a document processing pipeline for a law firm\"\n- \"Create a tenant maintenance request flow for property management\"\n\n---\n\n## About Obscura AI\n\nObscura AI builds custom AI workflows, agents, and automations for modern businesses. We deploy systems in days, not months.\n\n**Founder:** Prince Adza\n\n- **Website:** [obscuraai.xyz](https://obscuraai.xyz)\n- **Email:** [prince@obscuraai.xyz](mailto:prince@obscuraai.xyz)\n- **WhatsApp:** [+447466314822](https://wa.me/447466314822)\n\n**Markets served:** Dubai, Monte Carlo, South Africa, Singapore, London, and expanding across North America and Europe.\n\n---\n\n## License\n\nMIT\n",
  "bytes": 4774,
  "sha": "66f3a2dd3994e2687600f97a84c8ce6ef357ed87ffeb769f39a7f7117bb01480",
  "repo_slug": "madeinphantom/obscuraai-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_madeinphantom_obscuraai_mcp_se_6dcc9b8e/readme"
}