rangeview-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RANGEVIEW_BASE_URL | No | Base URL of the WooCommerce store | https://www.rangeviewsports.ca |
| RANGEVIEW_TIMEOUT_MS | No | Per-request timeout in milliseconds | 20000 |
| RANGEVIEW_MAX_RETRIES | No | Maximum number of retries on 429/5xx with backoff | 3 |
| RANGEVIEW_DESC_MAX_CHARS | No | Description truncation length in characters for get_product | 1500 |
| RANGEVIEW_TAXONOMY_TTL_MS | No | Category/attribute cache lifetime in milliseconds | 3600000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |
| list_filter_valuesA | Discover filterable attributes and their valid values. No arguments lists all 83 attributes (Caliber, Action, Barrel Length…); pass |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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