← Registry

General Tools

nge-api.dev

Provides a catalog of anime studios, shows, and movies with lookup by UUID, enabling users to discover and retrieve information about productions.

1 endpoint11 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://nge-api.dev/v1/mcp

No auth detected

MCP server metadata

Name
nge-api
Version
0.0.1
Capabilities
tools.listChangedresources.listChangedcompletionsprompts.listChanged
Server instructions

Read-only catalog of Neon Genesis Evangelion studios, shows, episodes, and movies. Prefer tools for lookups; resources mirror the same records as JSON at nge:// URIs.

Known tools 11

list-studios

List every studio in the Neon Genesis Evangelion catalog.

Inferred read-only
get-studio

Get a studio by UUID.

Inferred read-only
list-studio-shows

List shows produced by a studio UUID.

Inferred read-only
list-studio-movies

List movies produced by a studio UUID.

Inferred read-only
list-shows

List every show in the catalog.

Inferred read-only
get-show

Get a show by UUID.

Inferred read-only
list-show-episodes

List episodes belonging to a show UUID.

Inferred read-only
list-episodes

List every episode in the catalog.

Inferred read-only
get-episode

Get an episode by UUID.

Inferred read-only
list-movies

List every movie in the catalog.

Inferred read-only
get-movie

Get a movie by UUID.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nge-api]
url = "https://nge-api.dev/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nge-api": {
      "type": "http",
      "url": "https://nge-api.dev/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nge-api
Remote MCP URL: https://nge-api.dev/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nge-api": {
      "url": "https://nge-api.dev/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nge-api": {
      "type": "http",
      "url": "https://nge-api.dev/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nge-api",
  "transport": "streamable-http",
  "url": "https://nge-api.dev/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.