Back to Discover

ai-netcafe

connector

mario03690

Publish your app to managed hosting with one call; compare LLM cost; PDF translate, PPTX, research.

View on GitHub
0 starsSynced Aug 4, 2026

Install to Claude Code

/plugin marketplace add mario03690/ai-netcafe

README

ai-netcafe

Hosted open-source AI apps, callable by your agent over MCP — and from your terminal.

npx ai-netcafe compare "dedupe a JS array preserving order"
MODEL              COST       LATENCY
deepseek-v4-flash  $0.00012    7.6s
gemini-3.5-flash   $0.000341   10.0s
GLM5.2             $0.001828   9.0s

cheapest: deepseek-v4-flash   fastest: deepseek-v4-flash
15.2× between cheapest and priciest

The point: costs are metered, not quoted

Every number above is read from the upstream usage response, not derived from a published price list. That distinction matters more than it sounds — while building this we found the obvious conversion formula was wrong for several models (one was off by ~9×, another by ~3×), and only billing-delta measurement matched reality. Full method and data.

Connect it to an agent

npx ai-netcafe install     # prints config for Claude Code / Desktop / Cursor

Or directly:

claude mcp add --transport http ai-netcafe https://ainetcafe.com/mcp

Skills the agent gets

SkillWhat it does
compare_modelsOne prompt across many LLMs, with real metered cost + latency
translate_pdfTranslate a PDF keeping formulas, figures and two-column layout intact
deep_researchPlans sub-questions, searches, reads sources, writes a cited report
make_slidesGenerates a real downloadable .pptx
list_apps / get_appCatalogue of the hosted open-source apps, with source repos
ask_model / list_modelsSingle model call; model list with prices

Backed by open-source projects — PDFMathTranslate, GPT Academic, GPT Researcher, NextChat, LobeChat — hosted pre-configured so you can try them without installing Docker, Python, or supplying an API key.

CLI commands

npx ai-netcafe compare "<prompt>"   # multi-model comparison with real costs
npx ai-netcafe ask "<prompt>"       # single model
npx ai-netcafe apps                 # hosted apps + source repos
npx ai-netcafe models               # models with per-million prices
npx ai-netcafe install              # MCP config for your agent

Quota

Anonymous calls get a small free quota — enough to try. Heavy skills (whole-PDF translation, deep research, slide generation) need an account or your own key, because one of those runs costs dozens to hundreds of model calls.

export ALLROUTER_API_KEY=sk-...   # unlimited, billed to you

Links

MIT

Rendered live from mario03690/ai-netcafe's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://ainetcafe.com/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.