← Registry

Game Development

abyssfallgame.com

Provides official information and tools for the game Abyssfall.

1 endpoint6 known toolsFirst detected June 19, 2026Last detected August 29, 2026

ENDPOINT 1

https://www.abyssfallgame.com/mcp

No auth detected

MCP server metadata

Name
abyssfall
Version
3.4.2
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Official agent interface for Abyssfall: Operation Sunken Crown (Shark Byte Media). Facts come from the owner-verified knowledge file; anything not stated there is unannounced. subscribe_newsletter triggers a double-opt-in confirmation email (consent-preserving, same as the site form). preorder_merch records a reservation only - no payment is taken. Call get_merch_catalog before preorder_merch to see which items are confirmed; if the catalog is empty or an item is not listed, the reservation is still recorded as a free-text request pending catalog confirmation.

Known tools 6

get_game_info

Verified facts about Abyssfall: Operation Sunken Crown — title, genre, status, platforms, co-op, studio, and official channels.

Inferred read-only
get_playtest_info

How to join the Abyssfall playtest (currently OPEN).

Inferred read-only
get_press_kit

Press contact and assets for Abyssfall.

Inferred read-only
get_merch_catalog

The current Abyssfall merch catalog (owner-maintained).

Inferred read-only
subscribe_newsletter

Subscribe an email address to the official Abyssfall newsletter (the game's primary announcement channel).

Potential side effects
preorder_merch

Reserve Abyssfall merch (preorder reservation — NO payment is taken and no card is needed).

Potential side effects

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.abyssfall]
url = "https://www.abyssfallgame.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "abyssfall": {
      "type": "http",
      "url": "https://www.abyssfallgame.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: abyssfall
Remote MCP URL: https://www.abyssfallgame.com/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": {
    "abyssfall": {
      "url": "https://www.abyssfallgame.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "abyssfall": {
      "type": "http",
      "url": "https://www.abyssfallgame.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "abyssfall",
  "transport": "streamable-http",
  "url": "https://www.abyssfallgame.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for abyssfallgame.com was fetched 2026-07-31T02:26:10.949Z and is being refreshed.

Trust status Neutral

abyssfallgame.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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