{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_azrcm2m32xbx","handle":"wisent-wire-mcp","url":"https://wellknown.network/agents/wisent-wire-mcp","links":{"self":"https://wellknown.network/agents/wisent-wire-mcp/record.json","html":"https://wellknown.network/agents/wisent-wire-mcp","markdown":"https://wellknown.network/agents/wisent-wire-mcp/record.md","api":"https://wellknown.network/api/v1/agents/wisent-wire-mcp","status":"https://wellknown.network/api/v1/agents/wisent-wire-mcp/status","claim":"https://wellknown.network/agents/wisent-wire-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/wisent-wire-mcp/claim.json","badge":"https://wellknown.network/agents/wisent-wire-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:wisent-wire-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"wisent-wire-mcp","summary":"MCP server for the Wisent Wire hardware testing platform — drive power, GPIO, UART/RS485/CAN, firmware flashing, and GDB debug from an AI agent","description":"# wisent-wire-mcp\n\nMCP (Model Context Protocol) server for the [Wisent Wire](https://wisent-wire.com) hardware testing platform. Lets AI assistants interact with WisentWire devices — power control, firmware flashing & flasher catalog, UART / RS485 / CAN buses, GPIO control & telemetry, GDB debug sessions, device registry, reservations, and protocol frame definitions.\n\n## Installation\n\nRequires Python **3.10+**. Install with [`pipx`](https://pipx.pypa.io) —\nit puts the MCP server in an isolated environment and adds the\n`wisent-wire-mcp` binary to your `PATH`.\n\n### 1. Install `pipx` (one-time)\n\n```bash\n# macOS\nbrew install pipx\npipx ensurepath\n\n# Linux / WSL\npython3 -m pip install --user pipx\npython3 -m pipx ensurepath\n```\n\nOpen a new terminal so the updated `PATH` is picked up.\n\n### 2. Install the MCP server\n\n```bash\npipx install wisent-wire-mcp\n```\n\nVerify:\n\n```bash\nwhich wisent-wire-mcp         # ~/.local/bin/wisent-wire-mcp (or similar)\n```\n\n### 3. Upgrade / uninstall\n\n```bash\npipx upgrade   wisent-wire-mcp\npipx uninstall wisent-wire-mcp\n```\n\n## Configuration\n\n### `.mcp.json` location\n\nClaude Code reads MCP servers from `.mcp.json`. Two scopes:\n\n| Scope | Path | When to use |\n|-------|------|-------------|\n| **Project** | `<repo-root>/.mcp.json` | Shared with the project (checked into VCS or per-repo) |\n| **User** | `~/.claude.json` under the `mcpServers` key | Available in every Claude Code session for this user |\n\nClaude Desktop uses a separate file:\n\n| Platform | Path |\n|----------|------|\n| macOS | `~/Library/Application Support/Claude/claude_desktop_config.json` |\n| Windows | `%APPDATA%\\Claude\\claude_desktop_config.json` |\n| Linux | `~/.config/Claude/claude_desktop_config.json` |\n\n### Example `.mcp.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"wisent-wire\": {\n      \"command\": \"wisent-wire-mcp\",\n      \"env\": {\n        \"WISENT_WIRE_API_KEY\": \"wwk_...\"\n      }\n    }\n  }\n}\n```\n\nAfter editing `.mcp.json`, restart Claude Code (or reload the window)\nfor the server to be …","publisher":null,"homepage":null,"repository":null,"version":"0.12.2","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:wisent-wire-mcp","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":"infra.devices","name":"Devices & IoT","confidence":0.802,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.779,"provenance":"derived"}],"categories":["dev","infra"],"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":"wisent-wire-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:34.629Z","publishedAt":"2026-09-09T16:59:07.408488Z","latestVersion":"0.12.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"wisent-wire-mcp","url":"https://pypi.org/project/wisent-wire-mcp/","firstSeenAt":"2026-09-10T15:24:55.712Z","fetchedAt":"2026-09-10T15:24:55.712Z","normalizedAt":"2026-09-10T15:24:55.712Z"}]},"firstSeenAt":"2026-09-10T15:24:55.712Z","updatedAt":"2026-09-10T15:25:34.629Z"}