{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_f9uekv4hfnhe","handle":"virp-mcp-server","url":"https://wellknown.network/agents/virp-mcp-server","links":{"self":"https://wellknown.network/agents/virp-mcp-server/record.json","html":"https://wellknown.network/agents/virp-mcp-server","markdown":"https://wellknown.network/agents/virp-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/virp-mcp-server","status":"https://wellknown.network/api/v1/agents/virp-mcp-server/status","claim":"https://wellknown.network/agents/virp-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/virp-mcp-server/claim.json","badge":"https://wellknown.network/agents/virp-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:virp-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"virp-mcp-server","summary":"VIRP MCP Server — Cryptographic trust primitives for AI agents operating on live network infrastructure.","description":"# VIRP MCP Server\n\n**Cryptographic trust primitives for any AI agent.**\n\nGive your AI agent the ability to prove what it saw on your network. Every observation is HMAC-SHA256 signed at the point of collection, before the AI ever touches it. The AI cannot fabricate what the network never said.\n\nVIRP MCP Server exposes the [VIRP protocol](https://github.com/nhowardtli/virp) as standard [MCP](https://modelcontextprotocol.io) tools. Any MCP-compatible client — Claude, GPT, Ollama, OpenClaw, or your own agent — connects and gets signed, verified infrastructure observations out of the box.\n\n## What This Solves\n\nEvery AI operations platform on the market trusts its own telemetry implicitly. The AI says \"I checked your firewall.\" Did it? Can you prove it?\n\nVIRP MCP Server adds a cryptographic trust layer between your AI agent and your infrastructure:\n\n```\nAny AI Agent (Claude, GPT, Ollama, h-cli, OpenClaw)\n        │\n        │  MCP protocol (stdio or SSE)\n        ▼\n┌─────────────────────┐\n│  VIRP MCP Server    │  ← You are here\n│  (Python)           │\n└────────┬────────────┘\n         │  TCP / Unix socket\n         ▼\n┌─────────────────────┐\n│  VIRP O-Node        │  Isolated C daemon\n│  HMAC-SHA256 signing │  chain.db audit trail\n│  Device SSH access   │  Key management\n└────────┬────────────┘\n         │  SSH\n         ▼\n┌─────────────────────┐\n│  Network Devices    │  Cisco, Fortinet, Palo Alto, ...\n└─────────────────────┘\n```\n\nThe MCP server is a translation layer. It takes tool calls from your AI agent, forwards them to the VIRP O-Node, and returns cryptographically signed results. The O-Node does all signing — this server never touches keys.\n\n## Quick Start\n\n### Install\n\n```bash\npip install virp-mcp-server\n```\n\nOr from source:\n\n```bash\ngit clone https://github.com/nhowardtli/virp.git\ncd virp/mcp-server\npip install -e .\n```\n\n### Configure\n\n```bash\n# Point to your O-Node (TCP via socat bridge)\nexport VIRP_ONODE_HOST=10.0.0.211\nexport VIRP_ONODE_PORT=9999\n\n# Or use Unix socket…","publisher":null,"homepage":"https://github.com/nhowardtli/virp/tree/main/mcp-server","repository":"https://github.com/nhowardtli/virp/issues","version":"0.1.0","license":null,"protocols":["mcp"],"tags":["ai","cryptography","hmac","infrastructure","mcp","network","trust","verification","virp"],"pricing":null,"endpoints":[{"url":"pypi:virp-mcp-server","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.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":"virp-mcp-server","registry":"pypi","observedAt":"2026-09-10T15:25:13.303Z","publishedAt":"2026-03-23T16:10:01.581641Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"virp-mcp-server","url":"https://pypi.org/project/virp-mcp-server/","firstSeenAt":"2026-09-10T15:23:39.971Z","fetchedAt":"2026-09-10T15:23:39.971Z","normalizedAt":"2026-09-10T15:23:39.971Z"}]},"firstSeenAt":"2026-09-10T15:23:39.971Z","updatedAt":"2026-09-10T15:25:13.303Z"}