SYNTHORA Bitcoin Recommended Fee Oracle
x402/synthora-bitcoin-recommended-fee-oracleReturns real-time recommended Bitcoin transaction fee rates (fastest, half-hour, hour, economy, minimum in sat/vB) from mempool.space. Serves autonomous BTC payment agents and agent-to-agent settlement bots that size fees to hit a target confirmation window without overpaying. [x402: $0.001/call on base, category=other]
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"synthora_bitcoin_recommended_fee_oracle": {
"url": "https://bitcoin-recommended-fees.hergertsynthora.com/service",
"transport": "http"
}
}
}