check_tx
Is your transaction stuck? Find out by comparing its fee cap to the current base fee, getting a clear verdict: MINED, HEALTHY, UNDERPRICED, or STUCK.
Instructions
Look up an EVM transaction live and answer 'is it stuck?'. Pass ':' or just a txhash (defaults ethereum; supports base/polygon/arbitrum/optimism/bsc). Reports pending/mined/not-found, compares the fee cap to the current base fee, returns MINED/HEALTHY/UNDERPRICED/STUCK. deep=true adds a concrete replace-by-fee + cancel gas plan and nonce-gap detection (premium). Read-only; never signs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | '<chain>:<txhash>' or a txhash (0x + 64 hex). Chains: ethereum, base, polygon, arbitrum, optimism, bsc. | |
| deep | No | When true, runs the PREMIUM tier. Requires an API key (set MEMPOOL_DOCTOR_KEY in your MCP env); without one you'll get instructions to unlock it. The free verdict needs no key. |