mcpserver.lol
registry/edge-mcp
Connection check verified live · 26h ago

edge-mcp

Deploy and manage Edge Network cloud: sites, VMs, storage, DNS, Shield, Assist. Agent self-signup.

Tools 22
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

22 tools

Read from the running server on 26h ago.

edge_account_status
Check whether the connected account is a self-signed-up guest (explore tier) or fully claimed, and how to unlock it.
edge_add_dns_record ttldata*name*type*dry_runzone_id* +1
Add a DNS record to a zone.
edge_create_assist_site name*dry_runhostname*index_url
Create an Edge Assist site: AI answers for a website, grounded in its own content. Free tier: 1 site, 250 answered questions/month. Returns the sitekey and a one-line embed snippet…
edge_create_bucket name*dry_run
Create an object storage bucket (S3-compatible). Free tier includes a limited number of buckets.
edge_create_dns_zone domain*dry_run
Create a DNS zone for a domain on Edge authoritative DNS. Free.
edge_create_shield_widget modename*dry_runhostnames
Create an Edge Shield widget to protect a form or page from bots. Free. Returns the sitekey, the secret (shown once — store it server-side), and a ready-to-paste embed snippet.
edge_deploy_app oscdnsize*domainregionscript +5
Deploy a full application on a VM: provisions compute, runs a setup script, and optionally adds CDN and DNS. This is BILLABLE — always dry_run first and report the monthly cost to…
edge_deploy_static_site repofilesbranchdomaindry_runproject* +3
Deploy a static website to Edge in one call: creates a storage bucket, uploads files (or clones a git repo), configures the global CDN with SSL, and wires DNS if the zone is on Edg…
edge_discover
Get everything about the connected Edge account: plan, budget, enabled products with limits and regions, current projects, and full API documentation. Call this first in every sess…
edge_get_vm vm_id*
Get one VM: live status, metrics, IPs, attached SSH keys, and the ready-to-use SSH command. Poll until status is "running" before attempting SSH.
edge_list_assist_sites
List Edge Assist sites (AI answers widget) with usage and index status.
edge_list_buckets
List storage buckets on the account.
edge_list_dns_zones
List DNS zones on the account.
edge_list_projects
List all projects (groupings of resources) on the connected Edge account.
edge_list_shield_widgets
List Edge Shield widgets (free, privacy-first CAPTCHA alternative).
edge_list_vms
List all virtual machines on the account with status, size, and IPs.
edge_project_health project_id*
Comprehensive health check for every resource in a project: status, metrics, and actionable suggestions.
edge_request_claim email*
Nominate the human operator of a self-signed-up (explore tier) account. They receive an email with a claim link; claiming unlocks billable resources and stops the ~7 day auto-purge…
edge_scale_project size*reasondry_runproject_id*
Scale the compute resources in a project up or down. BILLABLE — dry_run first and report the cost change to the user.
edge_teardown_project confirmdry_runproject_id*
PERMANENTLY delete a project and every resource in it (VMs, buckets, CDN deployments, DNS zones). Irreversible — only use when the user has clearly asked. Set confirm to true to ex…
edge_update_deployment files*dry_runpurge_cdnproject_id*changed_only
Update an existing deployment: upload changed files and optionally purge the CDN cache.
edge_upload_files files*bucket*dry_runchanged_only
Upload files to an existing storage bucket.