com.anchoredip/anchoredip

MCPcommunautéen ligne
v1.1.0com.anchoredipUnknownMis à jour il y a 1 mois

Dedicated static outbound IPv4 over WireGuard. Free 7-day trial, no card, no sales call.

État de l’endpointen ligne
vérifié il y a 16 h · 1105 ms
100 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 1 moisDernière mise à jour
Paquet
Auteurcom.anchoredip
LicenceUnknown
Version1.1.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils8 outils · aucun privilégié
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé11 août 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

8 outils · aucun privilégié
Observé en direct depuis l’endpoint du fournisseur16h ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

  • https://api.anchoredip.com/api/mcp/8 outils · 1105 ms
list_plansThe published catalogue with live prices and which payment methods each plan accepts. Prices are never hardcoded; read them here.

The published catalogue with live prices and which payment methods each plan accepts. Prices are never hardcoded; read them here.

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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.

ParamètreTypeDescription
plan*stringSlug from list_plans.
organization_name*string
country*stringISO 3166-1 alpha-2.
billing_email*string
lease_statusEverything about one lease: whether it is active, which addresses it holds, its tunnels and when it renews.

Everything about one lease: whether it is active, which addresses it holds, its tunnels and when it renews.

ParamètreTypeDescription
access_token*stringReturned by order_lease. The only credential for a lease.
create_tunnelProvision a peer and return its WireGuard configuration. Three routing modes, and the right one depends on the machine. source (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…

Provision a peer and return its WireGuard configuration. Three routing modes, and the right one depends on the machine. source (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…

ParamètreTypeDescription
access_token*stringReturned by order_lease. The only credential for a lease.
routing_modestringDefaults 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.
destinationsarrayAddresses 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…
transportstringDefaults to wireguard. Use amneziawg where deep packet inspection blocks a plain WireGuard handshake; it needs an AmneziaWG client rather than wg-quick.
labelstringFor the customer's own reference.
revoke_tunnelRetire 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 b…

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 b…

ParamètreTypeDescription
access_token*stringReturned by order_lease. The only credential for a lease.
tunnel_id*integerThe id lease_status reports for the tunnel.
renew_leaseRaise 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 i…

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 i…

ParamètreTypeDescription
access_token*stringReturned by order_lease. The only credential for a lease.
planstringSlug from list_plans. Defaults to the plan the lease is already on; required to leave a trial.
set_autorenewStop 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 t…

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 t…

ParamètreTypeDescription
access_token*stringReturned by order_lease. The only credential for a lease.
enabled*booleanfalse stops the next charge, true resumes it.
set_reverse_dnsPublish a PTR record for an address on the lease. Live within a second; an empty hostname removes it.

Publish a PTR record for an address on the lease. Live within a second; an empty hostname removes it.

ParamètreTypeDescription
access_token*stringReturned by order_lease. The only credential for a lease.
address*string
hostname*stringEmpty removes the record.

8 outils sur 8 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

Dedicated static outbound IPv4 over WireGuard. Free 7-day trial, no card, no sales call.

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.