Skip to main content
Glama
IamMichael23

rangeview-mcp

by IamMichael23

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RANGEVIEW_BASE_URLNoBase URL of the WooCommerce storehttps://www.rangeviewsports.ca
RANGEVIEW_TIMEOUT_MSNoPer-request timeout in milliseconds20000
RANGEVIEW_MAX_RETRIESNoMaximum number of retries on 429/5xx with backoff3
RANGEVIEW_DESC_MAX_CHARSNoDescription truncation length in characters for get_product1500
RANGEVIEW_TAXONOMY_TTL_MSNoCategory/attribute cache lifetime in milliseconds3600000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsA

Search the Rangeview Sports catalog (~5,600 products). Combine free-text with category, caliber, brand, price range, stock and sale filters. Caliber and brand accept everyday spellings ('223', '6.5 Creedmoor') and are expanded to every matching catalog term. Returns compact records; call get_product for full detail. Note only ~34% of the catalog is in stock — pass in_stock_only for buyable items.

get_productA

Full detail for one product by id, slug, or SKU: description, attributes (caliber, barrel length, action…), brand, stock, rating and image.

list_categoriesA

Browse the 376-category tree. No arguments lists top-level categories (Firearms, Ammo, Optics…); pass parent to descend or search to find one anywhere.

list_filter_valuesA

Discover filterable attributes and their valid values. No arguments lists all 83 attributes (Caliber, Action, Barrel Length…); pass attribute to list its values with product counts. Use this to ground a filter before searching.

check_availabilityA

Bulk price/stock lookup for up to 20 products by id, SKU, or name. Use when tracking specific items rather than browsing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/IamMichael23/rangeview-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server