← Index

io.github.stevemilton/agentmarketplace-mcp

io.github.stevemilton/agentmarketplace-mcp·v0.3.1·Other
Quality Score
80
/100

Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agentmarketplace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentmarketplace-mcp"
      ],
      "env": {
        "ARISPAY_API_KEY": "<your-arispay_api_key>",
        "AGENTMARKETPLACE_URL": "<agentmarketplace_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agentmarketplace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentmarketplace-mcp"
      ],
      "env": {
        "ARISPAY_API_KEY": "<your-arispay_api_key>",
        "AGENTMARKETPLACE_URL": "<agentmarketplace_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y agentmarketplace-mcp
§02  Environment variables
ARISPAY_API_KEY
secret

Optional. ArisPay API key (ap_live_… or an agent-scoped key from `agentmarketplace agent create`). Required only for publish_agent and paid call_agent invocations.

AGENTMARKETPLACE_URL

Override the registry URL. Default: https://api.arispay.app/v1/marketplace

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other