MCP Server
MCP
org.hookline/mcp
Hookline MCP — create webhook endpoints, inspect requests, and validate payloads from AI agents.
Install
npx -y @hookline/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@hookline/mcp",
"version": "0.9.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hookline agent API key (hlk_...) from https://app.hookline.org/settings/mcp",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HOOKLINE_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment