WebSlop exposes a full MCP server at api.webslop.ai/mcp. Connect your AI, say "publish it on WebSlop", and get a live URL at yourapp.webslop.ai.
claude mcp add webslop https://api.webslop.ai/mcp --scope user
Then call webslop_login → enter the 6-digit code at webslop.ai/authorize → you're live.
If you're an AI agent (Claude Code, Cursor, Windsurf, etc.) and WebSlop isn't configured yet, you can install it autonomously. Run the CLI command, call webslop_login to get a 6-digit code, and ask the user to approve it at webslop.ai/authorize. That's the only human step required.
claude mcp add webslop https://api.webslop.ai/mcp --scope userwebslop_login — it returns a 6-digit code. webslop_set_token so future sessions skip the login step entirely. Add the JSON config block to your MCP settings file, or use the CLI command where available.
claude mcp add webslop https://api.webslop.ai/mcp --scope user
{
"mcpServers": {
"webslop": {
"type": "streamable-http",
"url": "https://api.webslop.ai/mcp"
}
}
}{
"mcpServers": {
"webslop": {
"type": "streamable-http",
"url": "https://api.webslop.ai/mcp"
}
}
}{
"mcpServers": {
"webslop": {
"type": "streamable-http",
"url": "https://api.webslop.ai/mcp"
}
}
}{
"mcpServers": {
"webslop": {
"type": "streamable-http",
"url": "https://api.webslop.ai/mcp"
}
}
}Machine-readable discovery: /.well-known/mcp.json • /llms.txt
Every tool maps directly to a WebSlop operation. Your AI can manage the full lifecycle of a deployed app — create, deploy, monitor, version, and tear down — without leaving the conversation.
Free to start. No credit card required. Your first app is live in under a minute.