HAL (HTTP API Layer)
Transforms OpenAPI/Swagger specifications into dynamic HTTP tools with secret management and URL restrictions, enabling secure API integration through automatic tool generation from API documentation.
31 stars
0 tools
Created Aug 2025
@deanward/deanward-hal-http-api-layer-halAbout
Transforms OpenAPI/Swagger specifications into dynamic HTTP tools with secret management and URL restrictions, enabling secure API integration through automatic tool generation from API documentation.
Categories
general
Installation
npm
npm install @deanward/deanward-hal-http-api-layer-hal
Configuration
{
"mcpServers": {
"deanward-hal-http-api-layer-hal": {
"command": "npx",
"args": [
"-y",
"@deanward/deanward-hal-http-api-layer-hal"
]
}
}
}