Second Eye
Rank #115,346pulsemcp/this-is-hellgate-second-eye
Micropayment-based diagnostic service for AI agents — loop detection, scope checking, and context recovery via x402.
Second Eye is a Model Context Protocol (MCP) server published by This-Is-Hellgate. It ranks #115,346 of 115,591 servers tracked on MCP Toplist. Second Eye is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on May 28, 2026.
Ranks ahead of 245 of 115,591 servers on MCP Toplist.
Use Second Eye
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http this-is-hellgate-second-eye https://secondeyesai.com/api/bar[mcp_servers.this-is-hellgate-second-eye]
url = "https://secondeyesai.com/api/bar"Add to ~/.codex/config.toml.
https://secondeyesai.com/api/barSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"this-is-hellgate-second-eye": {
"url": "https://secondeyesai.com/api/bar"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"this-is-hellgate-second-eye": {
"type": "http",
"url": "https://secondeyesai.com/api/bar"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"this-is-hellgate-second-eye": {
"serverUrl": "https://secondeyesai.com/api/bar"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"this-is-hellgate-second-eye": {
"url": "https://secondeyesai.com/api/bar"
}
}
}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/pulsemcp%2Fthis-is-hellgate-second-eye)<a href="https://mcptoplist.com/server/pulsemcp%2Fthis-is-hellgate-second-eye"><img src="https://mcptoplist.com/badge/pulsemcp%2Fthis-is-hellgate-second-eye.svg" alt="MCP Toplist: #115,346 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
This-Is-Hellgate
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Second Eye?
- Second Eye is maintained by This-Is-Hellgate, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Second Eye listed on the Official MCP Registry?
- Second Eye is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Second Eye have?
- Second Eye ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Second Eye?
- The source code for Second Eye is hosted at github.com/this-is-hellgate/secondeye-mcp.