← atomandbits.com

INDIVIDUAL MCP TOOL

preflight

Resolve one merchant, evaluate sourced intent constraints, select a safe action, state approval, and return attribution.

atomandbits.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.merchant.atomandbits.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for preflight and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

atomandbits.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.merchant-context]
url = "https://api.merchant.atomandbits.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "merchant-context": {
      "type": "http",
      "url": "https://api.merchant.atomandbits.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: merchant-context
Remote MCP URL: https://api.merchant.atomandbits.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "merchant-context": {
      "url": "https://api.merchant.atomandbits.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "merchant-context": {
      "type": "http",
      "url": "https://api.merchant.atomandbits.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "merchant-context",
  "transport": "streamable-http",
  "url": "https://api.merchant.atomandbits.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_service_info — Describe the Merchant Context service, price, and inspection checks.
  • check_merchant — Run a free merchant-site diagnostic.
  • resolve_merchant — Resolve cached merchant identity, sourced facts, offers, terms, freshness, and safe actions for free.
  • search_merchants — Search cached merchant records by sourced offer, place, price, timing, policy, action support, and freshness.
  • compare_offers — Compare only sourced offer fields from two or more merchants.
  • get_safe_actions — Return current merchant-owned action URLs, exact inputs, authority, confirmation, expiry, retry rules, recovery, and attribution.
  • refresh_merchant — Pay for a fresh merchant inspection and cache refresh.
  • inspect_merchant — Compatibility alias for refresh_merchant.