Skip to main content
ClaudeWave
ihint avatar
ihint

merchant-context

Ver en GitHub

Open merchant discovery schema and x402 MCP inspector for buyer agents

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · wrangler
Claude Code CLI
claude mcp add merchant-context -- npx -y wrangler
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "merchant-context": {
      "command": "npx",
      "args": ["-y", "wrangler"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Merchant Context

Merchant Context is an open project for making offers easier for buyer agents to find, compare, and act on.

It starts with a practical question:

> Can an agent tell what you sell, who it is for, what it costs, which rules apply, and what action comes next without guessing?

This repo contains:

- an [agentic commerce readiness checklist](CHECKLIST.md);
- a [draft merchant-context schema](schema/merchant-context.schema.json);
- a [worked SaaS example](examples/saas.json); and
- a [map of the main commerce and discovery standards](docs/protocol-map.md).

## Canonical sources

- Product and machine brief: https://merchant.atomandbits.com/llms.txt
- Version 0.1 schema: https://merchant.atomandbits.com/schema/merchant-context-v0.1.json
- UCP discovery: https://merchant.atomandbits.com/.well-known/ucp
- Open source and history: https://github.com/ihint/merchant-context

The domain schema and [`schema/merchant-context.schema.json`](schema/merchant-context.schema.json)
must stay semantically equal. Versioned releases preserve old contracts.

## Status

This is an early public draft from [Atom & Bits](https://atomandbits.com). It is not a new payment or checkout protocol. It does not certify ACP, UCP, MCP, A2A, x402, or Web Bot Auth support.

The UCP profile declares no services, checkout capabilities, or payment handlers. It gives agents an explicit discovery response without claiming operations that do not exist.

The goal is to give merchants one testable context layer that can map to those systems as they mature.

Agent and framework builders can follow the
[first 100 paid integrations](https://github.com/ihint/merchant-context/issues/6). The issue states
the launch gates and tracks verified integrations.

## Paid beta endpoint

- MCP: `https://api.merchant.atomandbits.com/mcp`
- Free MCP tool: `check_merchant`
- HTTP x402: `POST https://api.merchant.atomandbits.com/v1/inspect`
- Price: $0.01 USDC on Base
- First verified settlement: [Base transaction `0x2f0f…57af`](https://basescan.org/tx/0x2f0fcf185021b68c827d5668f5d55481ca9d1f768b5e77b9d300e12b604f57af)

The first paid call settled on 2026-08-04 and returned a live inspection of
`https://merchant.atomandbits.com`.

## Quick start

1. Work through [CHECKLIST.md](CHECKLIST.md).
2. Copy [examples/saas.json](examples/saas.json).
3. Replace every sample value with a fact from your own site or system.
4. Keep prices, stock, policies, and action URLs current.
5. Run `python3 scripts/validate.py` before publishing.

## Design rules

- Facts beat slogans.
- A URL is not an API.
- Agents must not infer price, stock, policy, or authority.
- Each claim should name its source and update time.
- A purchase or other high-impact action should state when human approval is required.
- Existing standards win. Map to them instead of inventing a private dialect.

## Agent service

The [`worker`](worker) directory contains the hosted MCP service under test. It exposes:

- `get_service_info`, a free tool that states the checks, price, payment network, and source;
- `check_merchant`, a free tool that returns the score and pass/fail checks without detailed evidence;
- `inspect_merchant`, a $0.01 x402 tool that checks six fixed public discovery paths;
- `POST /v1/inspect`, the same $0.01 inspection through standard HTTP x402 clients; and
- `/.well-known/merchant-context`, a public service record for agents and registries.

The inspector accepts public HTTPS origins only. It blocks local and IP targets, checks each
redirect, caps response size and time, and returns no page body. The payment path records hashes,
not wallet addresses or signed payment tokens.

Run its local checks:

```sh
cd worker
npm install
npm test
npm run typecheck
npx wrangler deploy --dry-run
```

## Contributing

Issues, examples, and corrections are welcome. Read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request.

## License

MIT. See [LICENSE](LICENSE).
agentic-commerceai-agentsjson-schemamcp-servermerchantmerchant-discoveryx402

Lo que la gente pregunta sobre merchant-context

¿Qué es ihint/merchant-context?

+

ihint/merchant-context es mcp servers para el ecosistema de Claude AI. Open merchant discovery schema and x402 MCP inspector for buyer agents Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala merchant-context?

+

Puedes instalar merchant-context clonando el repositorio (https://github.com/ihint/merchant-context) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ihint/merchant-context?

+

ihint/merchant-context aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene ihint/merchant-context?

+

ihint/merchant-context es mantenido por ihint. La última actividad registrada en GitHub es de today, con 6 issues abiertos.

¿Hay alternativas a merchant-context?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega merchant-context en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ihint/merchant-context
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ihint-merchant-context)](https://claudewave.com/repo/ihint-merchant-context)
<a href="https://claudewave.com/repo/ihint-merchant-context"><img src="https://claudewave.com/api/badge/ihint-merchant-context" alt="Featured on ClaudeWave: ihint/merchant-context" width="320" height="64" /></a>

Más MCP Servers

Alternativas a merchant-context