Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_BASE_URLNoDiscovery API base URLhttps://api.originselect.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsA

Search OriginSelect's curated catalog of ethical, origin-verified products. Filter by country of origin, ethical values (e.g., women-owned, organic, b-corp), product category, brand, and price. Returns scored and ranked results with match reasons.

search_brandsA

Search for ethical and origin-verified brands on OriginSelect. Filter by country of origin, ethical values (women-owned, b-corp, organic, etc.), and product category. Returns brand details including values, website, and product count.

refine_searchA

Refine a previous product search by adding/removing filters. Takes the intent object from a prior search_products response and applies modifications. No new query parsing needed — this is a fast refinement.

Examples:

  • Add a value: { action: "add", field: "values", value: "organic" }

  • Remove a value: { action: "remove", field: "values", value: "vegan" }

  • Change country: { action: "modify", field: "country", value: "Canada" }

  • Set max price: { action: "modify", field: "priceMax", value: 30 }

  • Change category: { action: "modify", field: "category", value: "Beauty" }

get_valuesA

List all supported ethical/ownership values that can be used to filter products and brands. Returns canonical value tokens with display labels.

get_categoriesB

List all supported product categories that can be used to filter products and brands.

get_countriesA

List all supported countries of origin that can be used to filter products and brands. Currently supports Canada and USA.

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/chhavimishra/originselect-mcp-server'

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