Skip to main content
Glama
MatiasJF

minter-mcp

by MatiasJF

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WOC_BASENoWhatsOnChain base URLmainnet WOC
MINTER_WIFNoUse an existing minter key instead of the generated file
WALLET_URLNoBSV Desktop apps API URLhttp://127.0.0.1:3321
MINTER_HOMENoWhere the minter's key lives~/.stas-minter
WALLET_ORIGINNoOrigin sent to the wallet. Must be non-admin so the spending prompt appears.http://localhost:8080
ALLOW_UNCONFIRMEDNoLet a mint spend the funding tx's change without waiting a confirmationtrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
minter_statusA

Check whether the minter can mint: its funding address and spendable balance, and whether BSV Desktop is running, signed in, and on which network. Read-only, spends nothing. Call this first.

minter_fundA

Top up the minter from the user's own BSV Desktop wallet. The wallet will show a spending-authorization prompt that the user must approve by hand. Waits for the funding to become spendable.

mint_tokenA

Mint one token into the wallet and register it so it appears in Assets within seconds (no Refresh needed). Requires the minter to be funded — check minter_status first.

mint_activate_bsv21A

Activate a BSV-21 token id with GorillaPool so WOC and overlay indexers surface it. Only needed for external discovery — the wallet already shows the token without this. Polls for the fee address, then pays it 2000 sats.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/MatiasJF/minter-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server