What is the io.github.ozers/hooksense MCP server?
Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.
How to install io.github.ozers/hooksense
Copy-paste configuration for popular MCP clients.
HOOKSENSE_TOKENrequiredsecretAPI token from https://hooksense.com/account/tokens
HOOKSENSE_APIOverride the API base URL (self-hosted / staging). Defaults to https://hooksense.com
{
"mcpServers": {
"hooksense": {
"command": "npx",
"args": [
"-y",
"@hooksense/mcp"
],
"env": {
"HOOKSENSE_TOKEN": "<YOUR_HOOKSENSE_TOKEN>",
"HOOKSENSE_API": "<YOUR_HOOKSENSE_API>"
}
}
}
}{
"mcpServers": {
"hooksense": {
"command": "npx",
"args": [
"-y",
"@hooksense/mcp"
],
"env": {
"HOOKSENSE_TOKEN": "<YOUR_HOOKSENSE_TOKEN>",
"HOOKSENSE_API": "<YOUR_HOOKSENSE_API>"
}
}
}
}{
"mcpServers": {
"hooksense": {
"command": "npx",
"args": [
"-y",
"@hooksense/mcp"
],
"env": {
"HOOKSENSE_TOKEN": "<YOUR_HOOKSENSE_TOKEN>",
"HOOKSENSE_API": "<YOUR_HOOKSENSE_API>"
}
}
}
}{
"servers": {
"hooksense": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hooksense/mcp"
],
"env": {
"HOOKSENSE_TOKEN": "<YOUR_HOOKSENSE_TOKEN>",
"HOOKSENSE_API": "<YOUR_HOOKSENSE_API>"
}
}
}
}claude mcp add hooksense --env HOOKSENSE_TOKEN=<YOUR_HOOKSENSE_TOKEN> --env HOOKSENSE_API=<YOUR_HOOKSENSE_API> -- npx -y @hooksense/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.