Connect in minutes. Start with a product search.
1. Add the public MCP server
No API key is needed. In a client that supports remote Streamable HTTP MCP, add https://runeloresupply.com/mcp/catalog. Clients with JSON server configuration can use:
{
"mcpServers": {
"runelore": {
"url": "https://runeloresupply.com/mcp/catalog"
}
}
}For ChatGPT or Claude connection settings, use the endpoint above as the remote server URL. Connection availability and configuration depend on your client and plan; this is not an OAuth connector.
2. Make your first lookup
Find three customizable shirts on RuneLore. Compare the published prices and available sizes, then link me to the products. Do not place an order.Tools: get_service_capabilities, find_products, get_product, get_product_variants.
Or run a direct API lookup:
curl "https://runeloresupply.com/discovery/v1/products?search=shirt&limit=3"3. Enable ordering when you are ready
Ordering uses https://runeloresupply.com/mcp/merchant, a separate authenticated endpoint. Create a merchant connection, approve products and artwork, authorize Stripe payments and set per-order and daily spending limits.
Store your connection key in your client’s secret bearer-header settings. Never paste it into a prompt, public config or URL. A public catalog connection cannot charge you or control your website.