Server data from the Official MCP Registry
Give any AI agent instant payment capabilities via x402 protocol on Solana
Give any AI agent instant payment capabilities via x402 protocol on Solana
Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: NORY_WALLET_KEY
Environment variable: NORY_API_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-thememebanker-nory-x402": {
"env": {
"NORY_API_KEY": "your-nory-api-key-here",
"NORY_API_URL": "your-nory-api-url-here"
},
"args": [
"-y",
"nory-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
Give any AI agent the ability to pay.
The Nory MCP Server enables AI agents and assistants to make instant micropayments using the x402 protocol. Built for the future where AI agents are consumers.
This is a Model Context Protocol (MCP) server that gives AI assistants like Claude the ability to:
npm install @nory/mcp-server
Or clone and build locally:
git clone https://github.com/nory/mcp-server
cd mcp-server
npm install
npm run build
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"nory": {
"command": "npx",
"args": ["@nory/mcp-server"],
"env": {
"NORY_WALLET_KEY": "your-wallet-private-key",
"NORY_API_URL": "https://api.noryx402.com"
}
}
}
}
Add to your project's .mcp.json:
{
"servers": {
"nory": {
"command": "npx",
"args": ["@nory/mcp-server"],
"env": {
"NORY_WALLET_KEY": "${NORY_WALLET_KEY}"
}
}
}
}
nory_check_balanceCheck your current wallet balance.
"Check my Nory wallet balance"
nory_payMake a direct payment to a wallet address.
"Pay 5 USDC to GkXn9...abc with memo 'Thanks!'"
nory_x402_requestMake an HTTP request to an x402-enabled API. Automatically handles payment negotiation.
"Use Nory to fetch data from https://api.noryx402.com/data/crypto"
nory_discover_servicesFind x402-enabled services you can pay for.
"What x402 services are available for AI tasks?"
nory_payment_historyView your recent payment history.
"Show me my last 10 Nory transactions"
All of this happens automatically when you use nory_x402_request.
User: "Use Nory to get the latest crypto prices from the premium data feed"
Claude: I'll use the Nory x402 payment system to access this paid API.
[Calls nory_x402_request with url="https://api.noryx402.com/data/crypto"]
Result: Successfully paid 0.0001 USDC and received the data...
User: "Before we start, check how much I have in my Nory wallet"
Claude: [Calls nory_check_balance]
Your Nory wallet (GkXn...abc) has:
- 100.00 USDC
- 1.50 SOL
| Variable | Description | Required |
|---|---|---|
NORY_WALLET_KEY | Your Solana wallet private key | Yes |
NORY_API_URL | Nory API endpoint (default: https://api.noryx402.com) | No |
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.