com.anchoredip/anchoredip

MCPcomunidaden línea
v1.1.0com.anchoredipUnknownActualizado hace 1 m

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

Estado del endpointen línea
comprobado hace 16 h · 1105 ms
100 % de las últimas 4 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
hace 1 mÚltima actualización
Paquete
Autorcom.anchoredip
LicenciaUnknown
Versión1.1.0
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas8 herramientas · ninguna privilegiada
Análisis de seguridad✓ Limpiovlive · hoy¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado11 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

8 herramientas · ninguna privilegiada
Observado en vivo desde el endpoint del proveedor16h ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://api.anchoredip.com/api/mcp/8 herramientas · 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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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…

ParámetroTipoDescripción
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.

ParámetroTipoDescripción
access_token*stringReturned by order_lease. The only credential for a lease.
address*string
hostname*stringEmpty removes the record.

8 de 8 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

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

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.