io.github.valetdotdev/valet

MCPcommunautéen ligne
v1.0.0io.github.valetdotdevUnknownMis à jour il y a 1 mois

Get share links, publish and manage websites, artifacts and agents. No account needed.

État de l’endpointen ligne
vérifié il y a 11 h · 157 ms
100 % des dernières 5 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
Auteurio.github.valetdotdev
LicenceUnknown
Version1.0.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’outils16 outils · 2 privilégiés
Analyse de sécurité✓ Proprevlive · aujourd’huiQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé14 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

16 outils · 2 privilégiés
Observé en direct depuis l’endpoint du fournisseur11h 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.valet.dev/mcp16 outils · 157 ms
attach_site_connectorAttach an organization connector to a website so pages served from that site can call the connector's tools. Attaching is a grant, and it is wider than it looks: every person who can open the page can call every tool the connector exposes, using the credential Valet holds for it. On a private site…

Attach an organization connector to a website so pages served from that site can call the connector's tools. Attaching is a grant, and it is wider than it looks: every person who can open the page can call every tool the connector exposes, using the credential Valet holds for it. On a private site…

ParamètreTypeDescription
site*stringRequired. The site's name.
connector*stringRequired. The organization connector's name. It is also the name a page served from the site calls it by.
org_namestringThe Valet organization the site and the connector belong to. Omit to use the organization the account joined first.
call_site_connectorRun one tool on a connector attached to a website and return what the connector answered. It is the sampling step of building a page that calls live data: discover, attach, read the schemas, then call one tool for real before you write any page code. Call it because a schema is not a shape. list_s…

Run one tool on a connector attached to a website and return what the connector answered. It is the sampling step of building a page that calls live data: discover, attach, read the schemas, then call one tool for real before you write any page code. Call it because a schema is not a shape. list_s…

ParamètreTypeDescription
site*stringRequired. The site's name.
connector*stringRequired. The name the connector is attached under, which is the name a page calls it by.
tool*stringRequired. The tool to run, spelled exactly as list_site_connectors reports it.
argsobjectArguments for the tool, as an object matching the tool's own input schema from list_site_connectors. Omit it for a tool that takes none.
org_namestringThe Valet organization the site belongs to. Omit to use the organization the account joined first.
create_connectorCreate an organization connector from a Valet catalog entry. It is the step after list_catalog_connectors found the entry for the product the user named; attach_site_connector then lets a website's pages call it. It creates an entry whose credential is a secret. Pass each slot the entry asks for i…

Create an organization connector from a Valet catalog entry. It is the step after list_catalog_connectors found the entry for the product the user named; attach_site_connector then lets a website's pages call it. It creates an entry whose credential is a secret. Pass each slot the entry asks for i…

ParamètreTypeDescription
entry*stringRequired. The catalog entry's name, spelled exactly as list_catalog_connectors reports it.
org_namestringThe Valet organization to create the connector in. Omit to use the organization the account joined first.
secretsobjectThe entry's secret slots, as slot name to value. Valet stores each as an organization secret. A value passed here travels through this conversation; leave it o…
delete_siteprivilégiéPermanently delete a website and stop serving it. Identify it by name, which requires connecting a Valet account, or by the site_token returned when it was published anonymously — whoever published a site can always take it down. This cannot be undone.

Permanently delete a website and stop serving it. Identify it by name, which requires connecting a Valet account, or by the site_token returned when it was published anonymously — whoever published a site can always take it down. This cannot be undone.

ParamètreTypeDescription
namestringGive this or site_token. The site's name, which requires a connected Valet account.
site_tokenstringGive this or name. The token returned when the site was published anonymously; it identifies that one site.
org_namestringThe Valet organization the site belongs to. Omit to use the organization the account joined first.
detach_site_connectorDetach a connector from a website, so pages served from that site can no longer call it. The connector itself is left in place for the rest of the organization, and nothing else about the site changes. This is how the grant attaching made is taken back. While a connector is attached, everyone who…

Detach a connector from a website, so pages served from that site can no longer call it. The connector itself is left in place for the rest of the organization, and nothing else about the site changes. This is how the grant attaching made is taken back. While a connector is attached, everyone who…

ParamètreTypeDescription
site*stringRequired. The site's name.
connector*stringRequired. The name the connector is attached under, which is the name a page calls it by.
org_namestringThe Valet organization the site belongs to. Omit to use the organization the account joined first.
get_connector_clientGet how a page served from a Valet site talks to the connectors attached to it. It is the pair to get_design_system: consult that tool for the artifact's identity, this one for how it talks to its connectors. Call it before writing any page code that fetches from a connector. Returns the same-orig…

Get how a page served from a Valet site talks to the connectors attached to it. It is the pair to get_design_system: consult that tool for the artifact's identity, this one for how it talks to its connectors. Call it before writing any page code that fetches from a connector. Returns the same-orig…

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

get_design_systemGet the identity brief to follow before you build or substantially rewrite an artifact. Returns the caller's organization design system when it has one, otherwise the Valet default. Honor an artifact form the user requests. Otherwise choose the artifact form and treatment from its audience, job, an…

Get the identity brief to follow before you build or substantially rewrite an artifact. Returns the caller's organization design system when it has one, otherwise the Valet default. Honor an artifact form the user requests. Otherwise choose the artifact form and treatment from its audience, job, an…

ParamètreTypeDescription
org_namestringThe Valet organization whose design system to read. Omit to use the organization the account joined first.
anonymousbooleanSet true only when building an explicitly anonymous site. No organization is consulted and the Valet default is returned. Omit for the account-first path.
get_siteGet one website's URL, access mode, version, and expiry. Identify it by name, which requires connecting a Valet account, or by the site_token returned when it was published anonymously. A password-protected site reports that it is gated and never its visitor password. Read the password from the Va…

Get one website's URL, access mode, version, and expiry. Identify it by name, which requires connecting a Valet account, or by the site_token returned when it was published anonymously. A password-protected site reports that it is gated and never its visitor password. Read the password from the Va…

ParamètreTypeDescription
namestringGive this or site_token. The site's name, which requires a connected Valet account.
site_tokenstringGive this or name. The token returned when the site was published anonymously; it identifies that one site.
org_namestringThe Valet organization the site belongs to. Omit to use the organization the account joined first.
list_attachable_connectorsList the organization connectors a website can hold — the discovery step before attach_site_connector. Only connectors a page can actually call appear: HTTP MCP servers reached over the sse or streamable-http transport. Command connectors and stdio MCP servers are excluded by definition — they run…

List the organization connectors a website can hold — the discovery step before attach_site_connector. Only connectors a page can actually call appear: HTTP MCP servers reached over the sse or streamable-http transport. Command connectors and stdio MCP servers are excluded by definition — they run…

ParamètreTypeDescription
sitestringA site to mark already-attached connectors against. Omit for the plain organization-wide list.
org_namestringThe Valet organization whose connectors to list. Omit to use the organization the account joined first.
list_catalog_connectorsList the connectors Valet curates — the catalog an organization creates a connector from. Reach for it when list_attachable_connectors returned nothing that serves the data a page needs: the organization has no connector for it yet, and this says whether Valet has an entry for the product and what…

List the connectors Valet curates — the catalog an organization creates a connector from. Reach for it when list_attachable_connectors returned nothing that serves the data a page needs: the organization has no connector for it yet, and this says whether Valet has an entry for the product and what…

ParamètreTypeDescription
org_namestringThe Valet organization a connector would be created in. The catalog is the same for every organization; this names the one the answer points the next step at.…
list_site_connectorsList the connectors attached to a website, each with the tools a page served from that site can call. Read it before writing a page that calls one: the tool names and argument schemas it returns are what the page's own calls have to match, and guessing them produces a page that fails on its first c…

List the connectors attached to a website, each with the tools a page served from that site can call. Read it before writing a page that calls one: the tool names and argument schemas it returns are what the page's own calls have to match, and guessing them produces a page that fails on its first c…

ParamètreTypeDescription
site*stringRequired. The site's name.
org_namestringThe Valet organization the site belongs to. Omit to use the organization the account joined first.
list_sitesList the websites in a Valet organization: name, URL, access mode, and when each was last published. It is the way to recover a site's name when an earlier publish has scrolled out of the conversation. Requires connecting a Valet account.

List the websites in a Valet organization: name, URL, access mode, and when each was last published. It is the way to recover a site's name when an earlier publish has scrolled out of the conversation. Requires connecting a Valet account.

ParamètreTypeDescription
org_namestringThe Valet organization to list. Omit to use the organization the account joined first.
publish_sitePublish files as a live website on the public internet, served over HTTPS. Use it when a report, essay, slide-like narrative, dashboard, marketing surface, or other static artifact reads better at a live URL than as conversation text. Honor an artifact form the user requests. Otherwise choose the a…

Publish files as a live website on the public internet, served over HTTPS. Use it when a report, essay, slide-like narrative, dashboard, marketing surface, or other static artifact reads better at a live URL than as conversation text. Honor an artifact form the user requests. Otherwise choose the a…

ParamètreTypeDescription
files*arrayRequired. The site's files. One file named index.html is the minimum; add more for stylesheets, scripts, or further pages.
title*stringRequired. What the site is called, written for a person: 'Q3 Migration Audit', not a hostname. It labels the site wherever it is listed, so write the same thin…
description*stringRequired. One sentence saying what the site holds, for a person deciding whether to open it. It is shown beside the title wherever the site is listed.
namestringThe site's name, which becomes the last segment of its URL, https://<org>.valet.run/<name>. Omit to have one generated. Naming a site that already exists repub…
org_namestringThe Valet organization to publish into. Omit to use the organization the account joined first.
idempotency_keystringAn opaque key of your choosing. Repeating a call with the same key returns the first call's result instead of publishing a second site, which makes a retry saf…
site_tokenstringThe token an earlier anonymous publish returned. Give it back to update that same site instead of creating another.
anonymousbooleanSet true only when the user explicitly wants a temporary public site without account ownership. Omit for the account-first path, which connects a Valet account…
rename_siteprivilégiéRename a website and move it to https://<org>.valet.run/<new-name>. The old address stops serving the site and its name becomes available to another site or app in the same organization. Requires connecting a Valet account.

Rename a website and move it to https://<org>.valet.run/<new-name>. The old address stops serving the site and its name becomes available to another site or app in the same organization. Requires connecting a Valet account.

ParamètreTypeDescription
name*stringRequired. The site's current name.
new_name*stringRequired. The site's new name. It also becomes the last path segment of the new URL.
org_namestringThe Valet organization the site belongs to. Omit to use the organization the account joined first.
set_site_accessSet who can reach a website: public serves it to anyone who has the link, private serves it only to members of the organization that owns it, and password serves it to anyone who enters a shared visitor password. Requires connecting a Valet account. Password mode takes the password as the password…

Set who can reach a website: public serves it to anyone who has the link, private serves it only to members of the organization that owns it, and password serves it to anyone who enters a shared visitor password. Requires connecting a Valet account. Password mode takes the password as the password…

ParamètreTypeDescription
name*stringRequired. The site's name.
mode*stringRequired. The access mode. public serves the site to anyone who has the link. private serves it only to members of the organization that owns it. password serv…
passwordstringThe shared visitor password. Required for password mode and rejected for the others. Anyone who enters it can open the site, so a site's owner passes it to who…
org_namestringThe Valet organization the site belongs to. Omit to use the organization the account joined first.
share_siteShare a website with specific people by email, whether it is private or password-protected — sharing does not change who else can reach it. Each address is mailed a link from Valet that opens the site; the recipient needs no Valet account of their own, only the link, so anyone holding the email can…

Share a website with specific people by email, whether it is private or password-protected — sharing does not change who else can reach it. Each address is mailed a link from Valet that opens the site; the recipient needs no Valet account of their own, only the link, so anyone holding the email can…

ParamètreTypeDescription
name*stringRequired. The site's name.
org_namestringThe Valet organization the site belongs to. Omit to use the organization the account joined first.
emails*arrayRequired. The email addresses to share the site with, at most 10 at a time. Sharing again with an address that already has access re-sends the same link rather…
messagestringAn optional note included in the email, shown to the recipient as a quote beside the link. At most 500 characters.
expires_in_secondsintegerHow many seconds from now the link stops working if nobody has opened it yet. Omit, or pass 0, for a link that never expires this way.
access_ttl_secondsintegerHow many seconds of access the first open starts, after which the link stops working. Omit, or pass 0, for access that never expires this way. Composes with ex…

16 outils sur 16 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

Get share links, publish and manage websites, artifacts and agents. No account needed.

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.