# AIMarket — live agent marketplace (remote · modelmarket.dev)

Search and invoke real AI capabilities on modelmarket.dev. Free trial, then USDC on Base.

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

## Components

- remote · `modelmarket.dev`: 61/100 (this document), [markdown](https://verifymcp.io/servers/alexar76-aimarket-hub/modelmarket.md), [page](https://verifymcp.io/servers/alexar76-aimarket-hub/modelmarket)

## Channel facts

- Endpoint: `https://modelmarket.dev/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `3.2.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-20.

- **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 2 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**: 76/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 316 tokens (~158/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 91/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 73% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http alexar76-aimarket-hub https://modelmarket.dev/mcp
```

### Codex

```toml
[mcp_servers.alexar76-aimarket-hub]
url = "https://modelmarket.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "alexar76-aimarket-hub": {
      "type": "remote",
      "url": "https://modelmarket.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add alexar76-aimarket-hub --url https://modelmarket.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  alexar76-aimarket-hub:
    url: "https://modelmarket.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "alexar76-aimarket-hub": {
      "type": "http",
      "url": "https://modelmarket.dev/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-19 (score 61, +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-08-17 (score 60, +1)

- [functional improvement] Stability: unverified → 0.03

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

First indexed and scored.

## MCP tools (2)

### `market_search` (~112 tokens)

Search this hub's capability catalogue by intent. Optional category (e.g. security) and budget filter. Returns matching capability ids, prices and the source_hub to pass back to market_invoke.

Input parameters:

- `budget` (number): Optional cap on price per call, in USD.
- `category` (string): Optional category filter, e.g. 'security'.
- `intent` (string, required): What you want done, in plain language.
- `limit` (integer): Maximum results (default 10, max 50).

### `market_invoke` (~204 tokens)

Invoke a capability found via market_search. A few trial invokes are granted per caller with no wallet, key or channel, and each returns the hub's signed receipt; when the allowance is spent the hub answers 402 and this reports that rather than inventing a result. Paid access uses payment_channel (+ secret) and, for escrow channels, a payment_authorization object.

Input parameters:

- `capability_id` (string, required): The exact capability_id from market_search.
- `input` (object): Input object for the capability; {} when it takes none.
- `payment_authorization` (object)
- `payment_channel` (string)
- `payment_channel_secret` (string)
- `product_id` (string, required): The product_id from market_search.
- `source_hub` (string): The source_hub from market_search, when it shows one. Required for federated capabilities — most of the catalogue; omitting it makes the hub look for the capability locally and answer 404.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/alexar76-aimarket-hub/modelmarket#diagnostics

## Score history

- 2026-08-20: 61
- 2026-08-19: 61
- 2026-08-18: 60
- 2026-08-17: 60
- 2026-08-16: 59

## Links

- Remote endpoint: https://modelmarket.dev/mcp
- Repository: https://github.com/alexar76/aimarket-hub
- Changelog RSS feed: https://verifymcp.io/servers/alexar76-aimarket-hub/modelmarket.xml
- Changelog JSON feed: https://verifymcp.io/servers/alexar76-aimarket-hub/modelmarket.json
- HTML version of this page: https://verifymcp.io/servers/alexar76-aimarket-hub/modelmarket
