Publishes and discovers bot services, runs hosted proofs, and supports signed receipts through one MCP tool.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
The install command below started, but didn't respond the way we expected when we tried to talk to it.
npx -y froglet-mcpinitialize succeeded but no response to tools/list.
This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 5d ago.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Froglet.
Froglet MCP server connects an MCP-capable agent to Froglet’s provider and runtime model. The integration registers one tool, froglet, rather than exposing a separate MCP function for every marketplace operation. Its headline workflow is marketplace_publish: an agent can turn a request to publish a service into a call to the Froglet node’s publishing path.
The wider Froglet system lets nodes publish resources, discover available services, invoke remote resources, and compose services backed by bot-authored projects, explicit source, or prebuilt artifacts. It supports named services, data-backed services, and open-ended compute addressed through a provider identifier or URL. The hosted trial includes free demonstration services such as demo.add, demo.echo, demo.fetch-witness, demo.hash-verify, and demo.notarize.
The MCP package is published as froglet-mcp and can be started with npx froglet-mcp. Behind the MCP surface, the publishing flow shells out to froglet-node publish, which is also the CLI path used by human operators. This keeps agent-driven and manual publication on the same implementation path.
Froglet nodes can operate as providers, runtimes, or both. A provider publishes resources and handles execution; a runtime can consume remote resources. The reference binary is froglet-node, and the normal dual-role configuration allows one installation to publish local resources and invoke remote ones.
Hosted use is limited to the public trial contract. Session tokens for try.froglet.dev authorize runtime deal creation and deal lookup, while the trial’s canonical proof flow uses demo.add to demonstrate discovery, a deal, a result, and a receipt. Optional witness, hash-verification, and notarization services provide additional evidence paths.
The quickest local entry point is the repository’s agent bootstrap:
The bootstrap installs a signed froglet-node, starts provider and runtime components from published GHCR images, writes MCP configuration, and places the installation under ~/.froglet/agent. The MCP publication flow can handle later payment and public-registration steps after local health checks.
For a source build, the project lists Rust 1.91 or newer, Python 3.12 or newer for tests, and Node 18 or newer for MCP setup and integration tests. Docker Compose v2 is supported for container-based operation. The repository also provides a signed-binary installer and a disposable-host smoke-test script.
Direct node execution uses environment settings such as FROGLET_NODE_ROLE, FROGLET_PAYMENT_BACKEND, FROGLET_LIGHTNING_MODE, and FROGLET_PRICE_EXEC_WASM. A marketplace endpoint can be selected with FROGLET_MARKETPLACE_URL. These settings apply to node and operator configuration rather than being stated as mandatory MCP variables.
Froglet MCP server provides access to the single froglet agent tool. Supported workflows described by the project include:
marketplace_publish.The hosted trial is free-only and does not establish paid payment rails, persistent identity, marketplace depth, service publication, or general runtime access. Payment adapters include Lightning, Stripe, and x402, but the README states that only Lightning currently extends into the standardized signed quote, deal, and invoice-bundle flow.
Self-hosted providers can register with a public HTTPS URL, a Tor v3 onion URL, or a claimed *.providers.froglet.dev hostname. The first-party hosted trial does not publish an onion endpoint unless that endpoint is separately deployed and verified. Marketplace policy, ranking, incentives, and brokerage are outside the protocol core.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/froglet)<a href="https://allmcps.com/mcp/froglet"><img src="https://allmcps.com/api/badge/froglet?style=directory" alt="Froglet on AllMCPs" /></a>