eCommerce
eturnalrest.com
An MCP server that searches and retrieves burial plot, crypt, and niche listings and cemetery directory information from Eturnal Rest.
ENDPOINT 1
https://eturnalrest.com/mcp
MCP server metadata
- Name
- eturnal-rest
- Version
- 1.0.0
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_plotsSearch burial plots, crypts, and niches advertised for sale on Eturnal Rest.
Inferred read-onlyget_listingLook up a single plot advertised on Eturnal Rest by its CB unit id or by its listing handle.
Inferred read-onlylookup_cemeteryLook up a cemetery in the Eturnal Rest directory by name, city, state, or slug.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.