@1ly/mcp-server
Officialby 1lystore
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DCP_VAULT_ID | No | Vault ID for DCP relay (remote mode). | |
| DCP_RELAY_URL | No | Relay URL (e.g., wss://relay.dcp.1ly.store). | |
| MCP_HTTP_HOST | No | Host for HTTP MCP server (default: 0.0.0.0). | 0.0.0.0 |
| MCP_HTTP_PORT | No | Port for HTTP MCP server (default: 3000). | 3000 |
| MCP_TRANSPORT | No | Set to 'http' to run HTTP MCP server (default: stdio). | |
| ONELY_API_KEY | No | API key for seller tools. Auto-loaded after 1ly_create_store. | |
| ONELY_NETWORK | No | Preferred network: solana or base (default: solana). | solana |
| ONELY_API_BASE | No | API base URL (default: https://1ly.store). | https://1ly.store |
| DCP_RELAY_TOKEN | No | Pairing token for relay (if required). | |
| ONELY_BUDGET_DAILY | No | Daily USD spending limit (default: 50.00). | 50.00 |
| DCP_RELAY_PLAINTEXT | No | Set to '1' to disable HPKE (dev only). | |
| ONELY_SOLANA_DRY_RUN | No | Set to '1' to simulate Solana transactions without broadcasting. | |
| ONELY_SOLANA_RPC_URL | No | Solana RPC URL (default: https://api.mainnet-beta.solana.com). | https://api.mainnet-beta.solana.com |
| ONELY_WALLET_EVM_KEY | No | Path to EVM private key file, or inline hex key (with or without 0x). | |
| ONELY_BUDGET_PER_CALL | No | Max USD per API call (default: 1.00). | 1.00 |
| ONELY_WALLET_PROVIDER | No | 'raw' (default) or 'coinbase' (Agentic Wallet, Base-only). | |
| ONELY_BUDGET_STATE_FILE | No | Path to local budget state file (default: ~/.1ly-mcp-budget.json). | ~/.1ly-mcp-budget.json |
| ONELY_WALLET_SOLANA_KEY | No | Path to Solana keypair JSON file, or inline JSON array. | |
| DCP_VAULT_HPKE_PUBLIC_KEY | No | Base64 HPKE public key for the vault (remote mode). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/1lystore/1ly-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server