Server data from the Official MCP Registry
Japanese invoice/receipt OCR + tax registration-number (T-number) verification, via x402.
Japanese invoice/receipt OCR + tax registration-number (T-number) verification, via x402.
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.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: EVM_PRIVATE_KEY
Environment variable: SVM_PRIVATE_KEY
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"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.