{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_2k5x447ax6pd","handle":"iflow-mcp-uml-mcp-server","url":"https://wellknown.network/agents/iflow-mcp-uml-mcp-server","links":{"self":"https://wellknown.network/agents/iflow-mcp-uml-mcp-server/record.json","html":"https://wellknown.network/agents/iflow-mcp-uml-mcp-server","markdown":"https://wellknown.network/agents/iflow-mcp-uml-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-uml-mcp-server","status":"https://wellknown.network/api/v1/agents/iflow-mcp-uml-mcp-server/status","claim":"https://wellknown.network/agents/iflow-mcp-uml-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-uml-mcp-server/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-uml-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-uml-mcp-server/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-uml-mcp-server/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-uml-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_uml-mcp-server","summary":"UML diagram generation tool based on MCP (Model Context Protocol)","description":"# UML-MCP-Server\n\n[English](README.md) | [中文](README_zh.md)\n\n[![smithery badge](https://smithery.ai/badge/@Swayingleaves/uml-mcp-server)](https://smithery.ai/server/@Swayingleaves/uml-mcp-server)\n\nUML-MCP Server is a UML diagram generation tool based on MCP (Model Context Protocol), which can help users generate various types of UML diagrams through natural language description or directly writing PlantUML code.\n\n## Functional Features\n\n- Supports multiple UML diagram types: class diagram, sequence diagram, activity diagram, use case diagram, state diagram, component diagram, deployment diagram, object diagram\n- UML diagrams can be generated through natural language description\n- You can directly use PlantUML code to generate UML diagrams\n- Return PlantUML code and accessible URL links for easy sharing and viewing\n- Simultaneously save the generated UML diagram locally and provide the local file path\n- Support custom save path and specify the output directory for UML images\n- As an MCP server, it can integrate with clients that support MCP, such as Claude\n- A comprehensive logging system that records server operating status and operation logs\n\n## Installation\n\n### Installing via Smithery\n\nTo install UML Diagram Generation Tool for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@Swayingleaves/uml-mcp-server):\n\n```bash\nnpx -y @smithery/cli install @Swayingleaves/uml-mcp-server --client claude\n```\n\n### Manual Installation\n1. Clone repository:\n\n```bash\ngit clone https://github.com/yourusername/UML-MCP-Server.git\ncd UML-MCP-Server\n```\n\n2. Create and activate a virtual environment:\n\n```bash\npython -m venv uml-mcp-venv\nsource uml-mcp-venv/bin/activate  # Linux/Mac\n# Or\numl-mcp-venv\\Scripts\\activate  # Windows\n```\n\n3. Install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage Method\n\n### Used as a Python Library\n\n```python\nfrom fix_plantuml import generate_uml\n\n# Create UML code\numl_code = \"\"\"\n@startuml\nTitle: Simple Class Diagram\n…","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_uml-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.779,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_uml-mcp-server","registry":"pypi","observedAt":"2026-09-15T20:21:32.738Z","publishedAt":"2025-11-18T09:00:40.336374Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_uml-mcp-server","url":"https://pypi.org/project/iflow-mcp_uml-mcp-server/","firstSeenAt":"2026-09-09T21:24:40.074Z","fetchedAt":"2026-09-15T20:20:22.823Z","normalizedAt":"2026-09-15T20:20:22.823Z"}]},"firstSeenAt":"2026-09-09T21:24:40.074Z","updatedAt":"2026-09-15T20:21:32.738Z"}