streamable-httpMITupdated 2mo ago
Remote MCP server exposing machine-readable rules-as-code for Japanese crypto-asset taxation to AI agents — structured rules with statutory citations, tax parameters, and the current-vs-2028-reform transition logic. Built from public sources only.
What can you do with jp crypto tax rules?
JP Crypto Tax Rules — MCP Server
Remote MCP server exposing machine-readable rules-as-code for Japanese crypto-asset taxation to AI agents — structured rules with statutory citations, tax parameters, and the current-vs-2028-reform transition logic. Built from public sources only.
- MCP endpoint (Streamable HTTP, stateless):
https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp - Machine index: llms.txt · API contract: openapi.yaml
- Sibling gateways: jp-m2m-mcp (corporate records) · jp-biz-opportunity-mcp (tenders & subsidies)
Not tax advice. This is general tax-system information served as structured rules with citations. It does not respond to individual circumstances and is not a substitute for advice from a licensed tax professional (税理士). Always verify against primary sources.
| Tool | Pricing | Returns |
|---|---|---|
list_tax_rules |
Free | Rule catalog, filterable by category / taxpayer / tax_year (resolves the applicable epoch) |
get_tax_rule |
Free | One rule in full: statement, exceptions, statutory citations, sources |
get_tax_parameters |
Free | Tax-rate tables and thresholds with sources (income brackets, 20.315% breakdown, filing threshold) |
get_rule_pack |
0.05 USDC (x402) | Scenario-curated bundle: defi_staking, overseas_exchange, corporate_holding, transition_2028 |
The paid tool genuinely fulfills: a settled x402 payment returns the rule pack itself, not a placeholder.
Connect
claude mcp add --transport http jp-crypto-tax https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp
{
"mcpServers": {
"jp-crypto-tax": {
"type": "streamable-http",
"url": "https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp"
}
}
}
No API key and no initialize handshake required. USDC on Base (testnet during the current private beta).
Scope & sources
- Epochs: current regime (miscellaneous income, total-average / moving-average cost basis, through FY2027 returns) and the FY2026 reform (20.315% separate taxation, 3-year loss carryforward) marked
enacted_pendinguntil the enforcement date is fixed. - Sources: 国税庁 暗号資産FAQ (令和7年12月版), the relevant 所得税法 / 法人税法 / 消費税法 provisions via e-Gov, and the 令和8年度税制改正大綱. Every rule carries its own citations.
- Status: closed private beta. Rules, scope and pricing may change. Source of the gateway lives in a private repository; this repo hosts the public MCP documentation and registry manifest.
License
Install
Add jp crypto tax rules to your client. Pick the one you use.
claude mcp add --transport http jp-crypto-tax-rules https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcpcodex mcp add jp-crypto-tax-rules --url https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp{
"mcpServers": {
"jp-crypto-tax-rules": {
"url": "https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"jp-crypto-tax-rules": {
"type": "http",
"url": "https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"jp-crypto-tax-rules": {
"url": "https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"jp-crypto-tax-rules": {
"serverUrl": "https://jp-crypto-tax-rules-62ko7b2uwa-an.a.run.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 78 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 14, 2026 |