- P Link.io
P Link.io
MCP 402 is a powerful, open-source server implementation of the Model Context Protocol (MCP) designed to give AI agents secure, real-world capabilities. It acts as a universal bridge between AI models and external systems, enabling them to perform real actions — such as payments, data access, and service execution — in a safe and standardized way.
Key Features
💸 Payment & Transaction Tools Includes ready-to-use financial actions such as: send_money, request_money, payment_history, and pay_link. These allow AI agents to send, receive, and manage payments autonomously.
🔗 x402 & Solana Integration Native support for the 402 payment standard, Solana blockchain transactions, and Coinbase API — making the server ideal for decentralized, pay-per-use, or subscription-based AI interactions.
🧩 Extensible Tool System Developers can easily add custom MCP tools to connect the AI to any API, database, or external service.
🛡️ Secure Execution Environment All actions are sandboxed, authenticated (JWT, OAuth), and logged to ensure safety and transparency.
☁️ Deploy Anywhere Lightweight Node.js / TypeScript implementation with Docker support — ready for local testing or cloud deployment.
服务器配置
{
"mcpServers": {
"caisse": {
"command": "node",
"args": [
"D:\\Projets\\Crypto\\P-Link-MCP\\build\\stdio.js"
],
"cwd": "D:\\Projets\\Crypto\\P-Link-MCP",
"env": {
"APIKEY": "APIKEYFROM https://p-link.io"
}
}
}
}