pypi analyzed 0.5.1

actionlayer-mcp

v0.5.1
pypi

MCP server for ActionLayer — give Claude Code and other MCP hosts access to ActionLayer's browser-action catalog with per-session credential intake.

maintainer
ActionLayer
license
MIT
first seen
2026-06-11
last seen
2026-06-11
releases · 30d
11
short id

Drift inferred · capture-to-capture

No drift recorded — single capability capture; advisories appear once its surface changes.

capabilities 0 tools
transport stdio counts 0 tools · 0 res · 0 prompts permission surface via code analysis

no tools enumerated yet for this server.

code evidence v0.5.1 · pypi-sdist
evidence-backed findings quoted directly from the published source artifact — not inferred

filesystem 1

  • fs actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :45 from pathlib import Path

network 1

  • net actionlayer_mcp-0.5.1/actionlayer_mcp/client.py :17 import httpx

secrets 2

  • secrets actionlayer_mcp-0.5.1/actionlayer_mcp/client.py :42 self.api_key = api_key or os.environ.get("ACTIONLAYER_API_KEY", "")
  • secrets actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :1050 if not os.environ.get("ACTIONLAYER_API_KEY"):

tool registrations 14

  • actionlayer_start_task actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :274
  • actionlayer_get_task actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :343
  • actionlayer_reply actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :379
  • actionlayer_cancel actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :476
  • actionlayer_list_skills actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :494
  • actionlayer_list_actions actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :614
  • actionlayer_invoke_action actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :625
  • actionlayer_get_action_ticket actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :732
  • actionlayer_provide_credentials actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :783
  • actionlayer_read_host_secret actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :830
  • actionlayer_create_job actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :890
  • actionlayer_get_job actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :943
  • actionlayer_cancel_job actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :962
  • actionlayer_resume_job actionlayer_mcp-0.5.1/actionlayer_mcp/server.py :977

declared dependencies 2

  • fastmcp@>=0.4.0
  • httpx@>=0.27.0