Metadata-Version: 2.4
Name: actionlayer-mcp
Version: 0.3.0
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://action-layer.dev
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://action-layer.dev) — let Claude Code (and any MCP host) drive browser-based sites on your behalf.

## Install

Get an API key at https://action-layer.dev/join, then:

```bash
claude mcp add --scope user actionlayer "uvx" "actionlayer-mcp" \
  --env ACTIONLAYER_API_KEY="ak_…" \
  --env ACTIONLAYER_API_URL="https://api.action-layer.dev"
```

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.action-layer.dev`

## Changelog

### 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
