# AISOTools (remote · aisotools.com)

Search, compare, and find alternatives across a curated catalog of 1,100+ AI tools.

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

## Components

- remote · `aisotools.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/shibley-aisotools/api-mcp.md), [page](https://verifymcp.io/servers/shibley-aisotools/api-mcp)

## Channel facts

- Endpoint: `https://aisotools.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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**: 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**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 433 tokens (~86/item across 5 items; 5 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.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; 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 shibley-aisotools https://aisotools.com/api/mcp
```

### Codex

```toml
[mcp_servers.shibley-aisotools]
url = "https://aisotools.com/api/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add shibley-aisotools --url https://aisotools.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  shibley-aisotools:
    url: "https://aisotools.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "shibley-aisotools": {
      "type": "http",
      "url": "https://aisotools.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 64)

First indexed and scored.

## MCP tools (5)

### `search_ai_tools` (~136 tokens)

Search the AISOTools catalog of AI tools by keyword, category, and pricing model. Returns ranked summaries with the canonical aisotools.com page for each result. Use this first when the user asks which AI tool does something.

Input parameters:

- `category` (string): Restrict to one category slug. Call list_ai_tool_categories for the valid values.
- `limit` (number): Maximum results, 1-50. Defaults to 10.
- `pricing` (string): Restrict to one pricing model.
- `query` (string): Free-text search, e.g. 'video editing', 'transcription', or a product name.

### `get_ai_tool` (~66 tokens)

Full catalog record for one AI tool: description, features, pros, cons, who it is best for, pricing tiers, and alternatives. Accepts a slug or a display name.

Input parameters:

- `tool` (string, required): Slug ('claude-code') or display name ('Claude Code').

### `list_ai_tool_categories` (~42 tokens)

Every category in the AISOTools catalog with its slug, subcategories, and how many tools it contains. Use the slugs to filter search_ai_tools.

### `compare_ai_tools` (~57 tokens)

Side-by-side comparison of 2-5 AI tools: pricing, rating, features, pros and cons. Use when the user is choosing between named products.

Input parameters:

- `tools` (array, required): 2-5 slugs or display names.

### `find_ai_tool_alternatives` (~83 tokens)

Alternatives to a given AI tool, drawn from the catalog's curated alternative lists and falling back to same-category tools. Use when the user wants to replace or switch off a product.

Input parameters:

- `limit` (number): Maximum alternatives, 1-20. Defaults to 8.
- `tool` (string, required): Slug or display name to find alternatives for.

## Diagnostics

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

## Score history

- 2026-08-03: 64

## Links

- Remote endpoint: https://aisotools.com/api/mcp
- Repository: https://github.com/shibley/aisotools-mcp-server
- Website: https://aisotools.com/
- Changelog RSS feed: https://verifymcp.io/servers/shibley-aisotools/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/shibley-aisotools/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/shibley-aisotools/api-mcp
