Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.
claude mcp add agentmarketplace-mcp -- npx -y agentmarketplace-mcp
claude_desktop_config.json
{
"mcpServers": {
"agentmarketplace-mcp": {
"command": "npx",
"args": [
"-y",
"agentmarketplace-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentmarketplace-mcp": {
"command": "npx",
"args": [
"-y",
"agentmarketplace-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentmarketplace-mcp": {
"command": "npx",
"args": [
"-y",
"agentmarketplace-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentmarketplace-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentmarketplace-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentmarketplace-mcp": {
"command": "npx",
"args": [
"-y",
"agentmarketplace-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.stevemilton--agentmarketplace-mcp/reviews or the review_server meta-tool.
POST /mcp