jp-pint-mcp
jp-pint-mcp
MCP server that lets AI agents validate Japanese qualified invoices (適格請求書) and registration numbers (T+13) — including real-existence verification against the National Tax Agency (国税庁) public registry — via jp-pint. Zero dependencies.
Setup
Get a free key (200 validations/month) at https://jp-pint-rryxbfcsxq-an.a.run.app. Add to your MCP client config:
{
"mcpServers": {
"jp-pint": {
"command": "npx",
"args": ["github:junju523/jp-pint-mcp"],
"env": { "JP_PINT_KEY": "jpp_live_..." }
}
}
}Related MCP server: saudi-invoice-mcp
Tools
check_registration_number(number)— validate a 適格請求書発行事業者登録番号 ("T" + 13 digits): format + 法人番号 check digit, plus real-existence verification against the 国税庁 public registry (does it exist / still valid / registered name). (No key required.)validate_invoice(invoice)— validate the mandatory fields of a qualified invoice and 8%/10% tax consistency. (UsesJP_PINT_KEY.)
Privacy
Sends only the data you pass to the jp-pint API; invoice contents are not stored. Results are advisory — confirm final tax treatment with a professional.
License
MIT
Need a custom MCP server or AI integration?
I build production MCP servers, LLM/API integrations, and automation, and keep them reliable with strict schemas, eval gates, and monitoring. If you want something like this for your stack:
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
MCP server for Quaderno — tax-rate calculation, invoices, contacts, products, receipts & expenses.
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Validate EU, UK, AU VAT numbers for AI agents. EU ViDA e-invoicing compliance.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for the Japan National Tax Agency Corporate Number API, enabling corporate number lookup and search via local AI clients.31MIT
- AlicenseNot gradedqualityBmaintenanceRemote MCP server that lets any AI agent submit Saudi Arabia tax invoices to ZATCA (Fatoora Phase 2) — the Zakat, Tax and Customs Authority national e-invoicing gateway.MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for the Kaisha API, providing official Japanese company-registry data including corporate numbers and qualified invoice registrations, with pay-per-call via USDC micropayments.10MIT
- AlicenseAqualityBmaintenanceLocal MCP server for validating EU VAT numbers using the official VIES API. Enables AI to check VAT validity and optionally retrieve consultation numbers for legal proof.2MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/junju523/jp-pint-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server