{"name":"com.anchoredip/anchoredip","slug":"anchoredip","title":"AnchoredIP","description":"Dedicated static outbound IPv4 over WireGuard. Free 7-day trial, no card, no sales call.","url":"https://mcp.market/server/anchoredip","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"sales","tags":["sales"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T05:55:48.841Z","last_ok_at":"2026-09-24T05:55:48.841Z","latency_ms":614},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://anchoredip.com","version":"1.1.0","remotes":[{"type":"streamable-http","url":"https://api.anchoredip.com/api/mcp/"}],"packages":[],"tools":[{"name":"create_tunnel","description":"Provision a peer and return its WireGuard configuration. Three routing modes, and the right one depends on the machine.\n\nsource (the default) sends only traffic from the leased address through us and leaves the default route alone — but it is written with wg-quick PostUp rules that invoke `ip`, so it runs on Linux under wg-quick and nowhere else. On macOS it aborts and deletes the interface.\n\nfull works in every client but claims the default route, so it cannot run beside an always-on corporate VPN.\n\ndestinations routes only the addresses you name. It needs no PostUp and takes no default route, so it runs in any client on any platform, and it matches what is usually being bought — one partner seeing a fixed address. It survives beside a VPN that installs a default route, but not one that captures traffic below the routing table. It cannot receive inbound connections from anywhere but those destinations.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"access_token":{"type":"string","description":"Returned by order_lease. The only credential for a lease."},"routing_mode":{"type":"string","enum":["source","full","destinations"],"description":"Defaults to source, which is Linux only. Use destinations when the machine is not a Linux server, or when only certain partners need to see the address."},"destinations":{"type":"array","items":{"type":"string"},"description":"Addresses or ranges to route through the tunnel, like 203.0.113.10 or 203.0.113.0/24. Required with routing_mode=destinations and rejected without it. Ask the user which partner requires the address rather than guessing a range."},"transport":{"type":"string","enum":["wireguard","amneziawg"],"description":"Defaults to wireguard. Use amneziawg where deep packet inspection blocks a plain WireGuard handshake; it needs an AmneziaWG client rather than wg-quick."},"label":{"type":"string","description":"For the customer's own reference."}},"required":["access_token"]}},{"name":"lease_status","description":"Everything about one lease: whether it is active, which addresses it holds, its tunnels and when it renews.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"access_token":{"type":"string","description":"Returned by order_lease. The only credential for a lease."}},"required":["access_token"]}},{"name":"list_plans","description":"The published catalogue with live prices and which payment methods each plan accepts. Prices are never hardcoded; read them here.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"order_lease","description":"Place an order. The trial plan is free and activates immediately; paid plans return payment details and stay pending until settled. No account or card is needed to order. A second trial for the same billing email is refused — order a paid plan instead, which needs no approval.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"plan":{"type":"string","description":"Slug from list_plans."},"organization_name":{"type":"string"},"country":{"type":"string","description":"ISO 3166-1 alpha-2."},"billing_email":{"type":"string"}},"required":["plan","organization_name","country","billing_email"]}},{"name":"renew_lease","description":"Raise an invoice for another term and keep the same addresses. This is how a trial becomes a paying customer: the address does not change, so whatever the customer's partner has already allowlisted goes on working. A trial cannot renew into itself, so name the plan to move to — called without one it returns the plans that can be moved to. Pressing it twice quotes the same reference rather than raising a second invoice.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"access_token":{"type":"string","description":"Returned by order_lease. The only credential for a lease."},"plan":{"type":"string","description":"Slug from list_plans. Defaults to the plan the lease is already on; required to leave a trial."}},"required":["access_token"]}},{"name":"revoke_tunnel","description":"Retire a peer and hand its slot back to the plan's allowance. An agent that provisions a tunnel per short-lived worker and never revokes one exhausts the allowance and then cannot bring the next machine up. Revoking the peer that holds the public address stops inbound connections to it and cannot be undone by promoting another — only by bringing a new machine up.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"access_token":{"type":"string","description":"Returned by order_lease. The only credential for a lease."},"tunnel_id":{"type":"integer","description":"The id lease_status reports for the tunnel."}},"required":["access_token","tunnel_id"]}},{"name":"set_autorenew","description":"Stop this lease charging the customer's card again, or start it again. Only a card subscription can be stopped — a bank transfer is a payment the customer sends us, so there is nothing of ours to cancel. Stopping is not a cancellation: the lease runs to the end of the period already paid for, and the same call turns it back on.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"access_token":{"type":"string","description":"Returned by order_lease. The only credential for a lease."},"enabled":{"type":"boolean","description":"false stops the next charge, true resumes it."}},"required":["access_token","enabled"]}},{"name":"set_reverse_dns","description":"Publish a PTR record for an address on the lease. Live within a second; an empty hostname removes it.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"access_token":{"type":"string","description":"Returned by order_lease. The only credential for a lease."},"address":{"type":"string"},"hostname":{"type":"string","description":"Empty removes the record."}},"required":["access_token","address","hostname"]}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-23T21:38:15.582Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T21:38:15.497Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2812ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://api.anchoredip.com/api/mcp/","reachable":true,"authRequired":false,"latencyMs":2812,"serverInfo":{"name":"anchoredip","version":"1.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://anchoredip.com/icon.svg","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}