MCP Server
MCP
io.github.vladic-corp/denpyo-mcp
Japanese invoice/receipt OCR + tax registration-number (T-number) verification, via x402.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "denpyo-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base wallet private key holding USDC (0x...). Provide this or SVM_PRIVATE_KEY.",
"isSecret": true,
"name": "EVM_PRIVATE_KEY"
},
{
"description": "Solana wallet private key holding USDC (base58). Provide this or EVM_PRIVATE_KEY.",
"isSecret": true,
"name": "SVM_PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment