Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.chhavimishra/originselect-mcp-server

NPM · ORIGINSELECT-MCP-SERVER · SCANNED SEP 22

Search ethical, origin-verified products and brands by country of origin

0 this week 85 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 12 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1573 tokens (~82/item across 19 items; 19 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 19 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.chhavimishra/originselect-mcp-server server?

io.github.chhavimishra/originselect-mcp-server runs locally as an npm package, launched with npx -y originselect-mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · originselect-mcp-server

# add to Claude Code
claude mcp add chhavimishra-originselect-mcp-server -- npx -y originselect-mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "chhavimishra-originselect-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "originselect-mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "chhavimishra-originselect-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "originselect-mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add chhavimishra-originselect-mcp-server -- npx -y originselect-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "chhavimishra-originselect-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "originselect-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add chhavimishra-originselect-mcp-server --command npx --arg -y --arg originselect-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  chhavimishra-originselect-mcp-server:
    command: "npx"
    args: ["-y", "originselect-mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "chhavimishra-originselect-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "originselect-mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add chhavimishra-originselect-mcp-server -t stdio -c npx -a -y originselect-mcp-server
// mcp.json
{
  "mcpServers": {
    "chhavimishra-originselect-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "originselect-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −4
    • Stability: pass → 0.77 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed npm/originselect-mcp-server@1.0.12

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 19 exposed · ~1,573 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_affiliate_performance ~164

Affiliate clicks/conversions/orders/revenue/commission for one program+market (e.g. program="amazon", market="CA"), with per-row tracking ID/SubID/SKU and attribution_method (deterministic/aggregate/inferred) so you know how much to trust each number. Amazon is tracked as three separate markets (US/CA/AU) — call once per market. HydroFLOW is program="refersion", market="US".

NameTypeReqDescription
fromDatestringYYYY-MM-DD
marketstringyese.g. "US", "CA", "AU"
programstringyese.g. "amazon", "refersion", or a direct-affiliate program name
toDatestringYYYY-MM-DD

No output schema declared.

No examples provided.

get_ai_referral_performance ~79

AI referral/click behavior (ChatGPT, Perplexity, Claude, Gemini, etc.) for one OriginSelect page over an optional date range.

NameTypeReqDescription
fromDatestringYYYY-MM-DD
toDatestringYYYY-MM-DD
urlstringyesAny OriginSelect page URL (normalized automatically)

No output schema declared.

No examples provided.

get_cannibalization ~35

Queries where multiple OriginSelect pages have meaningful overlapping search visibility (possible cannibalization), checked against currently-notable queries.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_categories ~23

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_change_history ~60

Logged build/content changes for one page. Use alongside get_page_performance to check for correlation between a change and a performance move — the backend never claims causality from correlation alone.

NameTypeReqDescription
urlstringyesAny OriginSelect page URL (normalized automatically)

No output schema declared.

No examples provided.

get_channel_performance ~80

Google/Bing/Pinterest/AI-referral channel summary for one page over an optional date range — sessions, clicks, impressions, outbound clicks, engagement per channel.

NameTypeReqDescription
fromDatestringYYYY-MM-DD
toDatestringYYYY-MM-DD
urlstringyesAny OriginSelect page URL (normalized automatically)

No output schema declared.

No examples provided.

get_countries ~31

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_ctr_opportunities ~58

Pages/queries with a meaningful CTR gap or zero clicks relative to their search position — the "ranking fine, nobody's clicking" bucket, pulled from the current opportunity leaderboard.

NameTypeReqDescription
limitnumberMax results (1-50)

No output schema declared.

No examples provided.

get_daily_priorities ~84

Top OriginSelect content/traffic/revenue opportunities ranked by evidence and business value, with reason codes and score components so you can explain why one outranks another. This is first-party OriginSelect evidence only — pair it with your own live research (SERPs, competitors) for a full recommendation.

NameTypeReqDescription
limitnumberMax opportunities to return (1-50)

No output schema declared.

No examples provided.

get_data_freshness ~67

Status, last-success timestamp, and data-through-date for every OriginSelect intelligence connector (GSC, GA4, Bing, Pinterest, Amazon US/CA/AU, Refersion, internal AI/affiliate events). Check this before treating any other intelligence tool's numbers as current.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_page_performance ~52

Cross-channel performance for one OriginSelect page: search metadata, per-channel session/click/impression totals, and its top search queries.

NameTypeReqDescription
urlstringyesAny OriginSelect page URL (normalized automatically)

No output schema declared.

No examples provided.

get_page_queries ~48

Search queries driving impressions/clicks to one OriginSelect page, with per-query click/impression/position/CTR.

NameTypeReqDescription
urlstringyesAny OriginSelect page URL (normalized automatically)

No output schema declared.

No examples provided.

get_query_pages ~44

Which OriginSelect pages are ranking/competing for one query, with each page's clicks/impressions/position.

NameTypeReqDescription
querystringyesThe exact search query text

No output schema declared.

No examples provided.

get_query_performance ~54

Search performance for one query across engines (Google/Bing) and landing pages — clicks/impressions grouped by engine, with the pages ranking for it under each.

NameTypeReqDescription
querystringyesThe exact search query text

No output schema declared.

No examples provided.

get_ranking_changes ~62

Meaningful search-ranking gains/losses for one page's queries over time: new visibility, gainers, decliners, lost visibility. Tiny impression counts are filtered out as noise.

NameTypeReqDescription
urlstringyesAny OriginSelect page URL (normalized automatically)

No output schema declared.

No examples provided.

get_values ~33

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

refine_search ~218

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" }

NameTypeReqDescription
intentobjectyesThe intent object returned from a previous search_products call. Pass it unchanged.
limitnumberMax products to return (1-50)
marketstringMarket scope override
modificationsarrayyesArray of modifications to apply to the intent

No output schema declared.

No examples provided.

search_brands ~136

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.

NameTypeReqDescription
brandstringBrand name to look up directly
categorystringProduct category the brand operates in
countrystringCountry of origin to filter by
limitnumberMaximum number of brands to return (1-20)
marketstringMarket scope
valuesarrayEthical/ownership values to filter by

No output schema declared.

No examples provided.

search_products ~245

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.

NameTypeReqDescription
brandstringBrand name to search for
categorystringProduct category
classificationstringCanadian brand classification filter
countrystringCountry of origin to filter by
keywordsarraySpecific product keywords (e.g., ["shampoo", "moisturizer"])
limitnumberMaximum number of products to return (1-50)
marketstringMarket scope: "canada" for Canadian products only, "global" for international, "all" for both
priceMaxnumberMaximum price in dollars
querystringOptional natural language query for context (e.g., "non-toxic baby shampoo from Canada"). Structured fields below take precedence.
valuesarrayEthical/ownership values to filter by (e.g., ["women-owned", "organic", "non-toxic"])

No output schema declared.

No examples provided.

Common questions

What is the io.github.chhavimishra/originselect-mcp-server server?

io.github.chhavimishra/originselect-mcp-server is listed in the public MCP registry as io.github.chhavimishra/originselect-mcp-server. Search ethical, origin-verified products and brands by country of origin. This page covers its npm package (originselect-mcp-server).

Is the io.github.chhavimishra/originselect-mcp-server server safe to use?

io.github.chhavimishra/originselect-mcp-server scores 85 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.chhavimishra/originselect-mcp-server server expose?

io.github.chhavimishra/originselect-mcp-server exposes 19 tools: search_products, search_brands, refine_search, get_values, get_categories, and 14 more. Their descriptions and schemas cost roughly 1,573 tokens of context every time the server is loaded.

Is the io.github.chhavimishra/originselect-mcp-server server still maintained?

io.github.chhavimishra/originselect-mcp-server is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.chhavimishra/originselect-mcp-server server under?

io.github.chhavimishra/originselect-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.