# io.github.hifriendbot/ailist-mcp (npm · ailist-mcp)

MCP server for AiList — search and discover Ai projects from Claude Code

- Trust score: 65/100 (medium)
- Change this week: +20
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `ailist-mcp`: 65/100 (this document), [markdown](https://verifymcp.io/servers/hifriendbot-ailist-mcp/ailist-mcp.md), [page](https://verifymcp.io/servers/hifriendbot-ailist-mcp/ailist-mcp)

## Channel facts

- Registry: `npm`
- Package: `ailist-mcp`
- Version: `1.0.3`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 157 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 787 tokens (~131/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params.
  - 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**: 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: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add hifriendbot-ailist-mcp -- npx -y ailist-mcp
```

### Codex

```bash
codex mcp add hifriendbot-ailist-mcp -- npx -y ailist-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "hifriendbot-ailist-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "ailist-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add hifriendbot-ailist-mcp --command npx --arg -y --arg ailist-mcp
```

### Hermes

```yaml
mcp_servers:
  hifriendbot-ailist-mcp:
    command: "npx"
    args: ["-y", "ailist-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "hifriendbot-ailist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ailist-mcp"
      ]
    }
  }
}
```

## 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-02 (score 65, +45)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] Licence: MIT

### 2026-08-01 (score 20, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 27, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-29 (score 45, +21)

- [functional improvement] Tool coverage: unverified → 100

### 2026-07-28 (score 24, −21)

- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 45)

First indexed and scored.

## MCP tools (6)

### `search_projects` (~184 tokens)

Search and browse Ai projects on AiList. Find MCP servers, CLI tools, libraries, web apps, APIs, plugins, models, datasets, and agents. Supports filtering by category and sorting by stars, trending, newest, name, or views.

Input parameters:

- `built_with` (string): Filter by technology used (e.g. "Claude Code", "Cursor")
- `category` (string): Filter by category: mcp-server, cli-tool, library, web-app, api, plugin, model, dataset, agent, other
- `page` (integer): Page number (default 1)
- `per_page` (integer): Results per page (default 24, max 100)
- `query` (string): Search query (optional — omit to browse all projects)
- `sort` (string): Sort order: stars (default), trending, newest, name, views

### `get_project` (~59 tokens)

Get full details for a specific Ai project by its slug. Returns description, URLs, stats, category, tags, and more.

Input parameters:

- `slug` (string, required): Project slug (the URL-friendly name, e.g. "cogmemai-mcp")

### `list_categories` (~34 tokens)

List all available project categories on AiList with project counts. Use this to discover what types of Ai projects are in the directory.

### `get_trending` (~57 tokens)

Get trending Ai projects on AiList this week, sorted by star velocity. Discover what is popular and gaining traction in the Ai community.

Input parameters:

- `limit` (integer): Number of trending projects to return (default 20, max 50)

### `get_stats` (~27 tokens)

Get AiList directory statistics including total projects, projects added this week, and category breakdowns.

### `submit_project` (~270 tokens)

Submit a project to AiList. When a user says "list my project on AiList", read their repo and call this with the details. The project goes live in minutes after auto-review. Requires AILIST_API_KEY env var — get a free key at hifriendbot.com/ai-list/submit/

Input parameters:

- `built_with` (string): Technologies used (e.g. "Node.js, TypeScript, Zod")
- `category` (string): Project category: mcp-server, cli-tool, library, web-app, api, plugin, model, dataset, agent, other
- `creator_name` (string): Creator or organization name
- `creator_url` (string): Creator homepage or profile URL
- `description` (string): Full project description (supports markdown)
- `github_url` (string): GitHub repository URL
- `name` (string, required): Project name (required)
- `npm_package` (string): npm package name (e.g. "cogmemai-mcp")
- `pypi_package` (string): PyPI package name
- `tagline` (string): Short tagline describing the project
- `tags` (string): Comma-separated tags (e.g. "memory, mcp, claude")
- `url` (string): Project homepage URL

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/hifriendbot-ailist-mcp/ailist-mcp#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 20
- 2026-07-31: 27
- 2026-07-29: 45
- 2026-07-28: 24
- 2026-07-27: 45

## Links

- npm package: https://www.npmjs.com/package/ailist-mcp
- Socket report: https://socket.dev/npm/package/ailist-mcp
- Repository: https://github.com/hifriendbot/ailist-mcp
- Changelog RSS feed: https://verifymcp.io/servers/hifriendbot-ailist-mcp/ailist-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/hifriendbot-ailist-mcp/ailist-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/hifriendbot-ailist-mcp/ailist-mcp
