on-running-mcp

on-running-mcp

0

The project is a Model-Context-Protocol server that interfaces with the On Running website to provide access to product data via an API. It allows users to query and filter product information using various parameters.

Overview

This project provides an interface to the On Running website's product data through a FastMCP server. It allows you to:

  • Query the On Running API with various filters
  • Get product information including names, images, and activities
  • Filter products by type, subtype, and gender

Installation

Requires Python 3.12+

Available Tools

The MCP server provides the following tools:

  • Make a query to the On Running API with optional filters
  • Get all product names from the results
  • Get activities associated with each product
  • Find a specific product by name
  • Get an image for a specific product
  • List available product types (shoes, apparel, accessories)
  • List available product subtypes (tops, shorts, etc.)
  • List available gender options (men's, women's, kids)