Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APIKEY | Yes | Your P-Link API key (required). Get it from https://p-link.io/ApiDoc/Send |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 address of your wallet if you want to fund your account using Solana. |
| 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 the wallet. If new user does not claim for 3 days, the money is returned to the sender. |
| 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 can be made using a credit card, or any Solana token (automatically converted to USDC) |
| 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 sent funds with dates) |
| pay_and_get_402_protected_url | Pay a HTTP 402 protected URL using your P-Link managed account, and returns the result |
| ping | Simple MCP server health check. Returns { result: 'OK' } if the server is alive. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |