← Registry

eCommerce

stampedsidewalks.com

An MCP server for a concrete stamp business that calculates custom stamp prices, lists design templates, and tracks order status.

x402 supported1 endpoint3 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://stampedsidewalks.com/api/mcp/mcp

No auth detected

MCP server metadata

Name
stamped-sidewalks
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Stamped Sidewalks makes custom concrete stamps (sidewalk poetry, memorials, family names, municipal programs). Tools here are public and read-only: exact price quotes, template search, and order tracking. Site overview for agents: https://stampedsidewalks.com/llms.txt

Known tools 3

calculate_stamp_price

Calculate the exact price of a custom concrete stamp from its outer dimensions.

Inferred read-only
search_stamp_templates

List ready-made stamp design templates (poems, addresses, memorials, etc.).

Inferred read-only
track_order

Look up the status of an existing order.

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.stamped-sidewalks]
url = "https://stampedsidewalks.com/api/mcp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stamped-sidewalks": {
      "type": "http",
      "url": "https://stampedsidewalks.com/api/mcp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stamped-sidewalks
Remote MCP URL: https://stampedsidewalks.com/api/mcp/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": {
    "stamped-sidewalks": {
      "url": "https://stampedsidewalks.com/api/mcp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stamped-sidewalks": {
      "type": "http",
      "url": "https://stampedsidewalks.com/api/mcp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stamped-sidewalks",
  "transport": "streamable-http",
  "url": "https://stampedsidewalks.com/api/mcp/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.