# io.github.Ainode-tech/swiss-army (remote · swiss.api.ainode.tech)

22 utility tools (x402 USDC on Base): currency, PDF, image, GDPR. Free health.

- Trust score: 67/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `swiss.api.ainode.tech`: 67/100 (this document), [markdown](https://verifymcp.io/servers/ainode-tech-swiss-army/swiss.md), [page](https://verifymcp.io/servers/ainode-tech-swiss-army/swiss)

## Channel facts

- Endpoint: `https://swiss.api.ainode.tech/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## 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**: 57/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 23 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 is enforced; there's no plaintext access path.
  - 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**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1120 tokens (~48/item across 23 items; 23 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ainode-tech-swiss-army https://swiss.api.ainode.tech/mcp
```

### Codex

```toml
[mcp_servers.ainode-tech-swiss-army]
url = "https://swiss.api.ainode.tech/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ainode-tech-swiss-army": {
      "type": "remote",
      "url": "https://swiss.api.ainode.tech/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ainode-tech-swiss-army --url https://swiss.api.ainode.tech/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ainode-tech-swiss-army:
    url: "https://swiss.api.ainode.tech/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ainode-tech-swiss-army": {
      "type": "http",
      "url": "https://swiss.api.ainode.tech/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 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, −1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 63)

First indexed and scored.

## MCP tools (23)

### `health` (~29 tokens)

Health check. Returns server status and optional echo.

Input parameters:

- `echo` (string): Optional string to echo back

### `json_to_csv` (~31 tokens)

Convert JSON array of objects to RFC 4180 CSV.

Input parameters:

- `input` (string, required): JSON array string

### `csv_to_json` (~27 tokens)

Convert CSV string to JSON array of objects.

Input parameters:

- `input` (string, required): CSV string

### `encode_base64` (~32 tokens)

Encode a UTF-8 string to Base64.

Input parameters:

- `input` (string, required): UTF-8 string to encode

### `decode_base64` (~31 tokens)

Decode a Base64 string to UTF-8.

Input parameters:

- `input` (string, required): Base64 string to decode

### `generate_hash` (~52 tokens)

Generate MD5, SHA-256, or SHA-512 hex digest.

Input parameters:

- `algorithm` (string, required): Hash algorithm: md5, sha256, or sha512
- `input` (string, required): String to hash

### `generate_uuid` (~38 tokens)

Generate one or more UUID v4 values.

Input parameters:

- `count` (number): Number of UUIDs to generate (1-100, default 1)

### `html_to_text` (~30 tokens)

Strip HTML tags and decode entities to plain text.

Input parameters:

- `input` (string, required): HTML string to convert

### `markdown_to_html` (~25 tokens)

Convert Markdown to HTML.

Input parameters:

- `input` (string, required): Markdown string to convert

### `extract_url_metadata` (~29 tokens)

Extract Open Graph metadata from a URL.

Input parameters:

- `url` (string, required): URL to extract metadata from

### `convert_timezone` (~77 tokens)

Convert a datetime between IANA timezones.

Input parameters:

- `datetime` (string, required): Datetime in ISO format (YYYY-MM-DDTHH:mm:ss)
- `from_timezone` (string, required): Source IANA timezone (e.g. America/New_York)
- `to_timezone` (string, required): Target IANA timezone (e.g. Europe/Lisbon)

### `parse_cron` (~63 tokens)

Parse a cron expression and return next run times.

Input parameters:

- `count` (number): Number of next runs to return (1-20, default 5)
- `expression` (string, required): Cron expression (e.g. '0 9 * * 1-5')

### `test_regex` (~60 tokens)

Test a regex pattern against an input string.

Input parameters:

- `flags` (string): Regex flags (g, i, m, s, u, y)
- `input` (string, required): Input string to test against
- `pattern` (string, required): Regular expression pattern

### `convert_currency` (~59 tokens)

Convert an amount between currencies using cached ECB exchange rates.

Input parameters:

- `amount` (number, required): Amount to convert
- `from` (string, required): Source currency code (ISO 4217)
- `to` (string, required): Target currency code (ISO 4217)

### `extract_pdf_text` (~34 tokens)

Extract text content from a base64-encoded PDF document.

Input parameters:

- `pdf` (string, required): Base64-encoded PDF document

### `resize_image` (~75 tokens)

Resize and compress a base64-encoded image.

Input parameters:

- `format` (string): Output format
- `height` (integer, required): Target height in pixels
- `image` (string, required): Base64-encoded image data
- `quality` (integer): JPEG quality (1-100)
- `width` (integer, required): Target width in pixels

### `validate_nif` (~41 tokens)

Validate Portuguese NIF/NIPC tax identification number (mod-11 check digit).

Input parameters:

- `nif` (string, required): Portuguese NIF or NIPC (9 digits)

### `validate_iban` (~46 tokens)

Validate IBAN (ISO 13616 mod-97) with SEPA BIC lookup for Portuguese banks.

Input parameters:

- `iban` (string, required): IBAN string (with or without spaces)

### `verify_eu_vat` (~65 tokens)

Verify EU VAT number via VIES (European Commission free API).

Input parameters:

- `country_code` (string, required): ISO 3166-1 alpha-2 country code (e.g. PT, DE, FR)
- `vat_number` (string, required): VAT number without country prefix

### `classify_gdpr` (~52 tokens)

Detect GDPR PII categories in text (email, phone, IP, name, location). Returns categories only, never actual PII values.

Input parameters:

- `text` (string, required): Text to scan for PII categories

### `generate_csp` (~81 tokens)

Generate Content-Security-Policy header from structured directives input.

Input parameters:

- `directives` (object): CSP directives map, e.g. { 'script-src': ['self', 'nonce-abc123'] }
- `report_only` (boolean): Use Content-Security-Policy-Report-Only header
- `report_uri` (string): Report URI for CSP violations

### `validate_cors` (~98 tokens)

Validate CORS policy against security best practices. Reports issues by severity.

Input parameters:

- `allow_credentials` (boolean): Access-Control-Allow-Credentials
- `allow_headers` (array): Allowed request headers
- `allow_methods` (array): Allowed HTTP methods
- `allow_origin` (required): Access-Control-Allow-Origin value(s)
- `expose_headers` (array): Access-Control-Expose-Headers
- `max_age` (number): Access-Control-Max-Age in seconds

### `detect_secrets` (~45 tokens)

Detect hardcoded secrets, API keys, and credentials in text using pattern matching and entropy analysis.

Input parameters:

- `text` (string, required): Text, code, or configuration to scan for secrets

## Diagnostics

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

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 66
- 2026-07-29: 65
- 2026-07-28: 64
- 2026-07-27: 64
- 2026-07-26: 63

## Links

- Remote endpoint: https://swiss.api.ainode.tech/mcp
- Changelog RSS feed: https://verifymcp.io/servers/ainode-tech-swiss-army/swiss/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ainode-tech-swiss-army/swiss/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ainode-tech-swiss-army/swiss
