stevejford/shiply-mcp

โ˜๏ธ Cloud Platforms
0 Views
0 Installs

๐Ÿ“‡ โ˜๏ธ - Agent-first web host: publish a static site or edge function to the web in one call (no account), then manage updates, custom domains, SSL, env vars, databases, and email. Hosted remote MCP at https://shiply.now/mcp.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "stevejford-shiply-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "stevejford-shiply-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

shiply โ€” MCP server

shiply is the production backend for anything an agent builds โ€” not just static hosting. An agent can publish any app in a single call โ€” no account, no config โ€” and then give it a real backend over the same MCP server: a SQL database, server functions, SSR, email (send and receive), custom domains, SSL, environment variables, site data, lead capture, and a marketplace to sell the site it built. Flat price, no usage meter.

The recommended way to use shiply is the hosted, remote MCP endpoint โ€” connect to the live URL, nothing to run. This repo also ships a small local stdio MCP server (npx shiply-mcp / node index.mjs) that wraps shiply's public REST API directly (it is a real local server, not a proxy), for clients or hosts that prefer a local process. 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"
    }
  }
}

Local (stdio)

Prefer a local process? Run the bundled server โ€” it calls shiply's public REST API directly (no proxy to the hosted endpoint):

{
  "mcpServers": {
    "shiply": {
      "command": "npx",
      "args": ["-y", "shiply-mcp"]
    }
  }
}

Or clone this repo and run npm install && node index.mjs. Set SHIPLY_API_KEY (shp_โ€ฆ) for owned-site operations; publish_site works without it. Local tools: publish_site, site_status, rollback_site, add_custom_domain, check_custom_domain.

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 & versions โ€” publish_site (files โ†’ live *.shiply.now URL), update an existing site, rollback, delete_site
  • Status & verify โ€” site_status, list_sites, verify_site (status + SSL + thumbnail in one call)
  • Domains & SSL โ€” add_domain, check_domain, set_handle (vanity subdomain)
  • Config โ€” set_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 & inbox โ€” send_email, list_site_inbox, set_mailbox, forward
  • Contracts โ€” create, send, and track e-sign contracts
  • Analytics โ€” get_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

License

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

Related MCP Servers

4everland/4everland-hosting-mcp

๐ŸŽ–๏ธ ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ ๐Ÿง - An MCP server implementation for 4EVERLAND Hosting enabling instant deployment of AI-generated code to decentralized storage networks like Greenfield, IPFS, and Arweave.

โ˜๏ธ Cloud Platforms0 views
aashari/mcp-server-aws-sso

๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - AWS Single Sign-On (SSO) integration enabling AI systems to securely interact with AWS resources by initiating SSO login, listing accounts/roles, and executing AWS CLI commands using temporary credentials.

โ˜๏ธ Cloud Platforms0 views
agentmetal/mcp

๐ŸŽ–๏ธ ๐Ÿ“‡ โ˜๏ธ - Provision, SSH into, run commands on, and manage Linux VPSes from an agent โ€” pay USDC over x402 or by card over HTTP 402, a running box in under 60s. No signup, no API key to buy.

โ˜๏ธ Cloud Platforms0 views
alexbakers/mcp-ipfs

๐Ÿ“‡ โ˜๏ธ - upload and manipulation of IPFS storage

โ˜๏ธ Cloud Platforms0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.