Swarm
verify_payment
Verify a Solana USDC payment for a tool call. Returns verification status, sender, and required vs received amount.
Remote sentien-labs/verdictswarm-mcp
Other tools also called verify_payment?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"tool_name": {
"type": "string",
"title": "Tool Name"
},
"tx_signature": {
"type": "string",
"title": "Tx Signature"
}
}
}