{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_2zkmqzcx67av","handle":"bacnet-mcp","url":"https://wellknown.network/agents/bacnet-mcp","links":{"self":"https://wellknown.network/agents/bacnet-mcp/record.json","html":"https://wellknown.network/agents/bacnet-mcp","markdown":"https://wellknown.network/agents/bacnet-mcp/record.md","api":"https://wellknown.network/api/v1/agents/bacnet-mcp","status":"https://wellknown.network/api/v1/agents/bacnet-mcp/status","claim":"https://wellknown.network/agents/bacnet-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/bacnet-mcp/claim.json","badge":"https://wellknown.network/agents/bacnet-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/bacnet-mcp/history","tools":"https://wellknown.network/api/v1/agents/bacnet-mcp/tools"},"ard":{"identifier":"urn:air::server:bacnet-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"bacnet-mcp","summary":"A Model Context Protocol (MCP) server for BACnet.","description":"## BACnet MCP Server\n\n[![test](https://github.com/ezhuk/bacnet-mcp/actions/workflows/test.yml/badge.svg)](https://github.com/ezhuk/bacnet-mcp/actions/workflows/test.yml)\n[![codecov](https://codecov.io/github/ezhuk/bacnet-mcp/graph/badge.svg?token=Y3N4ABR3WX)](https://codecov.io/github/ezhuk/bacnet-mcp)\n[![PyPI - Version](https://img.shields.io/pypi/v/bacnet-mcp.svg)](https://pypi.org/p/bacnet-mcp)\n\nA lightweight [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that connects LLM agents to [BACnet](https://en.wikipedia.org/wiki/BACnet) devices in a secure, standardized way, enabling seamless integration of AI-driven workflows with Building Automation (BAS), Building Management (BMS) and Industrial Control (ICS) systems, allowing agents to monitor real-time sensor data, actuate devices, and orchestrate complex automation tasks.\n\n## Getting Started\n\nUse [uv](https://github.com/astral-sh/uv) to add and manage the BACnet MCP server as a dependency in your project, or install it directly via `uv pip install` or `pip install`. See the [Installation](https://github.com/ezhuk/bacnet-mcp/blob/main/docs/bacnet-mcp/installation.mdx) section of the documentation for full installation instructions and more details.\n\n```bash\nuv add bacnet-mcp\n```\n\nThe server can be embedded in and run directly from your application. By default, it exposes a `Streamable HTTP` endpoint at `http://127.0.0.1:8000/mcp/`.\n\n```python\n# app.py\nfrom bacnet_mcp import BACnetMCP\n\nmcp = BACnetMCP()\n\nif __name__ == \"__main__\":\n    mcp.run(transport=\"http\")\n```\n\nIt can also be launched from the command line using the provided `CLI` without modifying the source code.\n\n```bash\nbacnet-mcp\n```\n\nOr in an ephemeral, isolated environment using `uvx`. Check out the [Using tools](https://docs.astral.sh/uv/guides/tools/) guide for more details.\n\n```bash\nuvx bacnet-mcp\n```\n\n### Configuration\n\nFor the use cases where most operations target a specific device, such as a Programmable Logic Controller (PL…","publisher":null,"homepage":null,"repository":null,"version":"0.3.8","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:bacnet-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":"dev.terminal","name":"Terminal & Shell","confidence":0.825,"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":"bacnet-mcp","registry":"pypi","observedAt":"2026-09-15T10:22:00.422Z","publishedAt":"2026-07-15T00:17:11.166572Z","latestVersion":"0.3.8"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"bacnet-mcp","url":"https://pypi.org/project/bacnet-mcp/","firstSeenAt":"2026-09-09T10:26:28.505Z","fetchedAt":"2026-09-15T10:20:10.610Z","normalizedAt":"2026-09-15T10:20:10.610Z"}]},"firstSeenAt":"2026-09-09T10:26:28.505Z","updatedAt":"2026-09-15T10:22:00.422Z"}