# Truss (remote · mcp.trus.co.il)

Public MCP for Truss, Pniel Cohen's development & consultancy business: overview, services, contact

- Trust score: 87/100 (high trust)
- Change this week: +1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `mcp.trus.co.il`: 87/100 (this document), [markdown](https://verifymcp.io/servers/il-co-trus-truss/mcp.md), [page](https://verifymcp.io/servers/il-co-trus-truss/mcp)

## Channel facts

- Endpoint: `https://mcp.trus.co.il/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.2`

## 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-09-20.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 86/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 2525 tokens (~64/item across 39 items; 4 tools + 35 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 4 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Truss MCP server?

Truss is a hosted endpoint at https://mcp.trus.co.il/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http il-co-trus-truss 'https://mcp.trus.co.il/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "il-co-trus-truss": {
      "url": "https://mcp.trus.co.il/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "il-co-trus-truss": {
      "type": "http",
      "url": "https://mcp.trus.co.il/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.il-co-trus-truss]
url = "https://mcp.trus.co.il/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "il-co-trus-truss": {
      "type": "remote",
      "url": "https://mcp.trus.co.il/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add il-co-trus-truss --url 'https://mcp.trus.co.il/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  il-co-trus-truss:
    url: "https://mcp.trus.co.il/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "il-co-trus-truss": {
      "Transport": "http",
      "Url": "https://mcp.trus.co.il/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add il-co-trus-truss -t streamable-http -u 'https://mcp.trus.co.il/mcp'
```

### Other

```json
{
  "mcpServers": {
    "il-co-trus-truss": {
      "type": "http",
      "url": "https://mcp.trus.co.il/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-09-16 (score 87, 0)

- [security] Stability: 0.97 → pass

### 2026-09-15 (score 87, +1)

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

### 2026-09-13 (score 86, +1)

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

### 2026-09-11 (score 85, +1)

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

### 2026-09-08 (score 84, +1)

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

### 2026-09-06 (score 83, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional] Server version: 1.1.2 → 1.1.3

### 2026-09-04 (score 82, +1)

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

### 2026-09-02 (score 81, +1)

- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “get_truss_information” rewrote its description, which is the text the model reads
- [security] Tool “list_truss_services” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 55 → 64
- [functional regression] Resource “service-en-ai-knowledge-retrieval-systems” was removed
- [functional regression] Resource “service-en-ai-workflow-agent-development” was removed
- [functional regression] Resource “service-en-apis-sdks-mcp-integrations” was removed
- [functional regression] Resource “service-en-legacy-modernization-refactoring-migration” was removed
- [functional regression] Resource “service-en-platform-plugins-extensions” was removed
- [functional regression] Resource “service-he-ai-knowledge-retrieval-systems” was removed
- [functional regression] Resource “service-he-ai-workflow-agent-development” was removed
- [functional regression] Resource “service-he-apis-sdks-mcp-integrations” was removed
- [functional regression] Resource “service-he-legacy-modernization-refactoring-migration” was removed
- [functional regression] Resource “service-he-platform-plugins-extensions” was removed
- [functional] Schema quality: good → excellent
- [functional] New resource “overview-en”
- [functional] New resource “overview-he”
- [functional] New resource “service-en-ai-knowledge-and-retrieval-systems”
- [functional] New resource “service-en-ai-workflow-and-agent-development”
- [functional] New resource “service-en-apis-sdks-and-mcp-servers”
- [functional] New resource “service-en-platform-plugins-and-extensions”
- [functional] New resource “service-en-refactoring-modernization-and-scaling”
- [functional] New resource “service-he-ai-knowledge-and-retrieval-systems”
- [functional] New resource “service-he-ai-workflow-and-agent-development”
- [functional] New resource “service-he-apis-sdks-and-mcp-servers”
- [functional] New resource “service-he-platform-plugins-and-extensions”
- [functional] New resource “service-he-refactoring-modernization-and-scaling”
- [functional] Server version: 1.1.1 → 1.1.2
- [functional] New tool “get_truss_overview”

## MCP tools (4)

### `get_truss_overview` (~115 tokens)

Get Truss overview

High-level Truss business overview (same payload as truss://overview/{locale}). Prefer this tool for broad questions about Truss as a business and for broad questions about Pini’s professional work, capabilities, or what he does through Truss (for example "What is Truss?", "What does Truss do?", "Tell me about Truss", "What does Pini do?", "Tell me about Pini professionally"). Pass locale he for Hebrew; default is en.

Input parameters:

- `locale` (string)

Output parameters:

- `canonicalUrl` (string)
- `contentRevision` (string)
- `locale` (string)
- `markdown` (string)
- `productVersion` (string)
- `title` (string)

### `list_truss_services` (~82 tokens)

List Truss services

Ordered index of the nine published Truss service areas, including short descriptions. Prefer this tool to list, enumerate, or browse the complete current service catalog. For broad “what is / what does Truss” questions, prefer get_truss_overview instead. Pass locale he for Hebrew titles and descriptions; default is en.

Input parameters:

- `locale` (string)

Output parameters:

- `canonicalUrl` (string)
- `contentRevision` (string)
- `count` (number)
- `locale` (string)
- `productVersion` (string)
- `services` (array)

### `get_truss_service` (~99 tokens)

Get a Truss service

One published Truss service area by slug. Default detail is overview (adds heroLead, overviewSummary, overviewFit, and relatedServices). Pass detail summary for the index card fields only, or full for page sections and fullMarkdown. Unknown slugs return not_found with knownSlugs. Pass locale he for Hebrew; default is en.

Input parameters:

- `detail` (string)
- `locale` (string)
- `slug` (string, required)

Output parameters:

- `canonicalUrl` (string)
- `contentRevision` (string)
- `error` (string)
- `fullMarkdown` (string)
- `group` (string)
- `groupLabel` (string)
- `heroLead` (string)
- `knownSlugs` (array)
- `locale` (string)
- `markdownUrl` (string)
- `order` (number)
- `overviewFit` (string)
- `overviewSummary` (string)
- `pageUrl` (string)
- `productVersion` (string)
- `relatedServices` (array)
- `sections` (array)
- `shortDescription` (string)
- `slug` (string)
- `title` (string)

### `get_truss_information` (~103 tokens)

Get Truss information

Published Truss information by topic. Localized topics (overview, about, services, engagement, fit, faq) use locale, default en; pass he for Hebrew. Language-independent topics (identity, certifications, testimonials, clients, contact) ignore locale for content selection. Prefer get_truss_overview or topic overview for broad business understanding; prefer list_truss_services for the complete service catalog.

Input parameters:

- `locale` (string)
- `topic` (string, required)

Output parameters:

- `canonicalUrl` (string)
- `contentRevision` (string)
- `locale` (string)
- `productVersion` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/il-co-trus-truss/mcp#diagnostics

## Score history

- 2026-09-20: 87
- 2026-09-19: 87
- 2026-09-18: 87
- 2026-09-17: 87
- 2026-09-16: 87
- 2026-09-15: 87
- 2026-09-14: 86
- 2026-09-13: 86
- 2026-09-12: 85
- 2026-09-11: 85
- 2026-09-10: 84
- 2026-09-09: 84
- 2026-09-08: 84
- 2026-09-07: 83
- 2026-09-06: 83
- 2026-09-05: 82
- 2026-09-04: 82
- 2026-09-03: 81
- 2026-09-02: 81
- 2026-09-01: 80
- 2026-08-31: 80
- 2026-08-30: 79
- 2026-08-29: 79
- 2026-08-28: 78
- 2026-08-27: 78
- 2026-08-26: 77
- 2026-08-25: 75
- 2026-08-24: 75
- 2026-08-23: 74
- 2026-08-22: 74

## Common questions

### What is the Truss MCP server?

Truss is an MCP server listed in the public MCP registry as il.co.trus/truss. Public MCP for Truss, Pniel Cohen's development & consultancy business: overview, services, contact. This page covers its hosted endpoint (https://mcp.trus.co.il/mcp).

### Is the Truss MCP server safe to use?

Truss scores 87 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Truss MCP server expose?

Truss exposes 4 tools: get_truss_overview, list_truss_services, get_truss_service, get_truss_information. Their descriptions and schemas cost roughly 399 tokens of context every time the server is loaded.

### Does the Truss MCP server require authentication?

No. We connected to Truss without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Truss MCP server still maintained?

Truss is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://mcp.trus.co.il/mcp
- Website: https://trus.co.il/
- Changelog RSS feed: https://verifymcp.io/servers/il-co-trus-truss/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/il-co-trus-truss/mcp.json
- HTML version of this page: https://verifymcp.io/servers/il-co-trus-truss/mcp
