Self-hosted Aurey wallet tools as an MCP server (1Claw custody, EVM swaps, local dashboard)
Project description
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 hermes
Manual: 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 hermes
Masked prompts: 1ck_…, then optional Alchemy key (stored in 1Claw, not MCP env).
Choose your MCP host
--host |
After install |
|---|---|
hermes (default) |
hermes mcp test aurey-wallet → chat /reload-mcp |
cursor |
Restart Cursor or reload MCP in Settings |
claude |
Quit and reopen Claude Desktop |
openclaw |
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 file
Verify 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 |
|---|---|
1ck_… (human) |
aurey-setup prompt only |
ocv_… (agent) |
~/.aurey/mcp.env, ~/.hermes/.env (Hermes) |
| Alchemy | 1Claw vault api-keys/alchemy |
| Vault / agent UUID | OK in chat for debugging |
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-secrets
Run 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-mcp
Manual 1Claw steps: docs/1claw-onboarding-guide.md.
Components
| Component | Purpose |
|---|---|
aurey-setup |
1Claw provision + MCP install (all hosts) |
aurey-hermes-install |
Hermes-only install when 1Claw is already done |
aurey-wallet-mcp |
MCP stdio server + optional local dashboard |
aurey-route-builder |
Li.Fi quote proxy with integrator fee |
aurey_autonomy_api |
Stub x402 autonomy signals (replace in production) |
Docs
| Doc | Audience |
|---|---|
| install/hermes.md | Full aurey-setup reference + Hermes |
| install/cursor.md | Cursor |
| install/claude.md | Claude Desktop |
| install/openclaw.md | OpenClaw |
| docs/setup.md | Env vars, route builder, dashboard |
| docs/1claw-onboarding-guide.md | 1Claw + agent coaching |
| ONBOARDING_1CLAW.md | One-page agent playbook |
| docs/releasing.md | PyPI + GitHub Pages releases (maintainers) |
| SKILL.md | Load skills/aurey-wallet-onboarding + skills/aurey-wallet |
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aurey_wallet_mcp-0.1.4.tar.gz.
File metadata
- Download URL: aurey_wallet_mcp-0.1.4.tar.gz
- Upload date:
- Size: 986.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
345a40be5791dc7a9c8f49835efccd049a00d0aed03840ccbb79b046535965fb
|
|
| MD5 |
3d50c0c1fa706ffcfd4fde0bed61daaf
|
|
| BLAKE2b-256 |
64216758fc72f5dfcf9a89d6bd7ede58516a11b527ea46c9e79e068e2e11b111
|
Provenance
The following attestation bundles were made for aurey_wallet_mcp-0.1.4.tar.gz:
Publisher:
release.yml on agentic-pantheon/aurey-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aurey_wallet_mcp-0.1.4.tar.gz -
Subject digest:
345a40be5791dc7a9c8f49835efccd049a00d0aed03840ccbb79b046535965fb - Sigstore transparency entry: 1778092800
- Sigstore integration time:
-
Permalink:
agentic-pantheon/aurey-mcp@4220478c7ce553d8bd4e2bc9f2e36421f9f4879e -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/agentic-pantheon
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4220478c7ce553d8bd4e2bc9f2e36421f9f4879e -
Trigger Event:
push
-
Statement type:
File details
Details for the file aurey_wallet_mcp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: aurey_wallet_mcp-0.1.4-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ec67bfd2c0d47f92f6e347d4d51c9fd395cdd61ccf03dace8d9438e60bc4cdf
|
|
| MD5 |
e23281892564db30cdb4c3a01fe8fd7c
|
|
| BLAKE2b-256 |
5cc7760eee19659cde51a16baab18918d1659239d9b035db979f002c725527d2
|
Provenance
The following attestation bundles were made for aurey_wallet_mcp-0.1.4-py3-none-any.whl:
Publisher:
release.yml on agentic-pantheon/aurey-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aurey_wallet_mcp-0.1.4-py3-none-any.whl -
Subject digest:
3ec67bfd2c0d47f92f6e347d4d51c9fd395cdd61ccf03dace8d9438e60bc4cdf - Sigstore transparency entry: 1778093287
- Sigstore integration time:
-
Permalink:
agentic-pantheon/aurey-mcp@4220478c7ce553d8bd4e2bc9f2e36421f9f4879e -
Branch / Tag:
refs/tags/v0.1.4 - Owner: https://github.com/agentic-pantheon
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4220478c7ce553d8bd4e2bc9f2e36421f9f4879e -
Trigger Event:
push
-
Statement type: