priority_fee

$0.0005 USDC per call

Get current Solana priority fee estimates. Returns low/medium/high/very_high fee levels in microLamports with SOL cost estimates. Call before every transaction.

Parameters
NameTypeRequiredDescription
No parameters — just call it
Example Call
// MCP tool call
{
  "name": "priority_fee",
  "arguments": {}
}
Connect
// Add to your MCP config — this tool is immediately available
{
  "mcpServers": {
    "toolbooth": { "url": "https://toolbooth.io/mcp" }
  }
}
Related Tools

Try it live in the playground