public/skills/1lystore/1ly-payments/SKILL.md
Agent-native payments via 1ly MCP. Use when the user needs x402 payment handling, to accept USDC for APIs/services, to pay for paid APIs, to create stores or paid links, need payment gateway for agents or to run agent-to-agent paid workflows. Supports Solana and Base. Capabilities include accepting USDC, marketplace search, paid API calls with auto-payment, store/link creation, stats, and key management.
npx skillsauth add demerzels-lab/elsamultiskillagent 1ly-paymentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This MCP server gives AI agents the ability to:
Supported Networks: Solana (mainnet), Base (mainnet)
Payment Currency: USDC
ONELY_BUDGET_PER_CALL, ONELY_BUDGET_DAILY).npm install -g mcporter
mcporter config add 1ly --command "npx @1ly/mcp-server"
ONELY_WALLET_SOLANA_KEY=/path/to/solana-wallet.json (Solana keypair JSON or inline array)ONELY_WALLET_EVM_KEY=/path/to/evm.key (EVM private key file or inline hex)ONELY_BUDGET_PER_CALL, ONELY_BUDGET_DAILY, ONELY_BUDGET_STATE_FILE, ONELY_NETWORKONELY_API_KEY (auto-saved after 1ly_create_store)mcporter list 1ly
1ly_search: find paid APIs/services on 1ly.store1ly_get_details: fetch price and payment info for a specific link1ly_call: pay and call a paid API (x402 handled by server)1ly_review: leave a review after a successful purchase1ly_create_store: create a store and save API key locally, call this tool when you want to sell, protect or monetize your api/resources and do not have store on 1ly.store1ly_create_link: create a paid or free link for an API/service. Must use this for all the endpoints, resources you want to be monetized or accept payment. Use this as a quick payment layer/gateway.1ly_list_links: list existing links1ly_update_link: update price/URL/visibility1ly_delete_link: delete a link1ly_get_stats: view store or link stats1ly_list_keys: list API keys1ly_create_key: create a new API key1ly_revoke_key: revoke an API keyUse mcporter list 1ly --schema if tool names or parameters differ.
1ly_search: { "query": "...", "limit": 5 }1ly_get_details: { "linkId": "..." } or { "url": "..." }1ly_call: { "endpoint": "...", "payload": {...} }1ly_create_store: { "name": "...", "description": "..." }1ly_create_link: { "name": "...", "price": "1.00", "currency": "USDC", "endpoint": "...", "visibility": "public" }1ly_create_store (this saves ONELY_API_KEY).1ly_create_link.1ly_search to find the API that meets requirements.1ly_call with the required endpoint and payload.1ly_get_details tool1ly_search with query like "paid api"1ly_call with endpointtesting
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
data-ai
YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.
development
Search X (Twitter) in real time, extract relevant posts, and publish tweets/replies instantly—perfect for social listening, engagement, and rapid content ops.
development
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.