Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

com.ainetcafe/netcafe-build

com.ainetcafe/netcafe-build

Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own.

Uptime
100.0%
1 direct probes · 30d
Response
1798ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

what_can_you_do

Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the whole catalogue and guessing. Also retu…

list_apps

List the open-source AI applications hosted and ready to run at AI NetCafé (ainetcafe.com). Each one normally requires local setup (Docker/Python + your own model API key); here they run pre-configure…

get_app

Full details of one hosted application: what it does, how to use it, measured benchmark scores, source repository, and the URL a human can open to run it. Example — GET https://ainetcafe.com/t/get_app…

submit_project

Submit a GitHub repository (a web app, typically AI-built) to the AI NetCafé hosting platform. The automated pipeline reviews it, containerizes it, deploys it on a dedicated subdomain with HTTPS and a…

project_status

Check where a repository stands on AI NetCafé: live (with its public page and app URL), in the deployment pipeline, rejected (with the reason), or unknown. Use after submit_project. Example — GET http…

check_job

Get the status or result of a job started by deep_research, translate_pdf, or make_slides. Poll every 15-30 seconds until status is "done" or "error". While work is pending, follow retry_after_seconds…

build_app

Turn one plain-language description into a LIVE single-page web tool: code is generated, deployed to managed hosting with HTTPS, and listed — you get the public URL in ~1-2 minutes. Best for tool-styl…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.ainetcafe/netcafe-build": {
      "url": "https://ainetcafe.com/mcp/build?s=registry",
      "transport": "streamable-http"
    }
  }
}