{"name":"AI NetCafé","version":"1.1.0","logo":"https://ainetcafe.com/assets/logo-512.png","description":"Callable AI workflows with real metered model cost, cited research, layout-preserving PDF translation, and downloadable PPTX output.","mcp":{"endpoint":"https://ainetcafe.com/mcp","transport":"streamable-http","protocol_version":"2025-06-18","manifest":"https://ainetcafe.com/.well-known/mcp.json"},"openapi":"https://ainetcafe.com/openapi.json","agent_card":"https://ainetcafe.com/.well-known/agent-card.json","documentation":"https://ainetcafe.com/mcp.html","anonymous_trial":true,"authentication":"Optional Authorization: Bearer <AllRouter key>","workflows":[{"slug":"compare-llm-cost-for-a-prompt","title":"Compare LLM cost and latency on one real prompt","use_when":"The user needs evidence for which model can complete a specific task at the lowest real cost.","tool":"compare_models","arguments_example":{"prompt":"Return valid JSON with keys title, summary, and risks for this product brief."},"result":"Answers from 2-5 models with actually metered USD cost, latency, cheapest model, and fastest model.","guide":"https://ainetcafe.com/agent-guides/compare-llm-cost-for-a-prompt","machine_guide":"https://ainetcafe.com/api/agent-guides/compare-llm-cost-for-a-prompt"},{"slug":"translate-arxiv-pdf-without-breaking-equations","title":"Translate an arXiv PDF without breaking equations or layout","use_when":"The user supplies a public PDF URL and needs formulas, figures, and columns preserved.","tool":"translate_pdf","arguments_example":{"url":"https://arxiv.org/pdf/1706.03762","lang_to":"Simplified Chinese","pages":"first5"},"result":"A job_id, followed by translated-only and bilingual PDF download URLs from check_job.","follow_up_tool":"check_job","guide":"https://ainetcafe.com/agent-guides/translate-arxiv-pdf-without-breaking-equations","machine_guide":"https://ainetcafe.com/api/agent-guides/translate-arxiv-pdf-without-breaking-equations"},{"slug":"best-model-for-gpt-researcher","title":"Run cited web research and inspect the model benchmark","use_when":"The question is current, requires multiple web sources, and needs citations rather than model memory.","tool":"deep_research","arguments_example":{"topic":"How has remote MCP adoption changed in 2026?","depth":"standard"},"result":"A job_id, followed by a cited Markdown report from check_job.","follow_up_tool":"check_job","guide":"https://ainetcafe.com/agent-guides/best-model-for-gpt-researcher","machine_guide":"https://ainetcafe.com/api/agent-guides/best-model-for-gpt-researcher"},{"slug":"generate-downloadable-pptx-with-mcp","title":"Generate a real downloadable PowerPoint file","use_when":"The user wants an editable .pptx from a topic or outline, not a web-editor preview.","tool":"make_slides","arguments_example":{"topic":"How AI agents choose tools","slides":8,"language":"English"},"result":"A job_id, followed by a downloadable .pptx URL from check_job.","follow_up_tool":"check_job","guide":"https://ainetcafe.com/agent-guides/generate-downloadable-pptx-with-mcp","machine_guide":"https://ainetcafe.com/api/agent-guides/generate-downloadable-pptx-with-mcp"}],"install":{"claude_code":"claude mcp add --transport http ai-netcafe https://ainetcafe.com/mcp","codex_cli":"codex mcp add ai-netcafe --url https://ainetcafe.com/mcp","codex_config_toml":"[mcp_servers.ai-netcafe]\nurl = \"https://ainetcafe.com/mcp\"","mcp_json":{"mcpServers":{"ai-netcafe":{"type":"http","url":"https://ainetcafe.com/mcp"}}},"openapi_import_url":"https://ainetcafe.com/openapi.json"}}