Solana Priority Fee Estimator API
io.github.Br0ski777/solana-feesSolana priority fees at 6 levels, cost in SOL/USD, congestion. x402.
Tools · 1
Use this when you need priority fee estimates before sending a Solana transaction. Returns recommended compute unit prices at 6 levels based on recent network activity. 1. fees: object with 6 fee lev…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"solana_priority_fee_estimator_api": {
"url": "https://solana-fees-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}