Static Hosting MCP
One URL: mcp.shipstatic.com. Drop it into any MCP client and your agent can publish a website in its next message. Free, with no install, no signup and no API key.
Drop into any MCP client
{
"mcpServers": {
"shipstatic": {
"url": "https://mcp.shipstatic.com"
}
}
}
One URL. Your agent ships.
Drop mcp.shipstatic.com into any MCP client. Free, with no install, no signup and no API key. Connect your account when your client asks and the same URL answers with everything else.
- One URL, works in every MCP client
- Publishing needs no account: live URL plus a claim link
- Connect an account for custom domains, listing, and sites that never expire
- Or run it locally for a folder on your own machine
https://mcp.shipstatic.com
One file. Full control.
Drop a ship.json in your project root to configure rewrites, redirects, and custom headers. No dashboard clicks, no deploy flags, just code.
Route all paths to index.html for client-side routing.
Permanent or temporary redirects with status codes.
Set CORS, CSP, cache-control, and any other HTTP header.
{
"rewrites": [
{
"source": "/**",
"destination": "/index.html"
}
]
}