{
  "info": {
    "name": "Poof — mcp.ai",
    "description": "REST API for the Poof MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/poof",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "poof_check_balance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/check/balance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "check",
            "balance"
          ]
        },
        "description": "Tool to check the balance of a cryptocurrency wallet. Use when you need to retrieve the current balance for a specified blockchain wallet address.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"crypto\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_create_checkout",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/checkout",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "checkout"
          ]
        },
        "description": "Tool to create a checkout session for fiat payments. Use when you need to generate a payment link for customers to complete their purchase through the Poof payment infrastructure.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amount\": \"\",\n  \"fields\": \"\",\n  \"default\": {},\n  \"metadata\": {},\n  \"redirect\": \"\",\n  \"username\": \"\",\n  \"product_id\": \"\",\n  \"success_url\": \"\",\n  \"disable_payments\": \"\",\n  \"product_quantity\": \"\",\n  \"instant_payment_notification\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_create_deposit_address",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/deposit/address",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "deposit",
            "address"
          ]
        },
        "description": "Tool to create a deposit address for receiving cryptocurrency payments. Generates a unique blockchain address to accept incoming crypto deposits. Use when you need to create a payment address for a cu",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amount\": \"\",\n  \"crypto\": \"\",\n  \"currency\": \"\",\n  \"metadata\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_create_fiat_charge",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/fiat/charge",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "fiat",
            "charge"
          ]
        },
        "description": "Tool to create a fiat currency charge through Poof's payment gateway integration. Use when initiating a one-time fiat payment collection via PayPal, Stripe, Square, or other supported gateways.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amount\": \"\",\n  \"payment\": \"\",\n  \"currency\": \"\",\n  \"success_url\": \"\",\n  \"redirect_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_create_fiat_invoice",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/fiat/invoice",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "fiat",
            "invoice"
          ]
        },
        "description": "Create a fiat currency invoice for payment collection. Generates an invoice for collecting payments in traditional currencies via payment processors like PayPal, Stripe, Square, Cash App, etc. Returns",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amount\": \"\",\n  \"payment\": \"\",\n  \"currency\": \"\",\n  \"success_url\": \"\",\n  \"redirect_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_create_payment_link",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/payment/link",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "payment",
            "link"
          ]
        },
        "description": "Tool to create a payment link (invoice) for cryptocurrency payments. Use when you need to generate a shareable payment URL for collecting crypto payments from customers.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amount\": \"\",\n  \"crypto\": \"\",\n  \"metadata\": {}\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_create_webhook",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/webhook",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "webhook"
          ]
        },
        "description": "Tool to create a webhook subscription for receiving payment event notifications. Use when you need to set up real-time notifications for transaction status changes and other payment events.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_fetch_gas_price",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/gas/price",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "gas",
            "price"
          ]
        },
        "description": "Tool to fetch current gas prices for blockchain transactions. Returns gas price estimates for Ethereum, Avalanche, Polygon, and other supported EVM chains across different priority levels (slow, stand",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"crypto\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_fetch_price",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/price",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "price"
          ]
        },
        "description": "Tool to fetch current cryptocurrency prices for supported tokens. Use when you need real-time price data for cryptocurrencies and tokens.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"crypto\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_fetch_smart_contracts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/fetch/smart/contracts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "fetch",
            "smart",
            "contracts"
          ]
        },
        "description": "Tool to fetch all supported ERC-20 smart contracts across Ethereum, Avalanche, and Polygon networks. Use when you need to retrieve available token contracts and their details for blockchain operations",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "poof_send_payout",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/send/payout",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "send",
            "payout"
          ]
        },
        "description": "Tool to send a cryptocurrency payout transaction from your wallet to an external address. Use when you need to transfer crypto on supported blockchains.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amount\": 0,\n  \"crypto\": \"\",\n  \"address\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}