{
  "info": {
    "name": "Plisio — mcp.ai",
    "description": "REST API for the Plisio 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/plisio",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "plisio_create_invoice",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/create/invoice",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "create",
            "invoice"
          ]
        },
        "description": "Tool to create a new cryptocurrency payment invoice with Plisio. Returns transaction ID and invoice URL for payment. For white-label accounts, includes additional fields like wallet hash, QR code, and",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"email\": \"\",\n  \"amount\": \"\",\n  \"plugin\": \"\",\n  \"version\": \"\",\n  \"currency\": \"\",\n  \"language\": \"\",\n  \"expire_min\": \"\",\n  \"order_name\": \"\",\n  \"description\": \"\",\n  \"callback_url\": \"\",\n  \"order_number\": \"\",\n  \"source_amount\": \"\",\n  \"return_existing\": 0,\n  \"source_currency\": \"\",\n  \"fail_invoice_url\": \"\",\n  \"allowed_psys_cids\": \"\",\n  \"fail_callback_url\": \"\",\n  \"redirect_to_invoice\": false,\n  \"success_invoice_url\": \"\",\n  \"success_callback_url\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_estimate_fee",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/estimate/fee",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "estimate",
            "fee"
          ]
        },
        "description": "Tool to estimate network fee for a withdrawal transaction to specific address(es). Use when calculating transaction costs before creating a withdrawal.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"amounts\": \"\",\n  \"fee_plan\": \"\",\n  \"psys_cid\": \"\",\n  \"addresses\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_get_balance_by_currency",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/balance/by/currency",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "balance",
            "by",
            "currency"
          ]
        },
        "description": "Tool to get the balance for a specific cryptocurrency in your Plisio account. Use when you need to retrieve the balance of a particular crypto asset.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"psys_cid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_get_commission",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/commission",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "commission"
          ]
        },
        "description": "Tool to estimate the total cost including network fee and Plisio commission for a transaction. Returns detailed breakdown of commission, fee, and fee plan options for the specified cryptocurrency and ",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"type\": \"\",\n  \"amounts\": \"\",\n  \"feePlan\": \"\",\n  \"psys_cid\": \"\",\n  \"addresses\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_get_currency_rate",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/currency/rate",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "currency",
            "rate"
          ]
        },
        "description": "Tool to retrieve list of supported cryptocurrencies with current rates filtered by fiat currency. Use when you need exchange rate information for cryptocurrencies in a specific fiat currency.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"fiat\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_get_fee_plans",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/fee/plans",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "fee",
            "plans"
          ]
        },
        "description": "Tool to retrieve available fee plans for a given cryptocurrency. Specify a currency symbol like 'BTC', 'ETH' to get fee plan details.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"currency\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_get_fee_plans2",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/fee/plans2",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "fee",
            "plans2"
          ]
        },
        "description": "Tool to get available fee plans for a specific cryptocurrency. Returns fee values and configuration like gas limits for Ethereum-based coins or confirmation targets for Bitcoin. Use when you need to d",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"psys_cid\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_get_invoice",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/invoice",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "invoice"
          ]
        },
        "description": "Tool to retrieve detailed information about a specific invoice by its ID. Use when you need to check invoice status, payment details, or transaction information.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_get_invoice_email",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/invoice/email",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "invoice",
            "email"
          ]
        },
        "description": "Tool to retrieve invoice details by email ID. Use when you need to fetch detailed information about a specific invoice using the invoice ID and payer's email address.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"id\": \"\",\n  \"email\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_get_shop",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/shop",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "shop"
          ]
        },
        "description": "Tool to retrieve shop information by API key. Returns details about the shop associated with the current API credentials.",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_get_transactions",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/get/transactions",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "get",
            "transactions"
          ]
        },
        "description": "Tool to retrieve a list of transactions and invoices. Use after authenticating with your API key to fetch historical operations with optional filters and pagination. Example: GetTransactions(status='p",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"to\": 0,\n  \"page\": 0,\n  \"type\": \"\",\n  \"limit\": 0,\n  \"since\": 0,\n  \"status\": \"\",\n  \"currency\": \"\",\n  \"order_id\": \"\",\n  \"order_name\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "plisio_list_currencies",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/list/currencies",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "list",
            "currencies"
          ]
        },
        "description": "Tool to retrieve a list of supported cryptocurrencies with their rates and information. Use after API credentials are configured to get current exchange rates, commission percentages, and operational ",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}