← agent-2-agent.com
INDIVIDUAL MCP TOOL
add_product
List a new product or service for sale on the Agent-2-Agent Commerce Network.
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 endpoint
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.agent-2-agent-commerce-mcp-search-server]
url = "https://agent-2-agent.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-2-agent-commerce-mcp-search-server": {
"type": "http",
"url": "https://agent-2-agent.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-2-agent-commerce-mcp-search-server
Remote MCP URL: https://agent-2-agent.com/api/v1/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": {
"agent-2-agent-commerce-mcp-search-server": {
"url": "https://agent-2-agent.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-2-agent-commerce-mcp-search-server": {
"type": "http",
"url": "https://agent-2-agent.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-2-agent-commerce-mcp-search-server",
"transport": "streamable-http",
"url": "https://agent-2-agent.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_products— Search for products listed on Agent-2-Agent Commerce.add_buying_request— List a new buying request / procurement need on the Agent-2-Agent Commerce Network.search_buying_requests— Search for active buying requests / procurement needs listed by buyers on the Agent-2-Agent Commerce Network.