@striderlabs/mcp-cashapp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cashapp_loginA | Log in to Cash App using email/phone and password. Must be called before any other Cash App operations. Returns success/failure and a message. |
| cashapp_get_balanceA | Get the current Cash App balance for the logged-in account. Returns the balance amount in USD. |
| cashapp_get_transactionsC | Get the transaction history for the logged-in Cash App account. Returns a list of recent transactions. |
| cashapp_get_transaction_detailsB | Get detailed information about a specific transaction by its ID. |
| cashapp_send_moneyB | Send money to another Cash App user. Requires the recipient's $Cashtag, amount in USD, and an optional note. |
| cashapp_request_moneyB | Request money from another Cash App user. Sends a payment request to the specified recipient. |
| cashapp_get_pending_requestsA | Get a list of all pending payment requests for the logged-in account. Returns incoming requests that haven't been accepted or declined. |
| cashapp_accept_requestA | Accept a pending payment request. This will send the requested amount to the requester. |
| cashapp_decline_requestB | Decline a pending payment request. |
| cashapp_get_contactsA | Get the list of contacts/friends associated with the logged-in Cash App account. |
| cashapp_get_bitcoin_balanceA | Get the current Bitcoin (BTC) balance and its USD value for the logged-in Cash App account. |
| cashapp_get_card_infoA | Get information about the linked Cash Card including last four digits, status, and type. |
| cashapp_get_boostsA | Get the available Cash Card Boosts (discounts and offers) for the logged-in account. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-cashapp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server