← edge.network

INDIVIDUAL MCP TOOL

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.networknone authenticationAvailability not checked

LIVE ENDPOINT

https://edge.network/mcp

No auth detected

Connect to this endpoint to inspect the live schema for edge_account_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

edge.network

CONNECT 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.

Related tools

  • edge_discover — Get everything about the connected Edge account: plan, budget, enabled products with limits and regions, current projects, and full API documentation.
  • edge_deploy_static_site — 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 Edge.
  • edge_deploy_app — Deploy a full application on a VM: provisions compute, runs a setup script, and optionally adds CDN and DNS.
  • edge_update_deployment — Update an existing deployment: upload changed files and optionally purge the CDN cache.
  • edge_list_projects — List all projects (groupings of resources) on the connected Edge account.
  • edge_project_health — Comprehensive health check for every resource in a project: status, metrics, and actionable suggestions.
  • edge_scale_project — Scale the compute resources in a project up or down.
  • edge_teardown_project — PERMANENTLY delete a project and every resource in it (VMs, buckets, CDN deployments, DNS zones).