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.
81
Quality
82%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
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 1ly1ly_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 endpoint45f9fac
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.