Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REFINORE_API_KEY | Yes | Your refinORE API key (starts with rsk_) | |
| REFINORE_API_URL | No | API base URL (for custom deployments) | https://automine.refinore.com/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_info | Get your refinORE account info including Solana wallet address and deposit instructions. Call this first to discover your wallet. |
| start_mining | Start a new ORE mining session on refinORE. Deploys SOL/USDC/ORE across squares on the mining grid. Configure amount, number of squares, token, risk tolerance, and tile selection strategy. |
| stop_mining | Stop an active ORE mining session. Optionally specify a session ID, or stop the current active session. |
| get_mining_session | Get the status of your current active mining session, including stats and current round info. |
| get_mining_history | Get your past mining rounds history. Returns an array of completed mining rounds with results and earnings. |
| get_balances | Get wallet token balances including SOL, ORE, USDC, stORE, and SKR for a given Solana wallet address. |
| get_rewards | Get unclaimed rewards for a wallet — includes unclaimed SOL, unrefined ORE, and bonus ORE. |
| get_current_round | Get the current mining round info — round number, time remaining, total deployed, motherlode, and expected value. This is a public endpoint (no auth required). |
| list_strategies | List all your saved auto-mining strategies. Strategies define reusable mining configurations. |
| create_strategy | Create a new auto-mining strategy with a name and mining parameters. Strategies can be started later with start_strategy. |
| start_strategy | Start mining using a saved strategy. Launches an auto-mining session with the strategy's predefined parameters. |
| get_staking_info | Get staking information for a wallet — stORE balance, current APR, and pending staking rewards. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |