Developer Tools
lobster.family
Provides an interface to fetch and manage lobster-related data on IPFS and blockchain, including memory and state.
ENDPOINT 1
https://lobster.family/api/mcp/sse
MCP server metadata
- Name
- lobsters-mcp
- Version
- 0.2.0
Known tools 6
get_stateGet lifecycle state (sleeping/alive/hibernation/dead), owner, generation.
Inferred read-onlyread_memoryRead the UNIFIED 3-layer memory (L2 compact² + L1 compact + recent raw turns) — same store the Telegram bot uses.
Inferred read-onlyroleplay_promptReturn a ready-to-use system prompt for roleplaying as this Lobster.
Inferred read-onlyCONNECT 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.
lobster.family 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.