Knowgrph Agent
airvio.co
· airvio / joohwee
Agent-readable discovery, published-document retrieval, and WebMCP-ready metadata surface for Knowgrph.
airvio.co via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 54/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-23 09:09:54 current | b91d0ec31245… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://airvio.co/.well-known/agent-card.json |
| Provider | https://airvio.co/knowgrph/ |
Skills · 5 declared · mapped to canonical taxonomy
List published Knowgrph Source Files.
Read published Knowgrph Editor Workspace markdown content. Defaults to the canonical docs workspace when workspaceId is omitted.
Read published Knowgrph markdown content from a share token or public Knowgrph share/document URL.
Inspect published Knowgrph shared-document frontmatter and body structure from a share token or public Knowgrph share/document URL.
Inspect the deployed Knowgrph agent-ready discovery surface, including health, OpenAPI, MCP, and skill metadata.
Health · last 1 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/airvio.co) [](https://agenstry.com/agents/airvio.co) [](https://agenstry.com/agents/airvio.co) [](https://agenstry.com/agents/airvio.co)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Knowgrph Agent",
"description": "Agent-readable discovery, published-document retrieval, and WebMCP-ready metadata surface for Knowgrph.",
"version": "0.1.0",
"provider": {
"organization": "airvio / joohwee",
"url": "https://airvio.co/knowgrph/"
},
"url": "https://airvio.co/knowgrph/mcp",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://airvio.co/knowgrph/mcp",
"protocolBinding": "JSONRPC",
"transportProtocol": "JSONRPC",
"description": "Primary machine interface for read-only discovery and source-file document access."
},
{
"url": "https://airvio.co/api/storage/source-files",
"protocolBinding": "HTTP+JSON/REST",
"transportProtocol": "HTTP+JSON/REST",
"description": "Published source-files index and storage-backed document read surface."
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false,
"extendedAgentCard": false
},
"defaultInputModes": [
"text/plain",
"text/markdown",
"application/json"
],
"defaultOutputModes": [
"text/plain",
"text/markdown",
"application/json"
],
"skills": [
{
"id": "list-source-files",
"name": "List Source Files",
"description": "List published Knowgrph Source Files.",
"tags": [
"mcp",
"discovery",
"source-files",
"read-only"
],
"examples": [
"List the published Knowgrph Source Files."
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "read-source-file",
"name": "Read Source File",
"description": "Read published Knowgrph Editor Workspace markdown content. Defaults to the canonical docs workspace when workspaceId is omitted.",
"tags": [
"mcp",
"read",
"markdown",
"workspace"
],
"examples": [
"Read the published source file for docs/getting-started.md."
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "read-shared-document",
"name": "Read Shared Document",
"description": "Read published Knowgrph markdown content from a share token or public Knowgrph share/document URL.",
"tags": [
"mcp",
"read",
"shared-document",
"markdown"
],
"examples": [
"Read the Knowgrph shared document behind this share URL."
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "inspect-shared-document-structure",
"name": "Inspect Shared Document Structure",
"description": "Inspect published Knowgrph shared-document frontmatter and body structure from a share token or public Knowgrph share/document URL.",
"tags": [
"mcp",
"inspect",
"shared-document",
"structure"
],
"examples": [
"Inspect the structure of this Knowgrph shared document."
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/markdown"
]
},
{
"id": "inspect-agent-surface",
"name": "Inspect Agent Surface",
"description": "Inspect the deployed Knowgrph agent-ready discovery surface, including health, OpenAPI, MCP, and skill metadata.",
"tags": [
"mcp",
"agent-ready",
"discovery",
"metadata"
],
"examples": [
"Show the Knowgrph agent discovery metadata."
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json",
"text/markdown"
]
}
]
}