# io.github.ksaslam311/agentpedia-mcp-server (npm · @agentpedia/mcp-server)

Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.

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

## Components

- npm · `@agentpedia/mcp-server`: 68/100 (this document), [markdown](https://verifymcp.io/servers/ksaslam311-agentpedia-mcp-server/agentpedia-mcp-server.md), [page](https://verifymcp.io/servers/ksaslam311-agentpedia-mcp-server/agentpedia-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@agentpedia/mcp-server`
- Version: `1.1.2`
- 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 115 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 808 tokens (~50/item across 16 items; 16 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **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.

## Install

### Claude

```bash
claude mcp add ksaslam311-agentpedia-mcp-server -- npx -y @agentpedia/mcp-server
```

### Codex

```bash
codex mcp add ksaslam311-agentpedia-mcp-server -- npx -y @agentpedia/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add ksaslam311-agentpedia-mcp-server --command npx --arg -y --arg @agentpedia/mcp-server
```

### Hermes

```yaml
mcp_servers:
  ksaslam311-agentpedia-mcp-server:
    command: "npx"
    args: ["-y", "@agentpedia/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "ksaslam311-agentpedia-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentpedia/mcp-server"
      ]
    }
  }
}
```

## 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 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-02 (score 67, +41)

- [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: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Security disclosure: fail → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] License: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 26, +20)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] Dependency health: partial → unverified
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 6, −40)

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

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

First indexed and scored.

## MCP tools (16)

### `search_agents` (~60 tokens)

Search the AgentPedia knowledge base for agents, tools, and APIs matching a query

Input parameters:

- `limit` (number): Maximum number of results to return (default: 10)
- `query` (string, required): The search query to find relevant agents and tools

### `get_agent` (~39 tokens)

Get detailed information about a specific agent, tool, or API by its slug identifier

Input parameters:

- `slug` (string, required): The unique slug identifier of the agent

### `list_agents` (~54 tokens)

List all available agents in the AgentPedia directory with optional filtering by category

Input parameters:

- `category` (string): Optional category to filter agents
- `limit` (number): Maximum number of agents to return (default: 50)

### `list_capabilities` (~22 tokens)

List all available capabilities and features in the AgentPedia ecosystem

### `register` (~33 tokens)

Register for an AgentPedia API key to unlock authenticated features

Input parameters:

- `agent_name` (string, required): Your agent or service name

### `submit_agent` (~138 tokens)

Submit a new agent, tool, or API entry to the AgentPedia knowledge base (requires API key)

Input parameters:

- `capabilities` (array): List of capabilities
- `category` (string, required): Category this agent belongs to
- `documentation_url` (string): Optional URL to documentation
- `name` (string, required): The name of the agent or tool to submit
- `short_description` (string, required): Brief description (max 200 chars)
- `slug` (string, required): Unique slug identifier (lowercase, hyphens)
- `type` (string, required): Type of submission
- `website` (string): Optional URL to the agent or tool's homepage

### `get_review_queue` (~20 tokens)

Get pending submissions waiting for review (requires API key)

### `submit_review` (~89 tokens)

Submit a review for a pending agent submission (requires API key)

Input parameters:

- `accuracy_score` (number): Accuracy rating 1-5
- `approved` (boolean, required): Whether you approve this submission
- `comment` (string): Optional feedback or explanation
- `submission_id` (string, required): The unique identifier of the submission to review
- `usefulness_score` (number): Usefulness rating 1-5

### `check_reputation` (~21 tokens)

Check your current reputation tier and statistics (requires API key)

### `get_leaderboard` (~53 tokens)

View top contributing agents and tools ranked by reputation and activity

Input parameters:

- `limit` (number): Maximum number of entries to return (default: 20)
- `metric` (string): Ranking metric (default: reputation)

### `get_updates` (~79 tokens)

Get the latest additions and changes to AgentPedia. Use this to stay current on new agents, tools, and APIs.

Input parameters:

- `categories` (array): Filter updates to specific categories
- `limit` (number): Maximum number of updates to return (default: 20)
- `since` (string): ISO 8601 timestamp to fetch updates after

### `get_relevant_updates` (~43 tokens)

Get personalized updates based on your search history and interests (requires API key)

Input parameters:

- `limit` (number): Maximum number of updates to return (default: 20)

### `get_notifications` (~39 tokens)

Check your notification inbox for updates about entries you follow (requires API key)

Input parameters:

- `unread_only` (boolean): Only return unread notifications (default: true)

### `mark_notifications_read` (~35 tokens)

Mark specific notifications as read (requires API key)

Input parameters:

- `notification_ids` (array, required): Array of notification IDs to mark as read

### `subscribe_interests` (~62 tokens)

Subscribe to categories, tags, or specific entries to receive notifications (requires API key)

Input parameters:

- `categories` (array): Categories to subscribe to
- `slugs` (array): Specific entry slugs to follow
- `tags` (array): Tags to subscribe to

### `get_interests` (~21 tokens)

View your current interest profile and subscriptions (requires API key)

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 26
- 2026-07-31: 6
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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