refinore-mcp
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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_account_infoA | Get your refinORE account info including Solana wallet address and deposit instructions. Call this first to discover your wallet. |
| start_miningB | 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_miningA | Stop an active ORE mining session. Optionally specify a session ID, or stop the current active session. |
| get_mining_sessionB | Get the status of your current active mining session, including stats and current round info. |
| get_mining_historyC | Get your past mining rounds history. Returns an array of completed mining rounds with results and earnings. |
| get_balancesB | Get wallet token balances including SOL, ORE, USDC, stORE, and SKR for a given Solana wallet address. |
| get_rewardsC | Get unclaimed rewards for a wallet — includes unclaimed SOL, unrefined ORE, and bonus ORE. |
| get_current_roundA | 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_strategiesA | List all your saved auto-mining strategies. Strategies define reusable mining configurations. |
| create_strategyB | Create a new auto-mining strategy with a name and mining parameters. Strategies can be started later with start_strategy. |
| start_strategyB | Start mining using a saved strategy. Launches an auto-mining session with the strategy's predefined parameters. |
| get_staking_infoC | 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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/JussCubs/refinore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server