Agent Commerce MCP
Rank #20,660io.github.bch1212/agent-commerce-mcp
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Agent Commerce MCP is a Model Context Protocol (MCP) server published by bch1212. It ranks #20,660 of 115,591 servers tracked on MCP Toplist. Agent Commerce MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on May 9, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 94,931 of 115,591 servers on MCP Toplist.
Use Agent Commerce MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http agent-commerce-mcp https://commerce.halversonco.com/mcpclaude mcp add agent-commerce-mcp -- npx -y agent-commerce-mcp[mcp_servers.agent-commerce-mcp]
url = "https://commerce.halversonco.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.agent-commerce-mcp]
command = "npx"
args = ["-y", "agent-commerce-mcp"]Add to ~/.codex/config.toml.
https://commerce.halversonco.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-commerce-mcp": {
"url": "https://commerce.halversonco.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-commerce-mcp": {
"type": "http",
"url": "https://commerce.halversonco.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"agent-commerce-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-commerce-mcp": {
"serverUrl": "https://commerce.halversonco.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-commerce-mcp": {
"url": "https://commerce.halversonco.com/mcp"
}
}
}{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bch1212%2Fagent-commerce-mcp)<a href="https://mcptoplist.com/server/io.github.bch1212%2Fagent-commerce-mcp"><img src="https://mcptoplist.com/badge/io.github.bch1212%2Fagent-commerce-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
bch1212
Other servers by bch1212
- agentfetch-mcp#19,482 · 1 ver
- ModelWatch#21,762 · 2 vers
- QueryShield#21,763 · 1 ver
- GrantIQ MCP#25,655 · 2 vers
- AgentVault#29,854 · 1 ver
- AgentTrust MCP#55,783 · 1 ver
- BizIntel MCP#55,784 · 1 ver
- InjectShield#55,785 · 1 ver
- outdooriq-mcp#55,786 · 1 ver
- PubRecords MCP#55,787 · 1 ver
Available versions (4)
| Version | Published |
|---|---|
| 0.1.3 | May 13, 2026 |
| 0.1.2 | May 10, 2026 |
| 0.1.1 | May 10, 2026 |
| 0.1.0 | May 9, 2026 |
Frequently asked questions
- Who maintains Agent Commerce MCP?
- Agent Commerce MCP is maintained by bch1212, which publishes 11 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Agent Commerce MCP listed on the Official MCP Registry?
- Yes — Agent Commerce MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Agent Commerce MCP have?
- MCP Toplist tracks 4 versions of Agent Commerce MCP, most recently published on May 13, 2026.
- Where can I find the source code for Agent Commerce MCP?
- The source code for Agent Commerce MCP is hosted at github.com/bch1212/agent-commerce-mcp.