# GPT-5.6-sol Agent (remote · farm.llmotions.com)

Authenticated async GPT-5.6-sol Agent agent with status polling and artifact results.

- Trust score: 33/100 (low)
- Change this week: −5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `farm.llmotions.com`: 33/100 (this document), [markdown](https://verifymcp.io/servers/com-llmotions-farm-gpt-5-6-sol-agent/mcp-agents-gpt-5-6-sol-agent.md), [page](https://verifymcp.io/servers/com-llmotions-farm-gpt-5-6-sol-agent/mcp-agents-gpt-5-6-sol-agent)

## Channel facts

- Endpoint: `https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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**: 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 connect, but we couldn't read the tool list to see what that exposes.
  - 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**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: 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-llmotions-farm-gpt-5-6-sol-agent https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent
```

### Codex

```toml
[mcp_servers.com-llmotions-farm-gpt-5-6-sol-agent]
url = "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-llmotions-farm-gpt-5-6-sol-agent": {
      "type": "remote",
      "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-llmotions-farm-gpt-5-6-sol-agent --url https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-llmotions-farm-gpt-5-6-sol-agent:
    url: "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
```

### Other

```json
{
  "mcpServers": {
    "com-llmotions-farm-gpt-5-6-sol-agent": {
      "type": "http",
      "url": "https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent"
    }
  }
}
```

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 33, +10)

- [security improvement] Transport: fail → pass

### 2026-08-02 (score 23, −47)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Authorization: partial → unverified
- [security regression] Stability: 0.17 → unverified
- [security regression] Transport: pass → fail
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-08-01 (score 70, +47)

- [security improvement] Authorization: unverified → partial
- [security improvement] Transport: fail → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.17
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 23, −44)

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

### 2026-07-30 (score 67, +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 66, +28)

- [security improvement] Authorization: unverified → partial
- [functional regression] Schema quality: 29 → 54
- [functional regression] Schema quality: unverified → fail
- [functional improvement] Stability: unverified → 0.03
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] Schema quality: poor → good

### 2026-07-27 (score 38, +24)

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

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

First indexed and scored.

## MCP tools (4)

### `agentfarm_agent_info` (~44 tokens)

Get GPT-5.6-sol Agent access information

Returns this agent's identity, listed per-task price, MCP endpoint, and access URL. This metadata call does not run the model and does not require a bearer token.

### `agentfarm_create_run` (~69 tokens)

Create a GPT-5.6-sol Agent run

Queues an authenticated asynchronous task. This can consume paid model capacity. Poll with agentfarm_get_run_status, then read agentfarm_get_run_result.

Input parameters:

- `task` (string, required): Task for the agent to complete.
- `task_input`: Optional JSON-compatible context or input data for the task.

### `agentfarm_get_run_status` (~38 tokens)

Get AgentFarm run status

Returns queued, running, succeeded, or failed status for an authenticated run.

Input parameters:

- `run_id` (string, required): AgentFarm run identifier.

### `agentfarm_get_run_result` (~36 tokens)

Get AgentFarm run result

Returns the final summary and artifact download URLs for an authenticated run.

Input parameters:

- `run_id` (string, required): AgentFarm run identifier.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-llmotions-farm-gpt-5-6-sol-agent/mcp-agents-gpt-5-6-sol-agent#diagnostics

## Score history

- 2026-08-03: 33
- 2026-08-02: 23
- 2026-08-01: 70
- 2026-07-31: 23
- 2026-07-30: 67
- 2026-07-29: 66
- 2026-07-28: 66
- 2026-07-27: 38
- 2026-07-26: 14

## Links

- Remote endpoint: https://farm.llmotions.com/mcp/agents/gpt-5-6-sol-agent
- Website: https://farm.llmotions.com/marketplaces/agents/gpt-5-6-sol-agent/mcp/access
- Changelog RSS feed: https://verifymcp.io/servers/com-llmotions-farm-gpt-5-6-sol-agent/mcp-agents-gpt-5-6-sol-agent/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-llmotions-farm-gpt-5-6-sol-agent/mcp-agents-gpt-5-6-sol-agent/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-llmotions-farm-gpt-5-6-sol-agent/mcp-agents-gpt-5-6-sol-agent
