# Cymosoft (remote · cymosoft.com)

Cymosoft JSC profile and case studies (EN/JA) plus Japanese text utilities (文字数・全角半角・和暦)

- Trust score: 54/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `cymosoft.com`: 54/100 (this document), [markdown](https://verifymcp.io/servers/com-cymosoft-cymosoft/cymosoft.md), [page](https://verifymcp.io/servers/com-cymosoft-cymosoft/cymosoft)

## Channel facts

- Endpoint: `https://cymosoft.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 443 tokens (~73/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 70% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http com-cymosoft-cymosoft https://cymosoft.com/mcp
```

### Codex

```toml
[mcp_servers.com-cymosoft-cymosoft]
url = "https://cymosoft.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-cymosoft-cymosoft": {
      "type": "remote",
      "url": "https://cymosoft.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-cymosoft-cymosoft --url https://cymosoft.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-cymosoft-cymosoft:
    url: "https://cymosoft.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-cymosoft-cymosoft": {
      "type": "http",
      "url": "https://cymosoft.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 54)

First indexed and scored.

## MCP tools (6)

### `get_company_profile` (~56 tokens)

Get Cymosoft company profile

Company profile of Cymosoft JSC (株式会社サイモソフト), an AI-first software development company in Hanoi, Vietnam serving international clients including the Japanese market.

Input parameters:

- `language` (string): Response language (default: en)

### `list_case_studies` (~55 tokens)

List Cymosoft case studies

List Cymosoft's client project case studies (industry, engagement model, team size, tech stack). Use get_case_study for the full write-up.

Input parameters:

- `language` (string): Response language (default: en)

### `get_case_study` (~54 tokens)

Get one Cymosoft case study

Full case study text by id (ids come from list_case_studies).

Input parameters:

- `id` (string, required): Case study id, e.g. project1
- `language` (string): Response language (default: en)

### `count_japanese_characters` (~44 tokens)

Count Japanese characters (文字数カウント)

Count characters in Japanese (or any) text: total, excluding whitespace, and 原稿用紙 pages (400 chars/page).

Input parameters:

- `text` (string, required)

### `convert_fullwidth_halfwidth` (~53 tokens)

Convert 全角⇔半角

Convert Japanese text between fullwidth (全角) and halfwidth (半角) forms for ASCII letters, digits, punctuation and spaces.

Input parameters:

- `direction` (string, required)
- `text` (string, required)

### `convert_japanese_era` (~124 tokens)

Convert 和暦⇔西暦

Convert between Japanese era years (和暦: Reiwa/Heisei/Showa/Taisho/Meiji) and Western calendar years (西暦). Provide `year` for 西暦→和暦, or `era` + `era_year` for 和暦→西暦.

Input parameters:

- `era` (string): Era name, e.g. 令和 or Reiwa
- `era_year` (integer): Year within the era
- `year` (integer): Western year, e.g. 2026

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-cymosoft-cymosoft/cymosoft#diagnostics

## Score history

- 2026-08-03: 54

## Links

- Remote endpoint: https://cymosoft.com/mcp
- Repository: https://github.com/Cymosoft/cymosoft.github.io
- Website: https://cymosoft.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-cymosoft-cymosoft/cymosoft/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-cymosoft-cymosoft/cymosoft/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-cymosoft-cymosoft/cymosoft
