MCP Server
MCP
io.github.ozers/hooksense
Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.
Install
npx -y @hooksense/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@hooksense/mcp",
"version": "0.2.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API token from https://hooksense.com/account/tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HOOKSENSE_TOKEN"
},
{
"description": "Override the API base URL (self-hosted / staging). Defaults to https://hooksense.com",
"format": "string",
"name": "HOOKSENSE_API"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment