11cafe/website-publisher-mcp
If you are the rightful owner of website-publisher-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Runbox MCP provides a remote coding environment for AI and agents, allowing the deployment of AI-generated code as a real website on a remote server.
Tools
Functions exposed to the LLM to take actions
runbox_create_sandbox
Create a new python+nodejs Runbox code sandbox linux debian to write code files and run it
runbox_serve_static_website
Serve a static website in a Runbox code sandbox. Just write all your static html, css, js files to the sandbox. You will get a url to access your website. Must have a ./index.html file in the sandbox root directory.
runbox_expose_port
Expose a port in a Runbox code sandbox to the public internet for user testing. It returns a url that can access your local running web server at 0.0.0.0:port in your sandbox
runbox_write_file
Create a new file or overwrite an existing file in a Runbox linux sandbox. Will return a url to view the file in the sandbox, please display it to the user
runbox_read_file
Read the content of a file from an existing Runbox linux sandbox
runbox_list_directory
List all direct children in a directory in an existing code sandbox, non recursive, linux debian VM
runbox_execute_command
Execute a command in an existing nodejs+python Runbox linux debian sandbox
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client