bkash
Candidate MCP server tool surface derived from bKash Payment Gateway documented operations. bKash publishes no official hosted/remote MCP server; this is a starting point (not authoritative), one tool per documented operation. bKash does publish an llms.txt (llms/bkash-llms.txt) for agent consumption.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport http
Tools
grant_token— Obtain an id_token to authorize subsequent bKash API calls.refresh_token— Refresh the id_token before expiry.create_agreement— Create a Tokenized Checkout agreement (consent) for a payer.execute_agreement— Finalize a Tokenized Checkout agreement creation request.create_payment— Create a payment request (Checkout / Tokenized Checkout).execute_payment— Finalize a payment request by paymentID.query_payment— Query the status of a payment.refund_transaction— Reverse (refund) a completed transaction.refund_status— Check the status of a refunded transaction.instant_payout— Disburse funds to a beneficiary wallet (B2C Instant Payout).
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.