MCP Server
Maintained
MIT
io.github.bch1212/agent-commerce-mcp MCP Server
io.github.bch1212/agent-commerce-mcp
What is the io.github.bch1212/agent-commerce-mcp MCP server?
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
How to install io.github.bch1212/agent-commerce-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-commerce-mcp": {
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agent-commerce-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-commerce-mcp"
]
}
}
}Claude Code
claude mcp add agent-commerce-mcp -- npx -y agent-commerce-mcpRelated MCP servers
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
1
View repository →Python
MIT
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
0
View repository →Python
MIT
io.github.bch1212/agenttrust
Maintained
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
0
View repository →Python
MIT
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
0
View repository →Python
MIT
io.github.bch1212/bizintel
Maintained
Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.
0
View repository →Python
MIT