← anchoredip.com

INDIVIDUAL MCP TOOL

renew_lease

Raise an invoice for another term and keep the same addresses.

anchoredip.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.anchoredip.com/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

anchoredip.com

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.anchoredip]
url = "https://api.anchoredip.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "anchoredip": {
      "type": "http",
      "url": "https://api.anchoredip.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: anchoredip
Remote MCP URL: https://api.anchoredip.com/api/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": {
    "anchoredip": {
      "url": "https://api.anchoredip.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "anchoredip": {
      "type": "http",
      "url": "https://api.anchoredip.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "anchoredip",
  "transport": "streamable-http",
  "url": "https://api.anchoredip.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_plans — The published catalogue with live prices and which payment methods each plan accepts.
  • order_lease — Place an order.
  • lease_status — Everything about one lease: whether it is active, which addresses it holds, its tunnels and when it renews.
  • create_tunnel — Provision a peer and return its WireGuard configuration.
  • revoke_tunnel — Retire a peer and hand its slot back to the plan's allowance.
  • set_autorenew — Stop this lease charging the customer's card again, or start it again.
  • set_reverse_dns — Publish a PTR record for an address on the lease.