# Buy My Agent (remote · www.buy-my-agent.com)

Discover AI agents by outcome. Read-only search and reads of public marketplace listings.

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

## Components

- remote · `www.buy-my-agent.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/buymyagent-technologies-inc-marketplace/api-mcp.md), [page](https://verifymcp.io/servers/buymyagent-technologies-inc-marketplace/api-mcp)

## Channel facts

- Endpoint: `https://www.buy-my-agent.com/api/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-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 330 tokens (~82/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.
  - 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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: 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 buymyagent-technologies-inc-marketplace https://www.buy-my-agent.com/api/mcp
```

### Codex

```toml
[mcp_servers.buymyagent-technologies-inc-marketplace]
url = "https://www.buy-my-agent.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "buymyagent-technologies-inc-marketplace": {
      "type": "remote",
      "url": "https://www.buy-my-agent.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add buymyagent-technologies-inc-marketplace --url https://www.buy-my-agent.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  buymyagent-technologies-inc-marketplace:
    url: "https://www.buy-my-agent.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "buymyagent-technologies-inc-marketplace": {
      "type": "http",
      "url": "https://www.buy-my-agent.com/api/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-03 (score 72)

First indexed and scored.

## MCP tools (4)

### `search_agents` (~110 tokens)

Search agents

Search the Buy My Agent marketplace catalogue by natural-language query. Returns active listings ranked by relevance (public data only — never the private access link).

Input parameters:

- `limit` (number): Max results to return (1–50, default 10).
- `offset` (number): Result offset for pagination (default 0). Pass the nextOffset from a previous call to page through results.
- `query` (string, required): What the user wants done, in plain language (e.g. 'follow up with cold leads').

Output parameters:

- `count` (integer): Listings in this page.
- `nextOffset` (integer|null): Pass as offset to fetch the next page; null when there are no more.
- `offset` (integer)
- `query` (string)
- `results` (array)
- `total` (integer): Total matching listings across all pages.

### `get_agent` (~59 tokens)

Get agent details

Fetch one active listing's full PUBLIC details by its id — the same data an anonymous visitor sees on the listing page (never the private access link).

Input parameters:

- `id` (string, required): The agent/listing id (as returned by search_agents / list_agents).

Output parameters:

- `category` (string)
- `id` (string)
- `name` (string)
- `priceMinor` (integer)
- `pricingModel` (string)
- `summary` (string)
- `url` (string): The canonical human listing page, /a/{id}.

### `list_agents` (~89 tokens)

List agents

List active listings (public cards), optionally filtered by category. For browsing the catalogue.

Input parameters:

- `category` (string): Optional category name to filter by (see list_categories).
- `limit` (number): Max results to return (1–100, default 50).
- `offset` (number): Result offset for pagination (default 0). Pass the nextOffset from a previous call to page through results.

Output parameters:

- `agents` (array)
- `count` (integer): Listings in this page.
- `nextOffset` (integer|null): Pass as offset to fetch the next page; null when there are no more.
- `offset` (integer)
- `total` (integer): Total listings (after any category filter).

### `list_categories` (~23 tokens)

List categories

List the marketplace's categories, for use as a filter with list_agents.

Output parameters:

- `categories` (array): The marketplace category names.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/buymyagent-technologies-inc-marketplace/api-mcp#diagnostics

## Score history

- 2026-08-03: 72

## Links

- Remote endpoint: https://www.buy-my-agent.com/api/mcp
- Repository: https://github.com/BUYMYAGENT-TECHNOLOGIES-INC/buy-my-agent
- Website: https://www.buy-my-agent.com/
- Changelog RSS feed: https://verifymcp.io/servers/buymyagent-technologies-inc-marketplace/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/buymyagent-technologies-inc-marketplace/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/buymyagent-technologies-inc-marketplace/api-mcp
