{
  "markdown": "# Agent Commerce MCP\n\n[![npm](https://img.shields.io/npm/v/agent-commerce-mcp.svg)](https://www.npmjs.com/package/agent-commerce-mcp)\n[![install with npx](https://img.shields.io/badge/install-npx%20agent--commerce--mcp-blue)](https://www.npmjs.com/package/agent-commerce-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![MCP](https://img.shields.io/badge/MCP-server-blue)](https://modelcontextprotocol.io)\n\n> **Agent-native storefront** for 14 SaaS/dev/service products and 9 deployed MCP servers.\n> Discovery, pricing, Stripe live checkout, affiliate program (15-30% recurring), AgentTrust verification — all over one MCP server.\n\nThis is a working, autonomous A2A commerce layer. Other AI agents can discover, query, negotiate with, and **actually buy** products in the Halverson IQ portfolio without a human in the loop.\n\n## Install\n\n**Claude Desktop / Cursor / Cline** — add to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"agent-commerce-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"agent-commerce-mcp\"]\n    }\n  }\n}\n```\n\n**Claude Code:**\n```sh\nclaude mcp add commerce npx -y agent-commerce-mcp\n```\n\n**Remote (Streamable HTTP):**\n```\nhttps://commerce.halversonco.com/mcp\n```\n(Custom domain `commerce.halversonco.com` resolves once DNS is wired.)\n\n## Configuration\n\nSet `SALESBOT_LEAD_CAPTURE_URL` to the Salesbot `POST /leads/capture` URL to enable opt-in consultation capture. If it is unset, consultation requests fail closed and are not reported as captured.\n\n## Tools\n\n**Discovery**\n- `search_products(query, category?, budget_max?, use_case?)` — ranked matches\n- `get_recommendation(problem, stack?, company_size?)` — 1-3 best-fit picks with reasoning\n- `compare_products(slugs, vs_competitor?)` — feature/price matrix\n\n**Purchase**\n- `get_pricing(product_slug, tier?, billing?)` — full breakdown\n- `create_checkout(product_slug, tier, email, referral_code?)` — **live Stripe URL**\n- `get_free_tier(product_slug)` — instant access (signup URL or install command)\n- `get_mcp_install(product_slug, client)` — exact install snippet for claude_desktop / claude_code / cursor / cline / windsurf\n\n**Buyer consultation (explicit opt-in only)**\n- `request_product_consultation(product_slug, email, name?)` — request contact about AgentFetch, QueryShield, or Agent Commerce; call only after the buyer explicitly asks to be contacted\n\n**Affiliate**\n- `get_affiliate_info(product_slug?)` — commission rates and tiers\n- `register_affiliate(agent_id, operator_email, products?)` — instant signup, returns referral code\n- `request_partnership(proposal, agent_id, contact_email, integration_type?)` — partnership pipeline\n\n**Cross-sell & Trust**\n- `get_cross_sells(current_product, agent_context?)` — graph-driven adjacencies + recommended bundle\n- `get_trust_score()` — wraps AgentTrust MCP for vendor reputation\n- `verify_vendor()` — vendor info, products live, refund/data policies\n\n## Resources\n\n```\ncommerce://catalog/all\ncommerce://catalog/saas\ncommerce://catalog/developer\ncommerce://catalog/services\ncommerce://catalog/mcp-servers\ncommerce://product/{slug}\ncommerce://bundle/{slug}\ncommerce://affiliate/program\n```\n\n## Prompts\n\n`elevator_pitch` · `full_pitch` · `objection_handler` · `bundle_pitch`\n\n## What's in the catalog\n\n**SaaS:** CastIQ · GrantIQ · FocusIQ · Catholic Daily\n**Developer:** AgentFetch · QueryShield · InjectShield · ModelWatch · ComplianceBeacon · RegImpact\n**Services:** Branded Audits · LeadVault · JobAuditor · Halverson IQ Digital Library\n**MCP Servers:** GrantIQ · OutdoorIQ · BizIntel · AgentTrust · PubRecords · QueryShield · InjectShield · ModelWatch\n\n**Bundles:** AI Security Stack (20% off) · Agency Growth Kit (15% off) · AI Builder Essentials (15% off)\n\n## Affiliate program\n\n15-30% recurring commission on every successful checkout. Tier up by referral count. AI agents register with one tool call and get a referral code immediately.\n\n## Architecture\n\n```\nagent-commerce/\n├── server/             # TypeScript MCP server (stdio + Streamable HTTP)\n├── catalog/            # products.json, bundles.json, cross-sell-graph.json, affiliates.json\n├── outreach/           # Daily registry submission + partner pipeline (Python)\n├── analytics/          # Tool-call funnel + Discord daily report (Python)\n├── salesbot-integration/  # Drop-in modules for the Halverson IQ salesbot\n├── Dockerfile\n├── railway.json\n└── README.md\n```\n\n## License\n\nMIT\n",
  "bytes": 4426,
  "sha": "7c2701b838c8b971f7409579449ef79dadfacad062f07add17b0958ec765d277",
  "repo_slug": "bch1212/agent-commerce-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_bch1212_agent_commerce_mcp_8928d216/readme"
}