Game Development
abyssfallgame.com
Provides official information and tools for the game Abyssfall.
ENDPOINT 1
https://www.abyssfallgame.com/mcp
MCP server metadata
- Name
- abyssfall
- Version
- 3.4.2
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_infoVerified facts about Abyssfall: Operation Sunken Crown — title, genre, status, platforms, co-op, studio, and official channels.
Inferred read-onlysubscribe_newsletterSubscribe an email address to the official Abyssfall newsletter (the game's primary announcement channel).
Potential side effectspreorder_merchReserve Abyssfall merch (preorder reservation — NO payment is taken and no card is needed).
Potential side effectsCONNECT 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.
abyssfallgame.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.