Skip to content
Cursor

denpyo mcp for Cursor

io.github.vladic-corp/denpyo-mcp

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

client:Cursor transport:stdio runtime:npm

Install denpyo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "denpyo-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "denpyo-mcp"
      ],
      "env": {
        "EVM_PRIVATE_KEY": "<EVM_PRIVATE_KEY>",
        "SVM_PRIVATE_KEY": "<SVM_PRIVATE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

denpyo mcp in other clients