MCP server for ActionLayer — the concierge that lets Claude Code and other MCP hosts take action in the physical world: book, order, register, resolve.
Project description
actionlayer
MCP server for ActionLayer — the concierge for Claude Code (and any MCP host) that takes action in the physical world on your behalf: book, order, register, resolve.
Previously published as
actionlayer-mcp. That project is no longer maintained and stopped at 0.6.0 — installactionlayerinstead.
Install
Get an API key from your ActionLayer dashboard at https://actionlayer.io, then:
claude mcp add --scope user actionlayer "uvx" "actionlayer" \
--env ACTIONLAYER_API_KEY="ak_…" \
--env ACTIONLAYER_API_URL="https://api.actionlayer.io"
Restart Claude Code and ask it to do something for you.
Usage from other MCP hosts
actionlayer
Works with Cursor, Cody, Codex, etc.
Env vars:
ACTIONLAYER_API_KEY— requiredACTIONLAYER_API_URL— defaults tohttps://api.actionlayer.io
Changelog
0.7.1
Metadata-only. Repositions the listing copy — ActionLayer is a concierge that takes action in the physical world, not just a browser driver — and drops the repository URL from the published metadata.
0.7.0
Renamed: published as actionlayer on PyPI from this release on
(actionlayer-mcp is orphaned and frozen at 0.6.0). No code changes.
The command is now actionlayer; actionlayer-mcp remains as an
alias. Includes everything from the unreleased 0.6.1.
0.6.1
No code changes. Embeds the MCP Registry mcp-name ownership token
so the package can be listed at registry.modelcontextprotocol.io.
0.4.2
Internal taxonomy scrub. No behavior change; tool descriptions and
next_action.prompt fallbacks rephrased so calling agents don't
surface ActionLayer's internal terminology in their own user-facing
text.
0.4.1
Payment-card approval flow (Phase 2 of the agent payments plan).
actionlayer_replynow acceptspayment_approved: boolfor tickets whose info_request includespayment_status. Users approve a charge against their card-on-file with one call.actionlayer_get_task/actionlayer_next_actionsurfacecard_brand,card_last4,amount_usd, andpayment_statuson the info_request payload so an agent can prompt the user with "Approve $X.XX charge on your card ending ?"- The card PAN itself NEVER crosses the MCP boundary. The charge
is completed against the user's card on file; the PAN never
appears on agent-visible surfaces. This is by design per
docs/agent_payments_plan.md.
0.4.0
Backwards-incompatible — public API taxonomy changed.
- Ticket
statecollapses the in-flight phases into a single public valuepending. Polling code that branched on the individual sub-phases (e.g.if state == "executing") must switch tostate == "pending". Terminal states (completed,failed,cancelled) andblocked_on_userare unchanged. live_view_urlis no longer returned by the public tools (actionlayer_invoke_action,actionlayer_get_action_ticket). User-facing callers should drive the task via pollingactionlayer_get_action_ticketand responding toblocked_on_userprompts.actionlayer_invoke_actionsync response now usesoutcome="queued"(instead ofoutcome="blocked") when the task is taking longer than the sync window allows. Callers handlingoutcomeneed to add aqueuedbranch: pollactionlayer_get_action_ticketfor terminal state.- Terminal tickets now carry a free-text
reasonfield summarising the outcome (derived fromresult.summaryon completed,erroron failed). Pre-existingresult/errorfields preserved for callers that want the raw structured payload.
0.3.1
- Update default API URL to
https://api.actionlayer.io(api.action-layer.devstill redirects, but the new host is the current canonical name).
0.3.0
- Browser-only catalog. Per-session credential intake.
0.2.0
- Async-by-default dispatch for browser actions + ticket polling tool.
0.1.0
- Initial release.
License
MIT
Project details
Release history Release notifications | RSS feed
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 actionlayer-0.7.1.tar.gz.
File metadata
- Download URL: actionlayer-0.7.1.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d594cd544036cce48000ecd1fda9928cac7c05f0bc78b8e8dd2c33942214d1db
|
|
| MD5 |
d42b7bf4142dd30f8cebe151881c0141
|
|
| BLAKE2b-256 |
c06d7f80805b3e4862fced637473ee5dbe37685f770be91416e68624205f9dd5
|
Provenance
The following attestation bundles were made for actionlayer-0.7.1.tar.gz:
Publisher:
publish-mcp.yml on grimjjow/actionlayer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
actionlayer-0.7.1.tar.gz -
Subject digest:
d594cd544036cce48000ecd1fda9928cac7c05f0bc78b8e8dd2c33942214d1db - Sigstore transparency entry: 2169451875
- Sigstore integration time:
-
Permalink:
grimjjow/actionlayer@dbb5e829976093eb4d53a72020875b2129f74b9e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/grimjjow
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-mcp.yml@dbb5e829976093eb4d53a72020875b2129f74b9e -
Trigger Event:
push
-
Statement type:
File details
Details for the file actionlayer-0.7.1-py3-none-any.whl.
File metadata
- Download URL: actionlayer-0.7.1-py3-none-any.whl
- Upload date:
- Size: 22.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fa129785ec1ed987f955c31a141cd90f789480580f1ec48f0f7ef367aa109c4
|
|
| MD5 |
7dc1fc14dc2f096f7628ea466c04971c
|
|
| BLAKE2b-256 |
f655973f0709ff94d5e373be089751552e817421c084f2dd036efaa1d1f10023
|
Provenance
The following attestation bundles were made for actionlayer-0.7.1-py3-none-any.whl:
Publisher:
publish-mcp.yml on grimjjow/actionlayer
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
actionlayer-0.7.1-py3-none-any.whl -
Subject digest:
7fa129785ec1ed987f955c31a141cd90f789480580f1ec48f0f7ef367aa109c4 - Sigstore transparency entry: 2169451886
- Sigstore integration time:
-
Permalink:
grimjjow/actionlayer@dbb5e829976093eb4d53a72020875b2129f74b9e -
Branch / Tag:
refs/heads/main - Owner: https://github.com/grimjjow
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-mcp.yml@dbb5e829976093eb4d53a72020875b2129f74b9e -
Trigger Event:
push
-
Statement type: