About Actions Adapter
Actions Adapter is an MCP server published by SecretiveShell in the Developer Tools category: a simple adapter to convert a MCP server to a GPT actions compatible API. It has been installed 0 times through Conduid.
The repository has 27 stars and 3 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx mcp-actions-adapterThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Actions Adapter
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
MCP Actions Adapter
A simple adapter to convert a MCP server to a GPT actions compatible API

Installation
uv tool install mcp-actions-adapter
Usage
-
Create config.json the same way as claude desktop. An example config file is provided in the
config.example.jsonfile. -
Start a cloudflare tunnel with the following command:
cloudflared tunnel --url http://localhost:8000
- Start the adapter with the following command:
uv run mcp-actions-adapter -c config.json --url ${CF_TUNNEL_URL}
-
Open the custom GPT builder and copy the contents of http://localhost:8000/openapi.json into the schema box.
-
test the model
License
This project is licensed under the MIT License - see the LICENSE file for details
README mirrored from the source repository 3 months ago. The original is authoritative.