# io.github.abhishekjkrsna/swapi-mcp (npm · @abhishekjkrsna/swapi-mcp)

MCP server for SWAPI API

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@abhishekjkrsna/swapi-mcp`
- Version: `1.0.4`
- 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-07.

- **Supply Chain Security**: 94/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/node > @hono/node-server. A fixed version is available.
  - No install/post-install scripts declared.
  - 31 of 128 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: no license is declared.
  - Actively maintained (last published 10 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 49/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 85 tokens (~28/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 40/100
  - Stability observed for 12 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 abhishekjkrsna-swapi-mcp -- npx -y @abhishekjkrsna/swapi-mcp
```

### Codex

```bash
codex mcp add abhishekjkrsna-swapi-mcp -- npx -y @abhishekjkrsna/swapi-mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add abhishekjkrsna-swapi-mcp --command npx --arg -y --arg @abhishekjkrsna/swapi-mcp
```

### Hermes

```yaml
mcp_servers:
  abhishekjkrsna-swapi-mcp:
    command: "npx"
    args: ["-y", "@abhishekjkrsna/swapi-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "abhishekjkrsna-swapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@abhishekjkrsna/swapi-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-07 (score 65, +3)

- [functional] Dependency health: partial → 0.89

### 2026-08-06 (score 62, +1)

- [functional regression] Security disclosure: unverified → fail

### 2026-08-05 (score 61, 0)

- [security improvement] CVE-2026-69207 no longer affects this package
- [functional regression] Security disclosure: fail → unverified

### 2026-08-04 (score 61, +1)

- [security regression] CVE-2026-69207 affects this package: medium

### 2026-08-02 (score 60, +27)

- [security regression] Known CVEs: unverified → fail
- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [functional regression] License: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial

### 2026-08-01 (score 33, +28)

- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 5, −1)

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

### 2026-07-30 (score 6, −45)

- [security regression] Known CVEs: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security regression] Provenance: fail → unverified
- [security improvement] GHSA-frvp-7c67-39w9 no longer affects this package
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: fail → unverified
- [functional] First check of Schema quality: unverified

## MCP tools (3)

### `get-information-of-star-wars-characters` (~23 tokens)

Get information about Star Wars Characters

Provides list of various of star Wars characters

### `get-list-of-star-wars-information` (~23 tokens)

Get List Of Star Wars Information

Provide list of different categories of star Wars Information

### `search-star-wars-character` (~39 tokens)

Search about Star Wars Character

Searches for information about a specific Star Wars character.

Input parameters:

- `name` (string, required): The name of the Star Wars character to get information about.

## Diagnostics

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

## Score history

- 2026-08-07: 65
- 2026-08-06: 62
- 2026-08-05: 61
- 2026-08-04: 61
- 2026-08-03: 60
- 2026-08-02: 60
- 2026-08-01: 33
- 2026-07-31: 5
- 2026-07-30: 6
- 2026-07-28: 51
- 2026-07-27: 28

## Links

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