@hookline/mcp
Rank #43,927org.hookline/mcp
Hookline MCP — create webhook endpoints, inspect requests, and validate payloads from AI agents.
@hookline/mcp is a Model Context Protocol (MCP) server published by hookline-org. It ranks #43,927 of 132,046 servers tracked on MCP Toplist. @hookline/mcp is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 1, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 88,119 of 132,046 servers on MCP Toplist.
Use @hookline/mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add hookline -e "HOOKLINE_API_KEY=<your HOOKLINE_API_KEY>" -- npx -y @hookline/mcpReplace each placeholder with your own value before saving.
[mcp_servers.hookline]
command = "npx"
args = ["-y", "@hookline/mcp"]
[mcp_servers.hookline.env]
HOOKLINE_API_KEY = "<your HOOKLINE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hookline": {
"command": "npx",
"args": [
"-y",
"@hookline/mcp"
],
"env": {
"HOOKLINE_API_KEY": "<your HOOKLINE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hookline": {
"command": "npx",
"args": [
"-y",
"@hookline/mcp"
],
"env": {
"HOOKLINE_API_KEY": "<your HOOKLINE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hookline": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hookline/mcp"
],
"env": {
"HOOKLINE_API_KEY": "<your HOOKLINE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hookline": {
"command": "npx",
"args": [
"-y",
"@hookline/mcp"
],
"env": {
"HOOKLINE_API_KEY": "<your HOOKLINE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hookline": {
"command": "npx",
"args": [
"-y",
"@hookline/mcp"
],
"env": {
"HOOKLINE_API_KEY": "<your HOOKLINE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/org.hookline%2Fmcp)<a href="https://mcptoplist.com/server/org.hookline%2Fmcp"><img src="https://mcptoplist.com/badge/org.hookline%2Fmcp.svg" alt="MCP Toplist: Top 50% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hookline-org
Available versions (5)
| Version | Published |
|---|---|
| 0.9.1 | Aug 20, 2026 |
| 0.8.0 | Aug 17, 2026 |
| 0.6.1 | Aug 14, 2026 |
| 0.5.0 | Aug 13, 2026 |
| 0.3.0 | Aug 5, 2026 |
Frequently asked questions
- Who maintains @hookline/mcp?
- @hookline/mcp is maintained by hookline-org, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is @hookline/mcp listed on the Official MCP Registry?
- Yes — @hookline/mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does @hookline/mcp have?
- MCP Toplist tracks 5 versions of @hookline/mcp, most recently published on Aug 20, 2026.
- Where can I find the source code for @hookline/mcp?
- The source code for @hookline/mcp is hosted at github.com/hookline-org/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.