eCommerce
stampedsidewalks.com
An MCP server for a concrete stamp business that calculates custom stamp prices, lists design templates, and tracks order status.
ENDPOINT 1
https://stampedsidewalks.com/api/mcp/mcp
MCP server metadata
- Name
- stamped-sidewalks
- Version
- 1.0.0
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_priceCalculate the exact price of a custom concrete stamp from its outer dimensions.
Inferred read-onlysearch_stamp_templatesList ready-made stamp design templates (poems, addresses, memorials, etc.).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.