# Plisio — MCP server on mcp.ai > Connect your Plisio account and use 12 tools for payment processing straight from your AI agent. Connect with your own API key. Plisio is a cryptocurrency payment gateway that enables businesses to accept payments in over 15 cryptocurrencies, including Bitcoin, Ethereum, and Litecoin. By: mcp.ai · official Page: https://mcp.ai/plisio ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_plisio?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/plisio/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/plisio/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/plisio/skill.md Postman collection (v2.1): https://mcp.ai/plisio/postman.json ## Tools - plisio_create_invoice(email?: string, amount?: string, plugin?: string, version?: string, currency: string, language?: string, expire_min?: string, order_name: string, description?: string, callback_url?: string, order_number: string, source_amount?: string, return_existing?: integer, source_currency?: string, fail_invoice_url?: string, allowed_psys_cids?: string, fail_callback_url?: string, redirect_to_invoice?: boolean, success_invoice_url?: string, success_callback_url?: string) — 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 - plisio_estimate_fee(amounts: string, fee_plan: string, psys_cid: string, addresses: string) — Tool to estimate network fee for a withdrawal transaction to specific address(es). Use when calculating transaction costs before creating a withdrawal. - plisio_get_balance_by_currency(psys_cid: string) — 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. - plisio_get_commission(type: string, amounts: string, feePlan?: string, psys_cid: string, addresses: string) — 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 - plisio_get_currency_rate(fiat: string) — 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. - plisio_get_fee_plans(currency: string) — Tool to retrieve available fee plans for a given cryptocurrency. Specify a currency symbol like 'BTC', 'ETH' to get fee plan details. - plisio_get_fee_plans2(psys_cid: string) — 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 - plisio_get_invoice(id: string) — 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. - plisio_get_invoice_email(id: string, email: string) — 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. - plisio_get_shop() — Tool to retrieve shop information by API key. Returns details about the shop associated with the current API credentials. - plisio_get_transactions(to?: integer, page?: integer, type?: string, limit?: integer, since?: integer, status?: string, currency?: string, order_id?: string, order_name?: string) — 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 - plisio_list_currencies() — 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 ## Example prompts - "What can I do in Plisio?" - "Show me a summary of my Plisio account" ## Links Docs: https://mcp.ai/docs/mcps/plisio Website: https://mcp.ai/mcps/plisio