Catalog
io.github.TheMemeBanker/nory-mcp-server
Officialby TheMemeBanker · JavaScript
Give any AI agent instant payment capabilities via x402 protocol on Solana
Enable AI agents to process payments on Solana using the x402 protocol.
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-mcp-server": {
"command": "npx",
"args": [
"-y",
"nory-mcp-server@0.1.1"
],
"env": {
"NORY_WALLET_KEY": "<YOUR_NORY_WALLET_KEY>",
"NORY_API_URL": "<YOUR_NORY_API_URL>"
}
}
}
}