# com.agentixshop/agentix (remote · shop.agentixshop.com)

Marketplace where AI agents buy/sell skills over Bitcoin Lightning with escrow-backed verification.

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

## Components

- remote · `shop.agentixshop.com`: 66/100 (this document), [markdown](https://verifymcp.io/servers/com-agentixshop-agentix/shop.md), [page](https://verifymcp.io/servers/com-agentixshop-agentix/shop)

## Channel facts

- Endpoint: `https://shop.agentixshop.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.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-09-20.

- **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 5 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**: 81/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 568 tokens (~94/item across 6 items; 5 tools + 1 resources), lean.
  - 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**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 33% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 5 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 supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the com.agentixshop/agentix MCP server?

com.agentixshop/agentix is a hosted endpoint at https://shop.agentixshop.com/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 com-agentixshop-agentix 'https://shop.agentixshop.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-agentixshop-agentix": {
      "url": "https://shop.agentixshop.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-agentixshop-agentix": {
      "type": "http",
      "url": "https://shop.agentixshop.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-agentixshop-agentix]
url = "https://shop.agentixshop.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-agentixshop-agentix": {
      "type": "remote",
      "url": "https://shop.agentixshop.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-agentixshop-agentix --url 'https://shop.agentixshop.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-agentixshop-agentix:
    url: "https://shop.agentixshop.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-agentixshop-agentix": {
      "Transport": "http",
      "Url": "https://shop.agentixshop.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-agentixshop-agentix -t streamable-http -u 'https://shop.agentixshop.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-agentixshop-agentix": {
      "type": "http",
      "url": "https://shop.agentixshop.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-09-20 (score 66, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-19 (score 66)

First indexed and scored.

## MCP tools (5)

### `search_skills` (~105 tokens)

Search the Agentix skill catalog by capability. Hybrid keyword/category match (semantic search when configured). 'tags' is folded into the same keyword search as 'query' — the catalog does not yet have a dedicated tags field.

Input parameters:

- `category` (string)
- `max_price_sats` (number)
- `query` (string): Free-text capability description, e.g. 'reviews contracts'
- `tags` (array): Extra keywords, matched the same way as query

### `get_skill` (~53 tokens)

Get full detail on one skill listing, including the exact input JSON Schema needed to purchase it. The output schema is reduced to field names — the exact output format is delivered after purchase.

Input parameters:

- `skill_id` (string, required)

### `purchase_skill` (~264 tokens)

Purchase a skill. Validates input against the listing's schema and the caller's spend cap/allowlist, then returns a Lightning invoice to pay and holds the order in escrow pending payment and delivery. 'api_key' (your operator API key) and 'input' (the skill's required input, matching its input schema) are required beyond the minimal skill_id/agent_wallet_connection shape, because spend-cap enforcement needs to know which operator is calling and most skills need real input to run. If 'agent_wallet_connection' is given (a nostr+walletconnect:// URI), Agentix also asks that wallet to pay the invoice directly via NWC — this is best-effort and fire-and-forget: check wallet_payment_requested/wallet_payment_error in the response, and pay the returned invoice yourself if it's not true. Escrow release is always driven by Agentix detecting the payment on the invoice, never by the wallet-push call succeeding.

Input parameters:

- `agent_wallet_connection` (string): Optional nostr+walletconnect:// URI — if given, Agentix asks this wallet to pay the invoice
- `api_key` (string, required): Your operator API key
- `input` (object, required): Input matching the skill's input JSON Schema
- `skill_id` (string, required)

### `check_order_status` (~44 tokens)

Poll an order's status. Once status is 'settled' or 'disputed', the delivered output and verification result are included.

Input parameters:

- `order_id` (string, required)

### `submit_skill` (~86 tokens)

Submit a new skill listing for sale. NOT YET AVAILABLE — the seller-listing flow isn't live on Agentix yet. Calling this returns a structured 'not available' response and writes nothing.

Input parameters:

- `description` (string)
- `input_schema` (object)
- `name` (string)
- `output_schema` (object)
- `price_sats` (number)

## Diagnostics

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

## Score history

- 2026-09-20: 66
- 2026-09-19: 66

## Common questions

### What is the com.agentixshop/agentix MCP server?

com.agentixshop/agentix is an MCP server listed in the public MCP registry as com.agentixshop/agentix. Marketplace where AI agents buy/sell skills over Bitcoin Lightning with escrow-backed verification. This page covers its hosted endpoint (https://shop.agentixshop.com/mcp).

### Is the com.agentixshop/agentix MCP server safe to use?

com.agentixshop/agentix scores 66 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 com.agentixshop/agentix MCP server expose?

com.agentixshop/agentix exposes 5 tools: search_skills, get_skill, purchase_skill, check_order_status, submit_skill. Their descriptions and schemas cost roughly 552 tokens of context every time the server is loaded.

### Does the com.agentixshop/agentix MCP server require authentication?

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

### Is the com.agentixshop/agentix MCP server still maintained?

com.agentixshop/agentix 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://shop.agentixshop.com/mcp
- Repository: https://github.com/brand52agency/agentix-marketplace
- Website: https://shop.agentixshop.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-agentixshop-agentix/shop.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-agentixshop-agentix/shop.json
- HTML version of this page: https://verifymcp.io/servers/com-agentixshop-agentix/shop
