
Nory Mcp Server
Let your AI agent send and manage instant Solana payments through the x402 protocol via Nory’s MCP tools.
Overview
Nory MCP Server is an MCP server for the build phase that gives agents Solana payment capability through the x402 protocol via Nory’s API.
What is this MCP server?
- x402 protocol on Solana for agent-initiated payments
- stdio npm package nory-mcp-server v0.1.1
- Required secret env NORY_WALLET_KEY (Solana wallet private key)
- Optional NORY_API_URL (default https://api.noryx402.com)
- Positions agents for instant payment capabilities without custom chain glue in every prompt
- Listing version 0.1.1
- 2 documented environment variables (1 required secret)
- Default API host https://api.noryx402.com
What problem does it solve?
Your agent can reason about purchases but cannot complete Solana x402 payments without custom wallet code and fragile prompt-time scripts.
Who is it for?
Builders prototyping agent-paid API access, micropayments, or autonomous Solana spend with an MCP-native workflow.
Skip if: Products needing card payments, non-Solana chains, or teams unwilling to put a hot wallet key in the MCP runtime.
What do I get? / Deliverables
After configuring stdio MCP with NORY_WALLET_KEY, your agent can invoke Nory tools to perform x402 payments against the configured API endpoint.
- MCP tools that trigger Nory x402 Solana payments from the agent
- Configurable API base URL for staging or production Nory endpoints
- Foundation for paid autonomous agent actions without one-off scripts
Recommended MCP Servers
Journey fit
Payment rails for agents are integrated during build when you connect external services your product or internal automation will call. Nory exposes payment actions as MCP tools with required wallet secrets—classic third-party integration work, not frontend or docs.
How it compares
Solana x402 payment MCP integration, not a general CRM or browser automation server.
Common Questions / FAQ
Who is nory-mcp-server for?
Solo developers building MCP agents that must pay for APIs or services on Solana using the x402 protocol through Nory.
When should I use nory-mcp-server?
Use it during build when wiring paid agent workflows—metered tools, autonomous purchasers, or x402-gated endpoints—before you harden ship security.
How do I add nory-mcp-server to my agent?
Register the stdio MCP server from npm (nory-mcp-server), set NORY_WALLET_KEY, optionally NORY_API_URL, and restart your MCP client per repo instructions.