npm agent-commerce-mcpstreamable-httpupdated 3mo ago
Agent-native storefront for 14 SaaS/dev/service products and 9 deployed MCP servers. Discovery, pricing, Stripe live checkout, affiliate program (15-30% recurring), AgentTrust verification — all over one MCP server.
agent commerce mcp で何ができる?
Agent Commerce MCP
Agent-native storefront for 14 SaaS/dev/service products and 9 deployed MCP servers. Discovery, pricing, Stripe live checkout, affiliate program (15-30% recurring), AgentTrust verification — all over one MCP server.
This 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.
Install
Claude Desktop / Cursor / Cline — add to your MCP config:
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": ["-y", "agent-commerce-mcp"]
}
}
}
Claude Code:
claude mcp add commerce npx -y agent-commerce-mcp
Remote (Streamable HTTP):
https://commerce.halversonco.com/mcp
(Custom domain commerce.halversonco.com resolves once DNS is wired.)
Configuration
Set 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.
Tools
Discovery
search_products(query, category?, budget_max?, use_case?)— ranked matchesget_recommendation(problem, stack?, company_size?)— 1-3 best-fit picks with reasoningcompare_products(slugs, vs_competitor?)— feature/price matrix
Purchase
get_pricing(product_slug, tier?, billing?)— full breakdowncreate_checkout(product_slug, tier, email, referral_code?)— live Stripe URLget_free_tier(product_slug)— instant access (signup URL or install command)get_mcp_install(product_slug, client)— exact install snippet for claude_desktop / claude_code / cursor / cline / windsurf
Buyer consultation (explicit opt-in only)
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
Affiliate
get_affiliate_info(product_slug?)— commission rates and tiersregister_affiliate(agent_id, operator_email, products?)— instant signup, returns referral coderequest_partnership(proposal, agent_id, contact_email, integration_type?)— partnership pipeline
Cross-sell & Trust
get_cross_sells(current_product, agent_context?)— graph-driven adjacencies + recommended bundleget_trust_score()— wraps AgentTrust MCP for vendor reputationverify_vendor()— vendor info, products live, refund/data policies
Resources
commerce://catalog/all
commerce://catalog/saas
commerce://catalog/developer
commerce://catalog/services
commerce://catalog/mcp-servers
commerce://product/{slug}
commerce://bundle/{slug}
commerce://affiliate/program
Prompts
elevator_pitch · full_pitch · objection_handler · bundle_pitch
What's in the catalog
SaaS: CastIQ · GrantIQ · FocusIQ · Catholic Daily Developer: AgentFetch · QueryShield · InjectShield · ModelWatch · ComplianceBeacon · RegImpact Services: Branded Audits · LeadVault · JobAuditor · Halverson IQ Digital Library MCP Servers: GrantIQ · OutdoorIQ · BizIntel · AgentTrust · PubRecords · QueryShield · InjectShield · ModelWatch
Bundles: AI Security Stack (20% off) · Agency Growth Kit (15% off) · AI Builder Essentials (15% off)
Affiliate program
15-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.
Architecture
agent-commerce/
├── server/ # TypeScript MCP server (stdio + Streamable HTTP)
├── catalog/ # products.json, bundles.json, cross-sell-graph.json, affiliates.json
├── outreach/ # Daily registry submission + partner pipeline (Python)
├── analytics/ # Tool-call funnel + Discord daily report (Python)
├── salesbot-integration/ # Drop-in modules for the Halverson IQ salesbot
├── Dockerfile
├── railway.json
└── README.md
License
MIT
インストール
agent commerce mcp をクライアントに追加します。お使いのものを選んでください。
{
"servers": {
"agent-commerce-mcp": {
"type": "http",
"url": "https://commerce.halversonco.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add agent-commerce-mcp -- npx -y agent-commerce-mcpcodex mcp add agent-commerce-mcp -- npx -y agent-commerce-mcpamp mcp add agent-commerce-mcp -- npx -y agent-commerce-mcp{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"agent-commerce-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"agent-commerce-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y agent-commerce-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
68 / 100
良好
- ドキュメント25/25
- メンテナンス19/25
- 信頼性6/20
- 機能3/15
- 導入のしやすさ15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 111 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.1.3最新 | 2026年5月13日 |
| 0.1.2 | 2026年5月10日 |
| 0.1.1 | 2026年5月10日 |
| 0.1.0 | 2026年5月9日 |