Metadata-Version: 2.4
Name: actionlayer-mcp
Version: 0.3.3
Summary: MCP server for ActionLayer — give Claude Code and other MCP hosts access to ActionLayer's browser-action catalog with human-in-the-loop credentials.
Project-URL: Homepage, https://actionlayer.io
Project-URL: Repository, https://github.com/grimjjow/actionlayer
Author: ActionLayer
License: MIT
Keywords: actionlayer,agents,claude,claude-code,mcp,tools
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: fastmcp>=0.4.0
Requires-Dist: httpx>=0.27.0
Description-Content-Type: text/markdown

# actionlayer-mcp

MCP server for [ActionLayer](https://actionlayer.io) — let Claude Code (and any MCP host) drive browser-based sites on your behalf.

## Install

Get an API key from your ActionLayer dashboard at https://actionlayer.io, then:

```bash
claude mcp add --scope user actionlayer "uvx" "actionlayer-mcp" \
  --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

```bash
actionlayer-mcp
```

Works with Cursor, Cody, Codex, etc.

Env vars:
- `ACTIONLAYER_API_KEY` — required
- `ACTIONLAYER_API_URL` — defaults to `https://api.actionlayer.io`

## Changelog

### 0.3.1
- Update default API URL to `https://api.actionlayer.io`
  (`api.action-layer.dev` still redirects, but the new host is the
  current canonical name).

### 0.3.0
- Browser-only catalog. Human-in-the-loop credentials.

### 0.2.0
- Async-by-default dispatch for browser actions + ticket polling tool.

### 0.1.0
- Initial release.

## License

MIT
