Sign In

ai-netcafe

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai-netcafe

Publish your app to managed hosting with one command; compare LLM cost/latency with real metered billing; PDF translate, cited research, PPTX — one MCP server.

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
1
Created
Source

ai-netcafe

What your agent can do here

This diagram is itself rendered by the service — a stateless image URL, no request needed to build it. npm/PyPI READMEs don't render mermaid; this does.

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

MIT

Keywords

mcp

FAQs

Package last updated on 07 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts