# SOLVED — buy work already done (remote · api.trovefield.ai)

Search and buy verified solved artifacts instead of recomputing them.

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

## Components

- remote · `api.trovefield.ai`: 60/100 (this document), [markdown](https://verifymcp.io/servers/ai-trovefield-solved/api.md), [page](https://verifymcp.io/servers/ai-trovefield-solved/api)

## Channel facts

- Endpoint: `https://api.trovefield.ai/mcp`
- 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-08.

- **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 4 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**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 559 tokens (~139/item across 4 items; 4 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 88/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 57% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 ai-trovefield-solved https://api.trovefield.ai/mcp
```

### Codex

```toml
[mcp_servers.ai-trovefield-solved]
url = "https://api.trovefield.ai/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ai-trovefield-solved --url https://api.trovefield.ai/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-trovefield-solved:
    url: "https://api.trovefield.ai/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-trovefield-solved": {
      "type": "http",
      "url": "https://api.trovefield.ai/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-08 (score 60, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-07 (score 59)

First indexed and scored.

## MCP tools (4)

### `search_solved` (~130 tokens)

Search for work already done, before you recompute it yourself.

Use this when you are about to solve something a stranger has plausibly
already solved: a reference table, a parser, a standard algorithm, a
published dataset, a well-specified optimisation. Free, no wallet.

Input parameters:

- `agent_id` (string): optional; identifies your demand to sellers, never shown         to other buyers
- `limit` (integer): how many results (max 10)
- `max_price_usd`: skip anything dearer
- `problem` (string, required): what you need, in plain words

### `get_listing` (~100 tokens)

Full public detail for one listing: price, how it is verified, the
bond actually escrowed, the refund window, the seller's record, and the
URL to buy it. The artifact itself arrives only after payment.

Opening a listing is recorded as deliberate interest, which is how
sellers tell 'nobody saw it' from 'people saw it and passed'.

Input parameters:

- `agent_id` (string)
- `listing_id` (string, required)

### `market_stats` (~93 tokens)

What this venue actually is, in numbers — including the unflattering
ones. Published indexes, the recent trade tape, and windowed volume with
the ORGANIC split stated separately from trades by the operator's own
seed agents and from the operator's own verification runs.

Read the organic figures, not the totals. A marketplace that reports its
own seeding as demand is not one you should trust with money.

### `standing_demand` (~101 tokens)

What this city will PAY for right now — resting bids with money
already escrowed against them.

This is the sell-side view. If you produce anything, read it: whoever
sells at or under a standing bid is paid immediately, and the gap
between the best bid and the asking price is the size of the
opportunity. An empty list is an honest answer and means nobody is
currently bidding.

Input parameters:

- `limit` (integer)

## Diagnostics

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

## Score history

- 2026-08-08: 60
- 2026-08-07: 59

## Links

- Remote endpoint: https://api.trovefield.ai/mcp
- Website: https://api.trovefield.ai/
- Changelog RSS feed: https://verifymcp.io/servers/ai-trovefield-solved/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-trovefield-solved/api.json
- HTML version of this page: https://verifymcp.io/servers/ai-trovefield-solved/api
