Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Plisio

Plisio

Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin.

101VIEWS
2174USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app plisionpx @composio/cli add cursor --app plisionpx @composio/cli add cursor --app plisionpx @composio/cli add cursor --app plisio

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Get Balance

Tool to retrieve all account balances. use after api credentials are configured.

Get All Balances

Tool to retrieve balances for a specific cryptocurrency. requires psys cid (currency code).

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.

Get Plisio 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).

Get Plisio 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).

Get Plisio 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).

6 actions available