← Registry

eCommerce

eturnalrest.com

An MCP server that searches and retrieves burial plot, crypt, and niche listings and cemetery directory information from Eturnal Rest.

1 endpoint3 known toolsFirst detected September 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://eturnalrest.com/mcp

No auth detected

MCP server metadata

Name
eturnal-rest
Version
1.0.0
Capabilities
tools
Server instructions

Eturnal Rest is a marketplace for cemetery plots, crypts, and niches across the United States. Use search_plots to find spaces for sale by state, city, cemetery name, price, or plot type. Use get_listing to look up one plot by its CB unit id or its listing handle. Use lookup_cemetery to get counts, price ranges, and the public page for a cemetery. All three tools are read only and no sign in is required. Eturnal Rest does not publish a separate web page for each plot, so every link points to the cemetery page where that plot is advertised, and buyers contact sellers through the form on that page. Eturnal Rest takes no commission on the sale.

Known tools 3

search_plots

Search burial plots, crypts, and niches advertised for sale on Eturnal Rest.

Inferred read-only
get_listing

Look up a single plot advertised on Eturnal Rest by its CB unit id or by its listing handle.

Inferred read-only
lookup_cemetery

Look up a cemetery in the Eturnal Rest directory by name, city, state, or slug.

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.eturnal-rest]
url = "https://eturnalrest.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "eturnal-rest": {
      "type": "http",
      "url": "https://eturnalrest.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "eturnal-rest": {
      "type": "http",
      "url": "https://eturnalrest.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "eturnal-rest",
  "transport": "streamable-http",
  "url": "https://eturnalrest.com/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.