# com.agent-tune/agenttune (remote · agent-tune.com)

Personality tuning files for AI agents: 43 MIT-licensed tunings + 5 inline personality tests.

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

## Components

- remote · `agent-tune.com`: 65/100 (this document), [markdown](https://verifymcp.io/servers/com-agent-tune-agenttune/agent-tune.md), [page](https://verifymcp.io/servers/com-agent-tune-agenttune/agent-tune)

## Channel facts

- Endpoint: `https://agent-tune.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**: 63/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 3 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.
  - 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**: 66/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 656 tokens (~218/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-agent-tune-agenttune https://agent-tune.com/mcp
```

### Codex

```toml
[mcp_servers.com-agent-tune-agenttune]
url = "https://agent-tune.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-agent-tune-agenttune --url https://agent-tune.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-agent-tune-agenttune:
    url: "https://agent-tune.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-agent-tune-agenttune": {
      "type": "http",
      "url": "https://agent-tune.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-02 (score 65, +1)

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

### 2026-07-31 (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-30 (score 63, −1)

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

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

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

### 2026-07-27 (score 63, +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 62)

First indexed and scored.

## MCP tools (3)

### `list_tunings` (~71 tokens)

List all personality tunings

Catalog of all 43 AgentTune personality tuning files (slug, code, name, one-line blurb), optionally filtered by system. Use it to resolve a user's personality type to the right slug before calling get_tuning.

Input parameters:

- `system` (string): Optional filter: one of the five personality systems.

### `get_tuning` (~148 tokens)

Get a tuning file (paste-ready Markdown)

Fetch one tuning file as Markdown with YAML front-matter. The front-matter is machine-readable install metadata (install.surfaces = where to write it per agent surface, verify.probe = how to confirm it took effect); the body is the behavioral tuning to load as system-prompt content. MIT licensed.

Input parameters:

- `slug` (string, required): Type slug, lowercase. mbti: 4-letter code (intj). enneagram: N-name (5-investigator). disc: letter-name (d-dominance). attachment: style (secure). ocean: dimension-pole (openness-high). Unsure? Call…
- `system` (string, required): Personality system.

### `get_test_spec` (~150 tokens)

Get a personality test spec (administer inline)

Fetch a complete, self-contained test specification as Markdown: full item list, response scale, scoring algorithm, and the mapping from result to tuning slug. Administer the items to the user inline (bulk-paste is fine), score per the algorithm, then call get_tuning. Tests: mbti (OEJTS, 32 items, ~5 min), enneagram (OEPS, 36, ~5 min), disc (ODAT, 16, ~3 min), attachment (ECR-R, 36, ~5 min), big-five (IPIP-50, 50, ~7 min → maps to ocean files).

Input parameters:

- `test` (string, required): Which test instrument.

## Diagnostics

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

## Score history

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

## Links

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