← cymosoft.com

INDIVIDUAL MCP TOOL

convert_japanese_era

Convert between Japanese era years (和暦: Reiwa/Heisei/Showa/Taisho/Meiji) and Western calendar years (西暦).

cymosoft.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://cymosoft.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for convert_japanese_era and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

cymosoft.com

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.cymosoft]
url = "https://cymosoft.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "cymosoft": {
      "type": "http",
      "url": "https://cymosoft.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: cymosoft
Remote MCP URL: https://cymosoft.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": {
    "cymosoft": {
      "url": "https://cymosoft.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "cymosoft": {
      "type": "http",
      "url": "https://cymosoft.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "cymosoft",
  "transport": "streamable-http",
  "url": "https://cymosoft.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_company_profile — Company profile of Cymosoft JSC (株式会社サイモソフト), an AI-first software development company in Hanoi, Vietnam serving international clients including the Japanese market.
  • list_case_studies — List Cymosoft's client project case studies (industry, engagement model, team size, tech stack).
  • get_case_study — Full case study text by id (ids come from list_case_studies).
  • count_japanese_characters — Count characters in Japanese (or any) text: total, excluding whitespace, and 原稿用紙 pages (400 chars/page).
  • convert_fullwidth_halfwidth — Convert Japanese text between fullwidth (全角) and halfwidth (半角) forms for ASCII letters, digits, punctuation and spaces.