mcpbeat Sign in

Denpyo MCP Server

by vladic-corp Your server? Claim it
local only

Denpyo MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 20 Jul 2026.

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

Installs per day peak 168 · avg 11 · -89% w/w
a month agotoday
41
Installs / week
npm · denpyo-mcp
0
Stars
2 open issues
20 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.mjs:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command mcp/test-free.mjs:5
const child = spawn(process.execPath, ['index.mjs'], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add denpyo-mcp -- npx -y denpyo-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "denpyo-mcp": {
      "args": [
        "-y",
        "denpyo-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.denpyo-mcp]
command = "npx"
args = ["-y", "denpyo-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "denpyo-mcp": {
      "args": [
        "-y",
        "denpyo-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "denpyo-mcp": {
      "args": [
        "-y",
        "denpyo-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVM_PRIVATE_KEY (Base wallet private key holding USDC (0x...). Provide this or SVM_PRIVATE_KEY.), SVM_PRIVATE_KEY (Solana wallet private key holding USDC (base58). Provide this or EVM_PRIVATE_KEY.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Denpyo MCP

same job, measured the same way
MCP Jp Corporate ID
by skypier-jp-works

Validates and normalizes Japanese corporate numbers and invoice registration numbers (format only).

30 installs/wk local only
C
HojinCheck — Japanese corporate verification API (hojin = 法人/corporate entity)
by hojincheck

Verify Japanese companies, invoice-issuer registrations and addresses against government open data.

6 tools answering
C
Extract
by mart402

Web extraction, OCR (Japanese-strong), invoice and company data for AI agents. x402, no API key.

35 tools answering
MCP Jp Doc Intel
by infoinlet-marketplace

Japanese document AI for agents — invoice/meishi extraction, OCR, classification (hosted API).

22 installs/wk local only
C
Parser
by wrapper-agency-parsedoc

Parse receipts & invoices into structured JSON. Pay per call in USDC (x402 on Base), no API key.

42 installs/wk local only
China Medical Device Lookup
by huangjunsong404-crypto

Look up medical devices in China by UDI, product name, registrant, registration number or category.

6 tools answering
POPCORN MCP
by violetclaire

Signed time and SHA-256 witness receipts for agents, with offline verification and x402 payment.

360 installs/wk local only
TrustBench
by lithvall

x402 provider rankings + Ed25519-signed payment receipts + signature verification (3 tools).

41 installs/wk 3 tools answering

Denpyo MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Denpyo MCP?
Denpyo MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package denpyo-mcp was installed 41 times last week.
How do I connect Denpyo MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls denpyo-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Denpyo MCP?
The npm package denpyo-mcp was installed 41 times in the last week. Week over week that is -89%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Denpyo MCP open source?
We cannot say either way: written in TypeScript, 0 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.