Plisio
Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Plisio authenticates with an API key. Generate the credential in your Plisio account, then paste it into FlyMyAI the first time an agent uses a Plisio action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Plisio API Key | Your personal secret key used for API authentication. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
PLISIO_GET_BALANCE | Tool to retrieve all account balances. use after api credentials are configured. | psys_cid |
PLISIO_GET_BALANCES | Tool to retrieve balances for a specific cryptocurrency. requires psys cid (currency code). | psys_cid |
PLISIO_GET_FEE_PLANS | Tool to retrieve available fee plans for a given cryptocurrency. specify a currency symbol like 'btc', 'eth' to get fee plan details. | currency |
PLISIO_GET_OPERATIONS | Tool to retrieve a list of operations (deposits and withdrawals). use when you need to fetch deposit and withdrawal transactions with optional filters and pagination. example: getoperations(currency='btc', limit=50). | - |
PLISIO_GET_TRANSACTIONS | 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='paid', limit=20). | - |
PLISIO_GET_WITHDRAWALS | Tool to retrieve a list of withdrawal operations. use when you need to fetch only withdrawal operations with optional filters and pagination. example: getwithdrawals(status='paid', limit=20). | - |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Plisio!