← kasanegi.com
INDIVIDUAL MCP TOOL
jp_local_peppol_validate
Peppol BIS invoice XML validation (= 100KB body cap).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kasanegi-com]
url = "https://mcp.kasanegi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kasanegi-com": {
"type": "http",
"url": "https://mcp.kasanegi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kasanegi-com
Remote MCP URL: https://mcp.kasanegi.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kasanegi-com": {
"url": "https://mcp.kasanegi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kasanegi-com": {
"type": "http",
"url": "https://mcp.kasanegi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kasanegi-com",
"transport": "streamable-http",
"url": "https://mcp.kasanegi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
jp_local_payroll_summary— Japan monthly payroll combo: deductions + social insurance + holiday + tax in one call.jp_local_payroll_calc— Japan payroll deduction calc by monthly salary: tax + social insurance.jp_local_standard_remuneration— Japan standard-remuneration grade lookup from monthly salary.jp_local_consumption_tax— Japan consumption tax rate (= invoice system aware) lookup by date.jp_local_holiday— Japan national holiday list for a given year (2024-2027).jp_local_houjin_lookup— Japan corporate-number candidate lookup from company name (= 5-mode disambiguation).jp_local_houjin_number— Japan corporate profile by 13-digit corporate number (= gBizINFO live).jp_local_invoice_issuer— Qualified invoice issuer (T-number) candidate lookup by company name.