ai-netcafe
Hosted open-source AI apps callable by agents over MCP, enabling multi-model comparisons with real metered costs and skills like PDF translation, deep research, slide generation, and direct model queries.
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
| 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
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
- 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.