We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/paracetamol951/P-Link-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: plink-mcp-server
description: "Send and receive money on Solana, converts any email or phone number into a wallet, requesting payment (creating x402 compliant payment links, payment pages for humans and bots), get wallet balance or see transaction history on Solana Blockchain."
version: 0.0.3
author: "NetAssembly"
license: MIT
runtime: "typescript"
remote: true
# Build configuration
build:
type: docker
dockerfile: Dockerfile
startCommand:
type: stdio
configSchema:
type: object
required: []
properties:
API_KEY:
type: string
title: "P-Link API Key"
description: "API key for P-Link.io account (optional, can be obtained using the MCP tools)"
commandFunction: |
(config) => {
return {
command: "node",
args: ["dist/stdio.js"],
env: {}
};
}
# Capabilities
capabilities:
tools: 15
transport: ["stdio"]
# Categories
categories:
- blockchain
- solana
- defi
- wallet-management
- development-tools
# Keywords
keywords:
- solana
- blockchain
- wallet
- defi
- web3
- smart-contracts
- spl-tokens
- anchor
# Environment
environment:
node: ">=18.0.0"
# Dependencies
dependencies:
npm: []
global: []
system: []