
Nory X402
Register the newer Nory x402 MCP package so agents can pay on Solana through the same Nory API with updated server metadata (v1.0.3).
Overview
Nory x402 is an MCP server for the build phase that enables Solana x402 payments for AI agents through Nory’s npm stdio integration.
What is this MCP server?
- Same capability story: instant agent payments via x402 on Solana
- stdio npm identifier nory-mcp-server at package version 1.0.3
- Required NORY_WALLET_KEY and optional NORY_API_URL (default https://api.noryx402.com)
- Repository points to TheMemeBanker/nory-mcp-server on GitHub
- Newer published server.json version than the sibling nory-mcp-server catalog id (1.0.3 vs 0.1.1 listing)
- Server manifest version 1.0.3
- npm package version 1.0.3 (identifier nory-mcp-server)
- 2 environment variables documented (1 required secret)
What problem does it solve?
You have two MCP registry names for the same payment feature and need the current x402-labeled server entry without reimplementing Solana pay logic.
Who is it for?
Builders standardizing on the x402-named MCP registry slug at v1.0.3 while using nory-mcp-server via npx.
Skip if: Merchants who only need fiat checkout, or agents that must never hold signing keys in the IDE environment.
What do I get? / Deliverables
After adding the nory-x402 MCP config with wallet credentials, your agent uses Nory’s x402 tools against the configured API for on-chain payments.
- Agent-callable Nory x402 payment tools over MCP
- Environment-driven API endpoint configuration
- Aligned registry entry at server version 1.0.3 for catalog discovery
Recommended MCP Servers
Journey fit
Payment integrations for agent products are filed under build because that is when you connect external financial APIs to your stack. This listing is the x402-branded MCP registry entry sharing the nory-mcp-server npm identifier—integrations subphase fits wallet and API wiring.
How it compares
Updated registry slug for the same Nory Solana payment MCP—integration tool, not an SEO or monitoring server.
Common Questions / FAQ
Who is nory-x402 for?
MCP users who discover the server under the x402 listing name and want agent payments on Solana through Nory with the 1.0.3 server manifest.
When should I use nory-x402?
Use it during build when integrating x402-gated services and your MCP catalog references io.github.TheMemeBanker/nory-x402 specifically.
How do I add nory-x402 to my agent?
Configure stdio MCP using package identifier nory-mcp-server, set NORY_WALLET_KEY (required), optional NORY_API_URL, following TheMemeBanker/nory-mcp-server repo steps.