# my-smithery-app

Search and navigate local files with flexible glob patterns and precise text queries. Find matching files across codebases and surface relevant lines instantly. Focus on the folders that matter by ch…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add paracetamol951/my-smithery-app

# Browse available tools
npx -y @smithery/cli@latest tool list paracetamol951/my-smithery-app

# Get full schema for a tool
npx -y @smithery/cli@latest tool get paracetamol951/my-smithery-app login_with_api_key

# Call a tool
npx -y @smithery/cli@latest tool call paracetamol951/my-smithery-app login_with_api_key '{}'
```

## Tools (9)

- `login_with_api_key` — Login using API_KEY
- `fund_my_wallet` — Get the different ways in order to fund your wallet
- `get_wallet_and_api_key` — Create wallet for this email and get API_KEY.
- `send_money` — Send money to an email, Solana wallet or phone number.
- `request_payment_link` — Create a payment link in order to request a payment
- `get_my_wallet_info` — Retrieve the wallet infos about the connected P-Link account (Solana wallet address, wallet balance)
- `get_transaction_state` — Retrieve the state and details of a transaction using Solana trx ID
- `get_wallet_history` — Retrieve list of the transactions related to the specified Solana wallet address
- `pay_and_get_402_protected_url` — Pay a HTTP 402 protected URL using your P-Link managed account, and gets the result

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get paracetamol951/my-smithery-app <tool-name>
```

---

Source: https://github.com/paracetamol951/my-smithery-app
