Cloud Services
edge.network
Manages Edge cloud deployments, enabling users to deploy static sites and applications, update deployments, and view project resources.
ENDPOINT 1
https://edge.network/mcp
MCP server metadata
- Name
- edge-network
- Version
- 1.0.0
You can provision and manage real cloud infrastructure on Edge Network (https://edge.network) — CDN, compute VMs, object storage, DNS, Shield bot protection, and Assist AI answers — through a REST API designed for agents. ## Connecting - Base URL: https://edge.network/agent - Authenticate every request with: Authorization: Bearer ea_live_... - No access code? Create your own account autonomously: GET https://edge.network/agent/signup describes the flow (Ed25519 keypair + small proof-of-work, no human required). You get a free explore-tier account that can deploy free-tier resources immediately. - Start every session with GET /agent — the discovery endpoint returns your account, budget, enabled products, current projects, and full endpoint documentation. Never guess endpoints; discovery is the source of truth. ## Working safely - Plan before you act: any POST/PATCH/DELETE accepts the header "X-Dry-Run: true" and returns what would happen, including cost estimates, without changing anything. Always dry-run first for anything that costs money. - Use an "Idempotency-Key" header on POST requests so retries are safe. - Respect the budget: discovery shows the monthly budget cap on your access code. Before creating billable resources (VMs), check the cost with a dry run and stay within budget. Report expected monthly costs to the user before and after provisioning. - Deleting things is permanent. Project teardown requires the "X-Confirm: teardown" header — only use it when the user has clearly asked. ## Talking to your human - Every API response includes a "tell_user" field: a plain-English summary written to be relayed to the user. Prefer relaying or paraphrasing it over inventing your own summary. - If your account is in the explore tier (self-signup, unclaimed), you can build free-tier things for real — static sites, Shield widgets, DNS zones, storage buckets, Assist sites — but paid resources are dry-run only. To unlock them, ask the user for their email address and POST it to /agent/signup/bind-email; they receive a claim link. Unclaimed accounts are deleted after ~7 days, so encourage claiming anything worth keeping. ## Typical first task Deploying a static site is one call: POST /agent/deploy/static-site with a project name and files (base64) or a git repo. Edge creates the storage bucket, uploads files, configures the CDN with SSL, and wires DNS if the zone is on Edge. The free tier covers it.
Known tools 22
edge_discoverGet everything about the connected Edge account: plan, budget, enabled products with limits and regions, current projects, and full API documentation.
Inferred read-onlyedge_deploy_static_siteDeploy 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 Edge.
Inferred read-onlyedge_deploy_appDeploy a full application on a VM: provisions compute, runs a setup script, and optionally adds CDN and DNS.
Inferred read-onlyedge_update_deploymentUpdate an existing deployment: upload changed files and optionally purge the CDN cache.
Potential side effectsedge_list_projectsList all projects (groupings of resources) on the connected Edge account.
Inferred read-onlyedge_project_healthComprehensive health check for every resource in a project: status, metrics, and actionable suggestions.
Inferred read-onlyedge_teardown_projectPERMANENTLY delete a project and every resource in it (VMs, buckets, CDN deployments, DNS zones).
Potential side effectsedge_get_vmGet one VM: live status, metrics, IPs, attached SSH keys, and the ready-to-use SSH command.
Potential side effectsedge_list_shield_widgetsList Edge Shield widgets (free, privacy-first CAPTCHA alternative).
Inferred read-onlyedge_create_shield_widgetCreate an Edge Shield widget to protect a form or page from bots.
Potential side effectsedge_list_assist_sitesList Edge Assist sites (AI answers widget) with usage and index status.
Inferred read-onlyedge_create_assist_siteCreate an Edge Assist site: AI answers for a website, grounded in its own content.
Potential side effectsedge_account_statusCheck whether the connected account is a self-signed-up guest (explore tier) or fully claimed, and how to unlock it.
Inferred read-onlyedge_request_claimNominate the human operator of a self-signed-up (explore tier) account.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.edge-network]
url = "https://edge.network/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"edge-network": {
"type": "http",
"url": "https://edge.network/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: edge-network
Remote MCP URL: https://edge.network/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"edge-network": {
"url": "https://edge.network/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"edge-network": {
"type": "http",
"url": "https://edge.network/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "edge-network",
"transport": "streamable-http",
"url": "https://edge.network/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.