{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_tk6wt642aqzw","handle":"wireviz-mcp","url":"https://wellknown.network/agents/wireviz-mcp","links":{"self":"https://wellknown.network/agents/wireviz-mcp/record.json","html":"https://wellknown.network/agents/wireviz-mcp","markdown":"https://wellknown.network/agents/wireviz-mcp/record.md","api":"https://wellknown.network/api/v1/agents/wireviz-mcp","status":"https://wellknown.network/api/v1/agents/wireviz-mcp/status","claim":"https://wellknown.network/agents/wireviz-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/wireviz-mcp/claim.json","badge":"https://wellknown.network/agents/wireviz-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:wireviz-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"wireviz-mcp","summary":"A wrapper around WireViz for bringing it to AI agents. Easily document cables and wiring harnesses","description":"# WireViz MCP Server\n\nA Model Context Protocol (MCP) server that wraps [WireViz](https://github.com/formatc1702/WireViz). This allows AI assistants to design and visualize physical wiring harnesses.\n\nTypical workflow:\n\n1. Create a \"harness concept\" to specify rough connectivity between components\n2. Create a \"harness\" to specify detailed connectivity between components\n3. Generate output files (WireViz YAML, BOM, PNG)\n\n## Examples\n\nRefer to the `examples/` directory.\n\n## Tools\n\n- **`concept_to_mermaid`**: Translates a rough design (`HarnessConcept`) into a Mermaid diagram to help plan the detailed design.\n- **`mermaid_to_svg`**: Renders Mermaid diagram as SVG.\n- **`harness_to_wireviz`**: Translates a complete harness design (`Harness`) into WireViz YAML.\n- **`wireviz_to_bom`**: Generates a Bill of Materials (BOM) in TSV format from WireViz YAML.\n- **`wireviz_to_png`**: Renders WireViz YAML as PNG.\n\n## Installation\n\n### Option 1: pip\n\nCreate a virtual environment:\n\n```\npython -m venv .venv\n.venv/bin/pip install git+https://github.com/chrisflesher/wireviz-mcp.git\n```\n\nEdit `mcp_config.json` to add the server:\n\n```\n{\n  \"mcpServers\": {\n    \"wireviz-mcp\": {\n      \"command\": \".venv/bin/wireviz-mcp-server\",\n      \"args\": []\n    }\n  }\n}\n```\n\n### Option 2: uvx\n\nEdit `mcp_config.json` to add the server:\n\n```\n{\n  \"mcpServers\": {\n    \"wireviz-mcp\": {\n      \"command\": \"uvx\",\n      \"args\": [\n        \"--from\", \"git+https://github.com/chrisflesher/wireviz-mcp.git\",\n        \"wireviz-mcp-server\"\n      ]\n    }\n  }\n}\n```\n\n## Contributing\n\nTo run unit tests:\n\n```\ntox\n```","publisher":null,"homepage":"https://github.com/chrisflesher/wireviz-mcp","repository":"https://github.com/chrisflesher/wireviz-mcp","version":"1.0.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:wireviz-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.filesystem","name":"Filesystem","confidence":0.802,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"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":"wireviz-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:34.432Z","publishedAt":"2026-09-07T20:10:23.895613Z","latestVersion":"1.0.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"wireviz-mcp","url":"https://pypi.org/project/wireviz-mcp/","firstSeenAt":"2026-09-10T15:24:54.991Z","fetchedAt":"2026-09-10T15:24:54.991Z","normalizedAt":"2026-09-10T15:24:54.991Z"}]},"firstSeenAt":"2026-09-10T15:24:54.991Z","updatedAt":"2026-09-10T15:25:34.432Z"}