MCP Server
MCP
Payaion
Agent file transfer. No API key to start; price downloads in USDC on Base.
Install
npx -y @payaion/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@payaion/mcp",
"version": "1.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional. Without it you upload as a guest: 100 MB per file, 24-hour link, no account. A key raises the limits and is required to sell. Get one at https://payaion.com/dashboard",
"format": "string",
"isSecret": true,
"name": "PAYAION_API_KEY"
}
]
},
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "payaion-mcp",
"version": "1.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional. Without it you upload as a guest: 100 MB per file, 24-hour link, no account. A key raises the limits and is required to sell. Get one at https://payaion.com/dashboard",
"format": "string",
"isSecret": true,
"name": "PAYAION_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
pypi
Comments
Sign in to leave a comment