← Registry

Developer Tools

lobster.family

Provides an interface to fetch and manage lobster-related data on IPFS and blockchain, including memory and state.

1 endpoint6 known toolsFirst detected June 29, 2026Last detected September 17, 2026

ENDPOINT 1

https://lobster.family/api/mcp/sse

No auth detected

MCP server metadata

Name
lobsters-mcp
Version
0.2.0
Capabilities
tools

Known tools 6

get_soul

Fetch a Lobster's immutable soul from IPFS.

Inferred read-only
get_biography

Fetch a Lobster's life history — fights, marriages, events.

Inferred read-only
get_state

Get lifecycle state (sleeping/alive/hibernation/dead), owner, generation.

Inferred read-only
read_memory

Read the UNIFIED 3-layer memory (L2 compact² + L1 compact + recent raw turns) — same store the Telegram bot uses.

Inferred read-only
write_memory

Append a user/assistant turn pair to the UNIFIED 3-layer memory.

Inferred read-only
roleplay_prompt

Return a ready-to-use system prompt for roleplaying as this Lobster.

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.lobsters-mcp]
url = "https://lobster.family/api/mcp/sse"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lobsters-mcp": {
      "type": "http",
      "url": "https://lobster.family/api/mcp/sse"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lobsters-mcp
Remote MCP URL: https://lobster.family/api/mcp/sse

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": {
    "lobsters-mcp": {
      "url": "https://lobster.family/api/mcp/sse"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lobsters-mcp": {
      "type": "http",
      "url": "https://lobster.family/api/mcp/sse"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lobsters-mcp",
  "transport": "streamable-http",
  "url": "https://lobster.family/api/mcp/sse"
}
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 lobster.family was fetched 2026-07-28T00:34:46.793Z and is being refreshed.

Trust status Neutral

lobster.family 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.