Skip to main content
Glama
524,517 tools. Updated 2026-09-06 16:29

"Tailscale" matching MCP tools:

  • Delete (revoke) an auth key or API access token by id — a security response. Tailscale REST: DELETE /tailnet/{tailnet}/keys/{keyId}.
    Connector
    Destructive
    No auth
  • List all devices in the tailnet (name, addresses, OS, last seen, tags, etc.). Tailscale REST: GET /tailnet/{tailnet}/devices.
    ConnectorNo auth
  • Get the tailnet's split-DNS configuration — a map of domain → nameservers. Tailscale REST: GET /tailnet/{tailnet}/dns/split-dns.
    ConnectorNo auth
  • Expire a device's node key, forcing it to re-authenticate — a security response to a compromised or lost device. Tailscale REST: POST /device/{deviceId}/expire.
    Connector
    Destructive
    No auth
  • Set the subnet routes ENABLED for a device (from the routes it advertises). REPLACES the enabled set. Tailscale REST: POST /device/{deviceId}/routes.
    Connector
    Destructive
    No auth

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for safe programmatic access to the local Tailscale daemon: tailnet discovery, SSH config generation, port sharing via Serve/Funnel, and latency matrices.
    6
    21
    Creative Commons Attribution Non Commercial No Derivatives 4.0 International

Matching MCP Connectors

  • Read devices, users, keys, ACLs and DNS for a tailnet; manage devices, routes and auth keys.

  • Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.