Skip to content
Back to AI NetCafe

Card snapshot

ainetcafe.com · 2026-08-17 05:10:37 UTC · c1c710cea3febd08eaf658378f847d9969c233c24879ea38ebb1561340f98487

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.

{
  "protocolVersion": "0.3.0",
  "name": "AI NetCafe",
  "description": "Compare LLMs by real metered cost, translate PDFs keeping layout, run cited research, generate PPTX. Hosted open-source AI apps, no install needed.",
  "url": "https://ainetcafe.com/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "AI NetCafe",
    "url": "https://ainetcafe.com"
  },
  "version": "1.1.0",
  "documentationUrl": "https://ainetcafe.com/mcp.html",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Optional. An AllRouter API key removes rate limits and bills usage to you. Anonymous calls get a small free quota."
    }
  },
  "security": [
    {},
    {
      "bearer": []
    }
  ],
  "skills": [
    {
      "id": "compare_models",
      "name": "Compare LLMs on one prompt",
      "description": "Run the same prompt across multiple LLMs in parallel; returns every answer with its real metered cost (read from upstream usage, not list prices) and latency. Answers \"which model should I use for this task\" with evidence.",
      "tags": [
        "llm",
        "benchmarking",
        "cost",
        "routing"
      ],
      "examples": [
        "Which model is cheapest for summarising legal text?",
        "Compare deepseek and claude on this coding task"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "translate_pdf",
      "name": "Translate a PDF preserving layout",
      "description": "Translate a PDF from a URL while keeping formulas, figures and two-column academic typesetting intact. Returns download links for translated-only and bilingual versions.",
      "tags": [
        "pdf",
        "translation",
        "documents",
        "academic"
      ],
      "examples": [
        "Translate this arXiv paper to Chinese keeping the layout"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "deep_research",
      "name": "Autonomous cited research",
      "description": "Plans sub-questions, searches the web, reads sources and writes a report with citations. Real research over minutes, not a single model call.",
      "tags": [
        "research",
        "web-search",
        "citations",
        "agent"
      ],
      "examples": [
        "How did EU stablecoin regulation change in 2026?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "make_slides",
      "name": "Generate a downloadable PPTX",
      "description": "Turn a topic or outline into a real .pptx file you can open and edit locally, not a link into a web editor.",
      "tags": [
        "presentation",
        "pptx",
        "office"
      ],
      "examples": [
        "Make an 8-slide deck on our Q3 roadmap"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list_apps",
      "name": "List hosted open-source AI apps",
      "description": "Catalogue of 56 open-source AI applications hosted ready to run in a browser, each with source repository and a URL a human can open immediately.",
      "tags": [
        "catalogue",
        "open-source",
        "discovery"
      ],
      "examples": [
        "What tools can translate a PDF without installing anything?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x-constraints": {
    "anonymousQuota": "Small free quota per caller IP; heavy skills (whole-PDF, deep research, slides) require an account or your own key.",
    "costTransparency": "Every response includes the real metered cost in USD, read from upstream usage.",
    "dataHandling": "Uploaded documents are processed and returned; we do not build a corpus of user uploads.",
    "rateLimit": "Soft per-IP limits on the free pool; a Bearer key lifts them and covers all 48 tools (billed to you at direct token rates)."
  },
  "additionalInterfaces": [
    {
      "url": "https://ainetcafe.com/mcp",
      "transport": "JSONRPC"
    }
  ]
}