merchant-context

merchant-context is a plugin for Gemini CLI from ihint/merchant-context. Its token cost is not measured, scanned A, original, MIT.

A service that looks up verified merchant information before an agent takes a commerce-related action.

In plain words
What is it for?
It is for finding merchants, comparing offers, checking allowed actions, and running a final pre-action check.
Why use it?
It reduces the risk of using the wrong seller, offer, or merchant details when making commerce decisions.

Plugin for Gemini CLI

Written for Gemini CLI: a Gemini CLI extension manifest. Also seen: mentions Gemini CLI.

Good fit It is for finding merchants, comparing offers, checking allowed actions, and running a final pre-action check.

Compare 6 plugins from other repositories ↓
Install with agentmods
npx agentmods add plugins/ihint/merchant-context/gemini-cli
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/ihint/merchant-context

Made for: Gemini CLI.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for merchant-context

README.md
[![agentmods](https://agentmods.dev/badge/plugins/ihint/merchant-context/gemini-cli/github.svg)](https://agentmods.dev/plugins/ihint/merchant-context/gemini-cli)
Your own site
<a href="https://agentmods.dev/plugins/ihint/merchant-context/gemini-cli"><img src="https://agentmods.dev/badge/plugins/ihint/merchant-context/gemini-cli/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for merchant-context

Your own site · 80×15
<a href="https://agentmods.dev/plugins/ihint/merchant-context/gemini-cli"><img src="https://agentmods.dev/badge/plugins/ihint/merchant-context/gemini-cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session not measured What this adds to a session before it is invoked.
When invoked not measured Not applicable: nothing here is loaded into a session.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Security

Grade A, and why

merchant-context scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

extensions/gemini-cli/gemini-extension.json · 20 lines

What it actually says

{
  "name": "merchant-context",
  "version": "0.3.0",
  "description": "Resolve sourced merchant facts before agent commerce actions",
  "mcpServers": {
    "merchant-context": {
      "httpUrl": "https://api.merchant.atomandbits.com/mcp",
      "includeTools": [
        "resolve_merchant",
        "search_merchants",
        "compare_offers",
        "get_safe_actions",
        "preflight"
      ],
      "timeout": 10000
    }
  },
  "contextFileName": "GEMINI.md"
}
Files

What ships with it

3 files beside gemini-extension.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 20 lines scan A 623c02bec520

Subscribe to this mod's changes

merchant-context is a plugin published in the GitHub repository ihint/merchant-context (0 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-08.

Related

Other plugins, from other repositories

samedaydesk-extract

Self-contained Claude Code plugin that binds the canonical SameDayDesk MCP, one web-extract skill for single-page GET or bounded 1–5 URL batch POST, and one offline explicit-record skill. Unpaid discovery only. Mapping does not fetch or pay. No wallet, no second paywall, no installer.

epistemedeus/x402-url-extractor · not measured

internet-court

Entry point for Internet Court — the trust layer for agent-to-agent commerce. Use whenever an agent needs to transact with another agent or a paid service, or a user mentions agent payments, paid APIs (HTTP 402/x402), wallet custody or trust concerns, spending mandates, delegated permissions (ERC-7710/7715), escrow…

internet-court/internet-court-skill · not measured

medusa-cloud

Skills for managing Medusa Cloud resources through the Cloud CLI (mcloud). Covers setup, deployments, debugging, local build reproduction, environment variable management, environment management, organizations, projects, logs, and authentication.

medusajs/medusa-agent-skills · not measured

ecommerce-storefront

Comprehensive skills for building ecommerce storefronts with best practices for UI/UX, SEO, and mobile responsiveness.

medusajs/medusa-agent-skills · not measured

learn-medusa

Interactive guided tutorial for learning Medusa development. Teaches you to build custom features step-by-step with a brands example.

medusajs/medusa-agent-skills · not measured

medusa-dev

Comprehensive skills for building Medusa applications: backend (modules, workflows, API routes), admin UI (widgets, forms, tables), and storefronts (SDK integration, React Query).

medusajs/medusa-agent-skills · not measured