Aurey Wallet MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aurey Wallet MCPget my wallet addresses and ETH balance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aurey Wallet MCP
Self-hosted Model Context Protocol server for EVM wallet tools: balances, swaps, and prepare/execute signing through 1Claw Intents (no private keys in chat or MCP env for Alchemy).
Works with Hermes Agent, Cursor, Claude Desktop, and OpenClaw.
Quick start (aurey-setup)
One 1Claw human API key (1ck_… from 1claw.xyz) in your terminal only—never in LLM chat.
Install without a git clone (full guide):
curl -fsSL https://agentic-pantheon.github.io/aurey-mcp/install.sh | bash
aurey-setup --host hermesManual: pip install 'aurey-wallet-mcp[hermes]' or uv tool install 'aurey-wallet-mcp[hermes]', then aurey-setup --host hermes.
Contributors (develop from source):
git clone https://github.com/agentic-pantheon/aurey-mcp.git
cd aurey-mcp
uv sync --group dev --extra hermes
uv run aurey-setup --host hermesMasked prompts: 1ck_…, then optional Alchemy key (stored in 1Claw, not MCP env).
Choose your MCP host
| After install |
|
|
| Restart Cursor or reload MCP in Settings |
| Quit and reopen Claude Desktop |
| Restart the OpenClaw gateway |
aurey-setup --host cursor
aurey-setup --host claude
aurey-setup --host openclaw(From a dev clone, prefix with uv run.)
Host-specific notes: install/hermes.md · cursor · claude · openclaw.
What aurey-setup does
1Claw (Human API) — auth with
1ck_…; pick or create vault; create Intents agent; read policy onapi-keys/**; optional Alchemy atapi-keys/alchemy; provision Ethereum signing key.Credentials —
~/.aurey/mcp.env(vault id, agent id,ocv_…, mode600).MCP launcher —
~/.aurey/run-aurey-wallet-mcp.sh(sourcesmcp.env; keeps secrets out of host JSON).Host config — patches Hermes / Cursor / Claude / OpenClaw MCP entry to use the wrapper.
Alchemy path —
~/.aurey/config.toml→alchemy_secret_path = "api-keys/alchemy".Smoke test — optional MCP bootstrap check.
Hermes also updates ~/.hermes/config.yaml and ~/.hermes/.env. For Hermes YAML edits: uv sync --extra hermes (included when you run aurey-setup --host hermes).
Useful flags
uv run aurey-setup --vault-id '<uuid>' # use existing vault
uv run aurey-setup --skip-alchemy # add Alchemy in 1Claw later
uv run aurey-setup --from-env # human key in AUREY_ONECLAW_HUMAN_API_KEY
uv run aurey-setup --provision-only # 1Claw + mcp.env only
uv run aurey-setup --host cursor --skip-provision # re-wire MCP from ~/.aurey/mcp.env
uv run aurey-setup --host cursor --cursor-project . # project .cursor/mcp.json
uv run aurey-setup --config /path/to/mcp.json # override config fileVerify in chat
Load agent skills (SKILL.md). Ask your agent to call get_agent_wallet_addresses, then a read-only balance. Swaps/sends: prepare → you confirm → tx_execute(prepared_id=…).
Secrets (do not paste in chat)
Value | Where |
|
|
|
|
Alchemy | 1Claw vault |
Vault / agent UUID | OK in chat for debugging |
Related MCP server: Foundry MCP Server
Manual / advanced
Hermes without full provision (you already have vault, agent, ocv_ in the dashboard):
uv sync --group dev --extra hermes
uv run aurey-hermes-install --prompt-secretsRun MCP in a shell (after 1Claw is configured):
export AUREY_ONECLAW_VAULT_ID=...
export AUREY_ONECLAW_VAULT_API_KEY=...
export AUREY_ONECLAW_AGENT_ID=...
uv run aurey-wallet-mcpManual 1Claw steps: docs/1claw-onboarding-guide.md.
Components
Component | Purpose |
| 1Claw provision + MCP install (all hosts) |
| Hermes-only install when 1Claw is already done |
| MCP stdio server + optional local dashboard |
| Li.Fi quote proxy with integrator fee |
| Stub x402 autonomy signals (replace in production) |
Docs
Doc | Audience |
Full | |
Cursor | |
Claude Desktop | |
OpenClaw | |
Env vars, route builder, dashboard | |
1Claw + agent coaching | |
One-page agent playbook | |
PyPI + GitHub Pages releases (maintainers) | |
Load |
Safety
tx_executeonly accepts server-issuedprepared_idvalues.Signing via 1Claw Intents; private keys are not exposed to the model.
Autonomy tools default to dry-run; arming is explicit and local.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentic-pantheon/aurey-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server