eCommerce
whatpriceglory.com
Provides product search, details, categories, and store information for an e-commerce catalog.
ENDPOINT 1
https://whatpriceglory.com/mcp
MCP server metadata
- Name
- wpg-catalog
- Version
- 1.0.0
Read-only catalogue for this militaria store. search_products finds items, get_product returns full detail, list_categories browses, get_store_info gives policies. Prices and availability come from a nightly snapshot -- always link the customer to the product URL for live pricing and checkout.
Known tools 4
get_productFetch full detail for a single product by its numeric catalogue id or its SKU code.
Inferred read-onlylist_categoriesList the store's main (top-level) product categories with their page URLs.
Inferred read-onlyget_store_infoStore name, description, website, policy page links (shipping, returns, privacy, terms, FAQ, contact), and the timestamp of the catalogue snapshot.
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.wpg-catalog]
url = "https://whatpriceglory.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wpg-catalog": {
"type": "http",
"url": "https://whatpriceglory.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wpg-catalog
Remote MCP URL: https://whatpriceglory.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": {
"wpg-catalog": {
"url": "https://whatpriceglory.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wpg-catalog": {
"type": "http",
"url": "https://whatpriceglory.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wpg-catalog",
"transport": "streamable-http",
"url": "https://whatpriceglory.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.