# 🚀 P-Link - Collect/Send/Receive payments

P-Link makes it incredibly easy for your AI agents to send money, receive payments, pay x402 links and manage a wallet — instantly, anywhere in the world 🌍⚡️.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list paracetamol951/p-link-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get paracetamol951/p-link-mcp get_wallet_and_OTP

# Call a tool
npx -y @smithery/cli@latest tool call paracetamol951/p-link-mcp get_wallet_and_OTP '{}'
```

## Direct MCP Connection

Endpoint: `https://p-link-mcp.run.tools`

## Tools (10)

- `get_wallet_and_OTP` — Create a wallet for your email or get OTP by email
- `login_with_OTP` — Login using OTP. Connect to your P-Link wallet using the one time password you received by email
- `fund_my_wallet` — Fund wallet : Obtain a link in order to fund your wallet of the desired amount using a credit card, or the Solana addre…
- `get_private_key_of_wallet` — Get the private key of your wallet on secured app https://p-link.io
- `send_money` — Send money to an email, Solana wallet or phone number. The provided email or phone can be used to claim the money of th…
- `request_payment_link` — Create a payment link in order to request a payment to your account. This payment link can be used to pay you. Payment …
- `get_wallet_info` — Retrieve the wallet infos about the connected P-Link account (Solana wallet address, wallet balance, tokens detail)
- `get_transaction_state` — Retrieve the state and details of a transaction using Solana trx ID
- `get_wallet_history` — Transaction history : Retrieve list of the transactions related to the specified Solana wallet address (received and se…
- `pay_and_get_402_protected_url` — Pay a HTTP 402 protected URL using your P-Link managed account, and returns the result

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

---

Source: https://github.com/paracetamol951/P-Link-MCP
