{
  "name": "ardvark",
  "title": "ardvark ARD crawler",
  "description": "stdio MCP server embedded in the ardvark CLI (`ardvark mcp`): probe hosts for ARD ai-catalog.json documents, verify catalogs against the spec, seed and run crawls, and query the indexed dataset.",
  "version": "0.2.0",
  "websiteUrl": "https://ardvark.no",
  "documentationUrl": "https://ardvark.no/docs.html#mcp",
  "repository": {
    "url": "https://github.com/helgesverre/ardvark",
    "source": "github"
  },
  "transport": {
    "type": "stdio",
    "command": "ardvark",
    "args": ["mcp"]
  },
  "tools": [
    "ardvark_probe",
    "ardvark_verify",
    "ardvark_crawl",
    "ardvark_seed",
    "ardvark_stats",
    "ardvark_export"
  ]
}
