Catalog
io.github.TheMemeBanker/nory-x402
Officialby TheMemeBanker · JavaScript
Give any AI agent instant payment capabilities via x402 protocol on Solana
Enable AI agents to process instant payments via x402 protocol on Solana.
README not available yet.
Install
Configuration
Environment variables
NORY_WALLET_KEYrequiredsecretYour Solana wallet private key for making payments
NORY_API_URLNory API endpoint (default: https://api.noryx402.com)
claude_desktop_config.json
{
"mcpServers": {
"nory-x402": {
"command": "npx",
"args": [
"-y",
"nory-mcp-server@1.0.3"
],
"env": {
"NORY_WALLET_KEY": "<YOUR_NORY_WALLET_KEY>",
"NORY_API_URL": "<YOUR_NORY_API_URL>"
}
}
}
}