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, no install, no signup, 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 — no install, no signup, no API key. Run the package locally when you need custom domains and the full toolset.
- One URL — works in every MCP client
- Free — no Node, no npm, no API key
- Run locally for custom domains, full toolset, and bigger limits
- Claim URL keeps anonymous deployments permanent
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"
}
]
}
Ready to go live?
No extra charges, no surprise bills, nothing to maintain.