io.github.1lystore/mcp-server
MCP server for 1ly.store — buy/sell APIs and launch tokens on Bags.fm with USDC & $1LY.
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@1ly/mcp-server"
],
"env": {
"ONELY_WALLET_SOLANA_KEY": "<your-onely_wallet_solana_key>",
"ONELY_WALLET_EVM_KEY": "<your-onely_wallet_evm_key>",
"ONELY_API_KEY": "<your-onely_api_key>",
"ONELY_WALLET_PROVIDER": "<onely_wallet_provider>",
"ONELY_NETWORK": "<onely_network>",
"ONELY_SOLANA_RPC_URL": "<onely_solana_rpc_url>",
"ONELY_BUDGET_PER_CALL": "<onely_budget_per_call>",
"ONELY_BUDGET_DAILY": "<onely_budget_daily>",
"ONELY_BUDGET_STATE_FILE": "<onely_budget_state_file>",
"ONELY_SOLANA_DRY_RUN": "<onely_solana_dry_run>",
"ONELY_API_BASE": "<onely_api_base>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@1ly/mcp-server"
],
"env": {
"ONELY_WALLET_SOLANA_KEY": "<your-onely_wallet_solana_key>",
"ONELY_WALLET_EVM_KEY": "<your-onely_wallet_evm_key>",
"ONELY_API_KEY": "<your-onely_api_key>",
"ONELY_WALLET_PROVIDER": "<onely_wallet_provider>",
"ONELY_NETWORK": "<onely_network>",
"ONELY_SOLANA_RPC_URL": "<onely_solana_rpc_url>",
"ONELY_BUDGET_PER_CALL": "<onely_budget_per_call>",
"ONELY_BUDGET_DAILY": "<onely_budget_daily>",
"ONELY_BUDGET_STATE_FILE": "<onely_budget_state_file>",
"ONELY_SOLANA_DRY_RUN": "<onely_solana_dry_run>",
"ONELY_API_BASE": "<onely_api_base>"
}
}
}
}npx -y @1ly/mcp-serverONELY_WALLET_SOLANA_KEYPath to Solana keypair JSON file (e.g. /home/user/.1ly/wallets/solana.json) or inline JSON byte array. Required for paid API calls and token tools (launch, trade, claim). Note: Claude Desktop does not expand ~, use absolute paths.
ONELY_WALLET_EVM_KEYPath to EVM private key file or 0x-prefixed hex string. Required for payments on Base network.
ONELY_API_KEY1ly.store seller API key. Auto-saved locally after running the 1ly_create_store tool — you do not need to set this manually. Required for seller tools: manage links, stats, withdrawals, keys, and profile.
ONELY_WALLET_PROVIDERWallet provider to use. 'raw' (default) uses local key files via ONELY_WALLET_SOLANA_KEY or ONELY_WALLET_EVM_KEY. 'coinbase' uses Coinbase Agentic Wallet (Base network only, requires the wallet app running locally).
ONELY_NETWORKPreferred blockchain network for payments. 'solana' (default) or 'base'. Determines which wallet is used when an API supports both networks.
ONELY_SOLANA_RPC_URLSolana RPC endpoint URL. Defaults to https://api.mainnet-beta.solana.com. Use a private RPC (e.g. Helius, Quicknode) for better reliability and rate limits.
ONELY_BUDGET_PER_CALLMaximum USD amount allowed per single paid API call. Defaults to 1.00. The server will refuse any call priced above this limit.
ONELY_BUDGET_DAILYMaximum total USD spending per calendar day (UTC). Defaults to 50.00. Resets at UTC midnight. The server will refuse calls that would exceed this limit.
ONELY_BUDGET_STATE_FILEPath to the local JSON file used to track daily spending. Defaults to ~/.1ly-mcp-budget.json. Created automatically with owner-only permissions (0600).
ONELY_SOLANA_DRY_RUNSet to '1' to simulate Solana transactions without broadcasting to the blockchain. Returns a fake signature. Use for testing only — no real payments will be made.
ONELY_API_BASEOverride the 1ly.store API base URL. Defaults to https://1ly.store. Only http://localhost:PORT is accepted as an alternative (for local development). Do not change in production.
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
Feature flagging and A/B testing platform with AI-first experimentation workflows.
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.