MCP Server
MCP
io.github.TheMemeBanker/nory-x402
Give any AI agent instant payment capabilities via x402 protocol on Solana
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "nory-mcp-server",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Solana wallet private key for making payments",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NORY_WALLET_KEY"
},
{
"description": "Nory API endpoint (default: https://api.noryx402.com)",
"format": "string",
"name": "NORY_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment