Back to Browse

Denpyo Api MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Japanese invoice/receipt OCR + tax registration-number (T-number) verification, via x402.

About

Japanese invoice/receipt OCR + tax registration-number (T-number) verification, via x402.

Security Report

4.2
Use Caution4.2High Risk

This is a legitimate MCP server for Japanese invoice/receipt OCR with x402 payment integration. The codebase is well-structured with proper authentication (x402 wallet-based payments), clear scope (document processing, registry lookups), and reasonable permissions for its purpose. However, there are several code quality and security concerns: private key handling in environment variables without explicit warnings about secure storage, insufficient input validation on file size checks for base64-encoded data, and some error handling gaps that could leak sensitive information. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue (1 critical, 0 high severity).

8 files analyzed · 17 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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

process_spawn

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

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Base wallet private key holding USDC (0x...). Provide this or SVM_PRIVATE_KEY.Required

Environment variable: EVM_PRIVATE_KEY

Solana wallet private key holding USDC (base58). Provide this or EVM_PRIVATE_KEY.Required

Environment variable: SVM_PRIVATE_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-vladic-corp-denpyo-mcp": {
      "env": {
        "EVM_PRIVATE_KEY": "your-evm-private-key-here",
        "SVM_PRIVATE_KEY": "your-svm-private-key-here"
      },
      "args": [
        "-y",
        "denpyo-api"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!