Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by spences10 • APIs & Integration
An SSE-based transport server that runs MCP tools (e.g., Claude or Cursor tools) over Server-Sent Events instead of stdio, enabling persistent agent-tool connections.
Call external MCP tools (like search or retrieval tools) with low-latency persistent connections instead of spawning processes on every request.
A unified, authenticated HTTP/SSE endpoint to expose multiple local or remote MCP tools to clients such as Claude Desktop or Cursor.
Run and test MCP tools locally or on a simple deployment platform (e.g., Coolify) with per-tool runtime API key injection and connection pooling.
This project implements a Server-Sent Events (SSE) server for MCP tools, replacing the traditional stdio transport so tools can be accessed over HTTP/SSE. It provides a tool registry, connection pooling, authentication via an API key, and per-tool header support for passing runtime API keys. The README includes deployment instructions (Coolify) and local development workflows using Deno and Node.js, plus testing examples for health checks and SSE connections. Benefits include reduced startup latency for tools, persistent connections for long-running sessions, and simplified client integration for agents like Claude Desktop and Cursor.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.