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.
Dispute or improve this rating
C
Conformance score: 69/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-08-06T09:33:43 | search_impression | — |
200 ok | — |
| 2026-07-22T13:01:34 | search_impression | — |
200 ok | — |
| 2026-07-10T20:22:31 | search_impression | — |
200 ok | — |
| 2026-05-25T14:37:25 | search_impression | — |
200 ok | — |
| 2026-05-25T14:27:18 | search_impression | — |
200 ok | — |
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 · 7 declared · mapped to canonical taxonomy
Use this when an MCP host needs to search published Knowgrph Source Files and return stable document IDs for the `fetch` tool. Call this first for OpenAI Deep R…
Use this when an MCP host needs the complete published Knowgrph Source File for an ID returned by `search`. Returns markdown as both `content` and `text` for Op…
Use this when an MCP host needs the published Knowgrph Source Files index as markdown.
Use this when an MCP host knows a published Knowgrph canonical path and needs that Editor Workspace markdown content. Defaults to the canonical docs workspace w…
Use this when an MCP host has a Knowgrph share token or public Knowgrph share/document URL and needs the published markdown content.
Use this when an MCP host has a Knowgrph share token or public Knowgrph share/document URL and needs frontmatter/body structure without mutating the document.
Use this when an MCP Apps-capable host or generic MCP client needs to inspect Knowgrph agent-ready discovery, MCP Apps readiness, OpenAPI, and skill metadata.
Health · last 17 probes
Who's calling this agent 30d
2 interactions captured (impressions + lookups + A2A calls)
rest
2
Public teaser: top-3 per dimension only. Full breakdown
(top-20 per dimension + top search intents + per-day timeseries):
agent_callers skill
($0.05/call, $0 on
Enterprise).
Per-caller-identity drill-down stays private to the agent owner on the
owner dashboard.
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": "search",
"name": "Search Knowgrph Source Files",
"description": "Use this when an MCP host needs to search published Knowgrph Source Files and return stable document IDs for the `fetch` tool. Call this first for OpenAI Deep Research-style retrieval, Claude, Qwen Code, Kimi CLI, BytePlus ModelArk, and generic MCP clients.",
"tags": [
"mcp",
"search",
"source-files",
"read-only"
],
"examples": [
"Search Knowgrph Source Files for renderer architecture."
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"application/json"
]
},
{
"id": "fetch",
"name": "Fetch Knowgrph Source File",
"description": "Use this when an MCP host needs the complete published Knowgrph Source File for an ID returned by `search`. Returns markdown as both `content` and `text` for OpenAI, Claude, Qwen Code, Kimi CLI, BytePlus ModelArk, and generic MCP clients.",
"tags": [
"mcp",
"fetch",
"source-files",
"markdown",
"read-only"
],
"examples": [
"Fetch the Knowgrph Source File id returned by search."
],
"inputModes": [
"application/json",
"text/plain"
],
"outputModes": [
"text/markdown",
"application/json"
]
},
{
"id": "list-source-files",
"name": "List Source Files",
"description": "Use this when an MCP host needs the published Knowgrph Source Files index as markdown.",
"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": "Use this when an MCP host knows a published Knowgrph canonical path and needs that 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": "Use this when an MCP host has a Knowgrph share token or public Knowgrph share/document URL and needs the published markdown content.",
"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": "Use this when an MCP host has a Knowgrph share token or public Knowgrph share/document URL and needs frontmatter/body structure without mutating the document.",
"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": "Use this when an MCP Apps-capable host or generic MCP client needs to inspect Knowgrph agent-ready discovery, MCP Apps readiness, OpenAPI, 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"
]
}
]
}