Skip to content
Back to veda.ng Research Hub

Card snapshot

veda.ng · 2026-08-29 03:18:02 UTC · 6566f03d881c83c4b7399b04120fc5de2214714bc145e1304f057473f890f5e5

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "veda.ng Research Hub",
  "description": "Essays, courses, glossary, and research paper search on AI agents and Web3 by Vedang Vatsa. MCP tools for essays, glossary, and OpenAlex-backed paper search.",
  "url": "https://veda.ng",
  "version": "1.0.0",
  "protocolVersion": "0.2.9",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Vedang Vatsa",
    "url": "https://veda.ng/about"
  },
  "capabilities": {
    "search_research_papers": {
      "description": "Search 233,000+ indexed AI/Web3 academic papers via OpenAlex, sorted by citations."
    },
    "fetch_essays": {
      "description": "Full Markdown text of 50+ long-form essays on AI agents and Web3."
    },
    "glossary_lookup": {
      "description": "Definitions of 100+ AI and Web3 terms."
    }
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json"
  ],
  "authentication": {
    "schemes": [
      "none"
    ]
  },
  "endpoints": {
    "mcp": "https://veda.ng/.well-known/mcp"
  }
}