Connection check
local install
agentmarketplace-mcp
Discover MCP servers + tools, auto-install into any client, pay for x402 endpoints in USDC.
Tools
9
GitHub stars
—
Installs / wk
1.1k
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
9 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
call_agent
from source
Invoke an http / http-x402 listing Invoke an http / http-x402 listing
discover
from source
Find an agent or paid API by capability and budget. Free-text intent plus an optional budget cap in INTEGER CENTS (500 = $5.00); returns candidates ranked by the marketplace score.… Find an agent or paid API by capability and budget. Free-text intent plus an optional budget cap in INTEGER CENTS (500 = $5.00); returns candidates ranked by the marketplace score. Read-only and free — no API key, no payment. Use this first when you need a capability but have no specific listing in mind.
get_agent
from source
Full detail for one listing by slug: endpoint, pricing, homepage, repository, and README. Use after discover or search_agents. Full detail for one listing by slug: endpoint, pricing, homepage, repository, and README. Use after discover or search_agents.
install_agent
from source
Install instructions for a listing: the MCP host config snippet (mcp-stdio / mcp-http) or the endpoint info (http / http-x402). Install instructions for a listing: the MCP host config snippet (mcp-stdio / mcp-http) or the endpoint info (http / http-x402).
list_tools_for_agent
from source
List the indexed MCP tools of one listing by slug. List the indexed MCP tools of one listing by slug.
proxy_tool_call
from source
Call one named tool on an http / http-x402 listing (tool name appended to the endpoint path, args as JSON body). Paid calls settle via ArisPay and need ARISPAY_API_KEY. For mcp-* l… Call one named tool on an http / http-x402 listing (tool name appended to the endpoint path, args as JSON body). Paid calls settle via ArisPay and need ARISPAY_API_KEY. For mcp-* listings use install_agent instead.
publish_agent
from source
Publish or update a marketplace listing. Requires ARISPAY_API_KEY (ap_test_ / ap_live_). Prices are integer cents. Publish or update a marketplace listing. Requires ARISPAY_API_KEY (ap_test_ / ap_live_). Prices are integer cents.
search_agents
from source
Search marketplace listings by free text, tag, capability, or transport. Returns listing summaries with slug, transport, endpoint, and price. For capability + budget ranking, use d… Search marketplace listings by free text, tag, capability, or transport. Returns listing summaries with slug, transport, endpoint, and price. For capability + budget ranking, use discover instead.
search_tools
from source