← Registry

eCommerce

whatpriceglory.com

Provides product search, details, categories, and store information for an e-commerce catalog.

1 endpoint4 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

https://whatpriceglory.com/mcp

No auth detected

MCP server metadata

Name
wpg-catalog
Version
1.0.0
Capabilities
tools
Server instructions

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

search_products

Search the store catalogue by keyword.

Inferred read-only
get_product

Fetch full detail for a single product by its numeric catalogue id or its SKU code.

Inferred read-only
list_categories

List the store's main (top-level) product categories with their page URLs.

Inferred read-only
get_store_info

Store name, description, website, policy page links (shipping, returns, privacy, terms, FAQ, contact), and the timestamp of the catalogue snapshot.

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.