Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by PredictabilityAtScale • APIs & Integration
A Cloudflare Workers-based remote MCP (Model Context Protocol) server that exposes tools over SSE with OAuth login, suitable for connecting MCP clients like the Inspector and Claude Desktop.
Connect to a remote tool-hosting server over SSE so they can discover and invoke tools via the Model Context Protocol.
A deployable, Cloudflare-hosted MCP endpoint to expose custom functions (e.g., math tools) to clients like Claude Desktop and the MCP Inspector.
A local development workflow for MCP servers, including OAuth mock login, testing with the MCP Inspector, and easy deployment to Cloudflare Workers.
This repository provides a remote MCP server implementation deployable to Cloudflare Workers, including local development instructions, OAuth login, and SSE transport support. It includes examples and guidance to connect the MCP Inspector and Claude Desktop (via a local proxy) so agents can discover and invoke defined tools. Deployment steps (wrangler, KV namespace) and debugging tips are provided to make running and troubleshooting the server straightforward. Useful for prototyping and running tool endpoints accessible to remote MCP clients.