MCP Server
io.github.stevemilton/agentmarketplace-mcp MCP Server
io.github.stevemilton/agentmarketplace-mcp
What is the io.github.stevemilton/agentmarketplace-mcp MCP server?
Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.
How to install io.github.stevemilton/agentmarketplace-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
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
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agentmarketplace-mcp": {
"command": "npx",
"args": [
"-y",
"agentmarketplace-mcp"
],
"env": {
"ARISPAY_API_KEY": "<YOUR_ARISPAY_API_KEY>",
"AGENTMARKETPLACE_URL": "<YOUR_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": "<YOUR_AGENTMARKETPLACE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentmarketplace-mcp": {
"command": "npx",
"args": [
"-y",
"agentmarketplace-mcp"
],
"env": {
"ARISPAY_API_KEY": "<YOUR_ARISPAY_API_KEY>",
"AGENTMARKETPLACE_URL": "<YOUR_AGENTMARKETPLACE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentmarketplace-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentmarketplace-mcp"
],
"env": {
"ARISPAY_API_KEY": "<YOUR_ARISPAY_API_KEY>",
"AGENTMARKETPLACE_URL": "<YOUR_AGENTMARKETPLACE_URL>"
}
}
}
}Claude Code
claude mcp add agentmarketplace-mcp --env ARISPAY_API_KEY=<YOUR_ARISPAY_API_KEY> --env AGENTMARKETPLACE_URL=<YOUR_AGENTMARKETPLACE_URL> -- npx -y agentmarketplace-mcpRelated MCP servers
Marketplace MCP server for live venture-capital raises and agent-mediated dealflow.
View repository →