Back to Browse

Froglet MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Run local Froglet verifiable compute, signed receipts, settlement, and service publication.

About

Run local Froglet verifiable compute, signed receipts, settlement, and service publication.

Security Report

4.2
Use Caution4.2High Risk

The Froglet MCP server is a developer tool for verifiable compute and service publication with generally sound security practices. Authentication is required via token files for all sensitive operations, and URL validation includes SSRF protections with DNS pinning. However, several code quality issues present moderate risks: the codebase contains broad exception handling that could mask errors, performs file I/O operations without comprehensive error handling for edge cases, and makes numerous HTTP requests with timeouts that could be better validated. Permissions are appropriate for its purpose (network access for APIs, environment variables for credentials, file I/O for tokens). Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

4 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

system_info

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-armanas-froglet": {
      "args": [
        "-y",
        "froglet-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!