Skip to main content
ClaudeWave

Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX — MCP server + CLI

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado 5d ago
Install in Claude Code / Claude Desktop
Method: NPX · ai-netcafe
Claude Code CLI
claude mcp add ai-netcafe -- npx -y ai-netcafe
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ai-netcafe": {
      "command": "npx",
      "args": ["-y", "ai-netcafe"],
      "env": {
        "ALLROUTER_API_KEY": "<allrouter_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
ALLROUTER_API_KEY
Casos de uso

Resumen de MCP Servers

# ai-netcafe

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

```bash
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.](https://ainetcafe.com/lab/llm-real-cost-comparison)

## Connect it to an agent

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

Or directly:

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

## Skills the agent gets

| Skill | What it does |
|---|---|
| `compare_models` | One prompt across many LLMs, with real metered cost + latency |
| `translate_pdf` | Translate a PDF keeping formulas, figures and two-column layout intact |
| `deep_research` | Plans sub-questions, searches, reads sources, writes a cited report |
| `make_slides` | Generates a real downloadable `.pptx` |
| `list_apps` / `get_app` | Catalogue of the hosted open-source apps, with source repos |
| `ask_model` / `list_models` | Single 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

```bash
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.

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

## Links

- Docs: <https://ainetcafe.com/mcp.html>
- Live cost comparison (updated daily): <https://ainetcafe.com/lab/llm-real-cost-comparison>
- A2A agent card: <https://ainetcafe.com/.well-known/agent-card.json>

MIT
ai-agentsbenchmarkingclaudecompare-modelsdeep-researchllmllm-costmcpmodel-context-protocolopen-source-aipdf-translate

Lo que la gente pregunta sobre ai-netcafe

¿Qué es mario03690/ai-netcafe?

+

mario03690/ai-netcafe es mcp servers para el ecosistema de Claude AI. Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX — MCP server + CLI Tiene 0 estrellas en GitHub y se actualizó por última vez 5d ago.

¿Cómo se instala ai-netcafe?

+

Puedes instalar ai-netcafe clonando el repositorio (https://github.com/mario03690/ai-netcafe) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mario03690/ai-netcafe?

+

mario03690/ai-netcafe aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene mario03690/ai-netcafe?

+

mario03690/ai-netcafe es mantenido por mario03690. La última actividad registrada en GitHub es de 5d ago, con 0 issues abiertos.

¿Hay alternativas a ai-netcafe?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ai-netcafe en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: mario03690/ai-netcafe
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mario03690-ai-netcafe)](https://claudewave.com/repo/mario03690-ai-netcafe)
<a href="https://claudewave.com/repo/mario03690-ai-netcafe"><img src="https://claudewave.com/api/badge/mario03690-ai-netcafe" alt="Featured on ClaudeWave: mario03690/ai-netcafe" width="320" height="64" /></a>

Más MCP Servers

Alternativas a ai-netcafe