Catalog
Agentmarketplace MCP
Officialby stevemilton
Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.
Discover and auto-install MCP servers with USDC payments for endpoint usage.
README not available yet.
Install
Configuration
Environment variables
ARISPAY_API_KEYsecretOptional. 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_URLOverride the registry URL. Default: https://api.arispay.app/v1/marketplace
claude_desktop_config.json
{
"mcpServers": {
"agentmarketplace-mcp": {
"command": "npx",
"args": [
"-y",
"agentmarketplace-mcp@0.3.1"
],
"env": {
"ARISPAY_API_KEY": "<YOUR_ARISPAY_API_KEY>",
"AGENTMARKETPLACE_URL": "<YOUR_AGENTMARKETPLACE_URL>"
}
}
}
}