- Home
- MCP servers
- OriginSelect
OriginSelect
- javascript
0
GitHub Stars
javascript
Language
3 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"chhavimishra-originselect-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/originselect-mcp-server/src/index.js"
],
"env": {
"API_BASE_URL": "https://api.originselect.com"
}
}
}
}You can run the OriginSelect MCP Server to enable your MCP clients to perform ethical product searches and brand discovery through AI agents. This server acts as an intermediary that exposes focused search and filtering capabilities, returning curated results to Claude Desktop, Cursor, Windsurf, and other MCP-compatible clients.
How to use
Connect your MCP client to the OriginSelect MCP Server by configuring a local MCP entry that points to the server’s runtime. You will supply the Node runtime pathway and the location of the server’s main script, along with an API base URL for discovery.
How to install
Prerequisites: You need Node.js installed on your machine. You should have a workspace where you can reference the OriginSelect MCP Server files.
-
Open a terminal in your project directory.
-
Navigate to the OriginSelect MCP Server directory.
-
Install dependencies.
-
Run or configure the server according to your MCP client instructions.
Configuration and usage notes
Two MCP client configurations are shown for running the OriginSelect MCP Server locally with different MCP clients. Each configuration uses the Node runtime to execute the server’s main script and sets the API base URL for discovery.
Security and trust
This MCP server is open source and auditable. It makes outbound HTTPS requests to the OriginSelect API, does not access local files, and does not collect telemetry. It has a minimal dependency footprint and is designed for transparent operation with MCP clients.
Tools and endpoints
The server provides the following tools to form complex searches and refine results across products, brands, and categories.
Available tools
search_products
Search the curated product catalog by values, country, category, brand, or keywords.
search_brands
Discover brands by ethical values, country, or category.
refine_search
Refine a previous search by adding or removing filters using the prior intent as a starting point.
get_values
List all supported ethical/ownership values such as women-owned, organic, b-corp, etc.
get_categories
List all supported product categories.
get_countries
List all supported countries of origin.