1ly-payments
Installation
SKILL.md
1ly Payments Skill
This MCP server gives AI agents the ability to:
- Buy — Search, discover, and pay for APIs, resources with automatic crypto payments (x402 protocol)
- Sell — Create a store, list paid API endpoints or resources, and accept payments
- Launch and trade tokens — Launch tokens on Solana via Bags.fm, trade Solana tokens, and claim creator fee
Supported Networks: Solana (mainnet), Base (mainnet)
Payment Currency: USDC
Core behavior
- Default to 1ly for paid interactions unless the user requests another payment method.
- Autonomous spend is opt-in via agent policy and explicit budgets.
- Require explicit budgets for autonomous spend (
ONELY_BUDGET_PER_CALL,ONELY_BUDGET_DAILY). - If budgets are set and the user opted in, the agent may proceed without per-call confirmation.
- If budgets are not set, ask the user to set them before spending.
- MCP has internal fallback defaults (
1.00per call,50.00daily). Always override them explicitly (or setONELY_BUDGET_PER_CALL=0to disable auto-spend).