Give an AI agent a Solana spending allowance instead of your key. Chain-enforced cap, x402.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@three-ws/onchain-agent-wallets · npm · 0.1.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nirholas/onchain-agent-wallets",
"description": "Give an AI agent a Solana spending allowance instead of your key. Chain-enforced cap, x402.",
"title": "Onchain Agent Wallets",
"repository": {
"url": "https://github.com/nirholas/onchain-agent-wallets",
"source": "github"
},
"version": "0.1.0",
"websiteUrl": "https://three.ws",
"icons": [
{
"src": "https://three.ws/three-ws-mcp-icon.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
]
}
],
"packages": [
{
"registryType": "npm",
"identifier": "@three-ws/onchain-agent-wallets",
"version": "0.1.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Owner secret key, base58 or a JSON byte array. Optional: without it every owner action is returned as an unsigned transaction for Phantom, Solflare, Backpack, or a Ledger to sign.",
"format": "string",
"isSecret": true,
"name": "OWNER_SECRET_KEY"
},
{
"description": "Cluster: mainnet or devnet. Defaults to mainnet. State is kept per network, so a devnet rehearsal never touches mainnet agents.",
"format": "string",
"default": "mainnet",
"name": "OAW_NETWORK"
},
{
"description": "HTTPS Solana RPC endpoint. Defaults to the public endpoint for the configured network; bring your own (Helius / Quicknode / Triton) for production.",
"format": "string",
"name": "SOLANA_RPC_URL"
},
{
"description": "Where agent keypairs, guardrails, and the spend ledger are stored. Defaults to ~/.onchain-agent-wallets, written 0600 inside a 0700 directory.",
"format": "string",
"name": "OAW_STATE_DIR"
},
{
"description": "Refuse to broadcast anything that moves value until the call is re-issued with confirm:true. Default true.",
"format": "boolean",
"default": "true",
"name": "REQUIRE_CONFIRM"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-19T23:41:25.396475Z",
"publishedAt": "2026-08-19T23:41:25.396475Z",
"updatedAt": "2026-08-19T23:41:25.396475Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.