General Tools
kasanegi.com
Provides Japan-specific payroll calculations including deductions, social insurance, holiday lookup, and tax rates.
ENDPOINT 1
https://mcp.kasanegi.com/mcp
MCP server metadata
- Name
- mcp-data-gateway
- Version
- 0.2.0
tools/list returns one tool per registry endpoint where the lifecycle is publicly sold. tools/call returns a transition response with canonical broker-gateway preview and production paths on api.kasanegi.com plus current price and lifecycle. Buyers integrate against the broker-gateway path; raw product production origin is transition fallback only.
Known tools 21
jp_local_payroll_summaryJapan monthly payroll combo: deductions + social insurance + holiday + tax in one call.
Inferred read-onlyjp_local_payroll_calcJapan payroll deduction calc by monthly salary: tax + social insurance.
Inferred read-onlyjp_local_standard_remunerationJapan standard-remuneration grade lookup from monthly salary.
Inferred read-onlyjp_local_consumption_taxJapan consumption tax rate (= invoice system aware) lookup by date.
Potential side effectsjp_local_houjin_lookupJapan corporate-number candidate lookup from company name (= 5-mode disambiguation).
Inferred read-onlyjp_local_houjin_numberJapan corporate profile by 13-digit corporate number (= gBizINFO live).
Inferred read-onlyjp_local_invoice_issuerQualified invoice issuer (T-number) candidate lookup by company name.
Potential side effectsjp_local_invoice_lookupQualified invoice issuer registration lookup by T-number.
Potential side effectsjp_enrich_company_by_nameJapan company candidate resolution from name (= 5-mode disambiguation).
Inferred read-onlyjp_enrich_company_by_domainJapan company resolution from web domain (= ~40% coverage).
Inferred read-onlyjp_enrich_company_by_houjinJapan company profile from 13-digit corporate number (= gBizINFO live).
Inferred read-onlyjp_enrich_business_signalsPublic-procurement and gazette signals by corporate number.
Inferred read-onlyjp_enrich_people_by_houjinListed-company officers (= EDINET annual-report rows) by corporate number.
Inferred read-onlyjp_enrich_batchBatch company enrichment from name/domain/houjin (mixed, max 10 items).
Inferred read-onlyjp_grants_detailSingle-grant detail with structured fields, deadline, contact, and amount-extraction safety.
Inferred read-onlyjp_grants_searchGrant search by keyword + filters (keyword optional, default any).
Inferred read-onlyjp_grants_eligibleGrant ranking for company profile (= 5-factor weighted; review-required).
Inferred read-onlyCONNECT 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.mcp-data-gateway]
url = "https://mcp.kasanegi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-data-gateway": {
"type": "http",
"url": "https://mcp.kasanegi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-data-gateway
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": {
"mcp-data-gateway": {
"url": "https://mcp.kasanegi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-data-gateway": {
"type": "http",
"url": "https://mcp.kasanegi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-data-gateway",
"transport": "streamable-http",
"url": "https://mcp.kasanegi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kasanegi.com was fetched 2026-09-07T08:24:38.674Z.
kasanegi.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.