shiply

shiply

Instant web hosting for AI agents. Publish a live site in one call, no account needed.

Category
Visit Server

README

shiply — MCP server

shiply is instant web hosting for AI agents. An agent can publish a live website in a single call — no account, no config — and then manage the whole site over the same MCP server: updates, custom domains, SSL, environment variables, site data, SQL databases, edge functions, lead capture, email, and a marketplace to sell the site it built.

This repo is the public descriptor for the hosted, remote shiply MCP server. There is nothing to install or run — you connect to the live endpoint. Listed on the Official MCP Registry as now.shiply/shiply.

Connect

Remote MCP endpoint (Streamable HTTP):

https://shiply.now/mcp

Add it to an MCP client (Claude Desktop, Cursor, Claude Code, etc.):

{
  "mcpServers": {
    "shiply": {
      "url": "https://shiply.now/mcp"
    }
  }
}

Auth

Auth is optional. publish_site works anonymously — anonymous sites go live instantly and can be claimed into an account later. Pass a Bearer API key (Authorization: Bearer shp_…) to manage owned sites and unlock variables, custom domains, databases, and analytics. Mint a key from the email-code flow in llms.txt.

Tools

The live, authoritative tool list + JSON schemas are always at /.well-known/mcp.json. By area:

  • Publish & versionspublish_site (files → live *.shiply.now URL), update an existing site, rollback, delete_site
  • Status & verifysite_status, list_sites, verify_site (status + SSL + thumbnail in one call)
  • Domains & SSLadd_domain, check_domain, set_handle (vanity subdomain)
  • Configset_variable (encrypted per-user env), site access (password / invite-only)
  • Site Data — read/write/export visitor records and collections
  • Databases — per-site SQL: Cloudflare D1 and Neon Postgres (provision, query, branch)
  • Edge functions — deploy serverless functions alongside the static site
  • Email & inboxsend_email, list_site_inbox, set_mailbox, forward
  • Contracts — create, send, and track e-sign contracts
  • Analyticsget_analytics (views, referrers)

Examples

Publish a folder, get a live URL (anonymous, no account):

// tool: publish_site
{ "files": [ { "path": "index.html", "content": "<h1>Hi</h1>" } ] }
// → { "url": "https://merry-maple-3kf2.shiply.now", "claimUrl": "..." }

Confirm it's live (status + SSL + screenshot) before reporting done:

// tool: verify_site
{ "slug": "merry-maple-3kf2" }
// → { "status": "LIVE", "ssl": { "valid": true }, "thumbnailUrl": "..." }

Pricing

Flat $0 / $8 / $24 — no usage meter, no surprise overage bill. See https://shiply.now/pricing.

Links

  • Site: https://shiply.now
  • Docs: https://shiply.now/docs
  • Machine guide: https://shiply.now/llms.txt
  • OpenAPI: https://shiply.now/openapi.json
  • MCP metadata: https://shiply.now/.well-known/mcp.json
  • Skill: shiply/SKILL.md · install with npx shiply-cli skill
  • Official MCP Registry: now.shiply/shiply

License

MIT — see LICENSE. (This repo is a metadata-only descriptor; the shiply product source is not included.)

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured