1ly MCP Server
@1lystore
About 1ly MCP Server
MCP server for [1ly.store](https://1ly.store) — Enable AI agents to discover, pay for, and sell APIs using crypto.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"1ly": {
"command": "npx",
"args": [
"@1ly/mcp-server"
],
"env": {
"ONELY_WALLET_SOLANA_KEY": "/Users/yourname/.1ly/wallets/solana.json",
"ONELY_BUDGET_PER_CALL": "1.00",
"ONELY_BUDGET_DAILY": "50.00"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 1ly MCP Server?
1ly MCP Server is an MCP server for 1ly.store that enables AI agents to discover, pay for, and sell APIs using cryptocurrency. It supports Solana (mainnet) and Base (mainnet) networks, with USDC and $1LY (Solana only) as payment currencies.
How to use 1ly MCP Server?
Install via npx @1ly/mcp-server with required environment variables for wallet keys (Solana, EVM, or Coinbase Agentic Wallet). Configure budgets and network preferences via environment variables. Use tools like 1ly_search, 1ly_get_details, 1ly_call, 1ly_review, 1ly_create_store, and others to interact with the marketplace. A wallet is required only for paid operations.
Key features of 1ly MCP Server
- Search and discover APIs on the 1ly.store marketplace
- Pay for APIs automatically with crypto via the x402 protocol
- Create a store to list paid API endpoints and accept payments
- Launch and trade tokens on Bags.fm, claim fee shares
- Leave reviews after purchases
- Supports both Solana and Base networks
Use cases of 1ly MCP Server
- An AI agent calls a paid weather API and pays automatically with USDC
- A developer creates a store on 1ly.store to sell their API endpoints
- An agent searches for and compares multiple APIs before purchasing
- An AI agent launches a token on Bags.fm and trades it
FAQ from 1ly MCP Server
What networks and currencies are supported?
Solana (mainnet) and Base (mainnet) are supported. Payment currencies are USDC and $1LY (Solana only).
Do I need a wallet to use the server?
A wallet is required only for paid calls (e.g., 1ly_call). Free search and details work without a wallet.
How do I set up a wallet?
You can use a raw wallet file (Solana keypair JSON or EVM private key) or the Coinbase Agentic Wallet (Base-only). Set path via ONELY_WALLET_SOLANA_KEY, ONELY_WALLET_EVM_KEY, or ONELY_WALLET_PROVIDER=coinbase.
What is the x402 protocol?
The x402 protocol enables automatic crypto payments for API calls. The server handles the payment process when calling paid APIs via 1ly_call.
Where are wallets and budget state files stored?
Wallet files must be in the home directory or /tmp. Budget state defaults to ~/.1ly-mcp-budget.json. Absolute paths are required in Claude Desktop or Cursor config files (tilde expansion is not supported there).
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mlops
visengerA curated list of references for MLOps
Codelf
unbugA search tool helps dev to solve the naming things problem.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments