Search for:

Finding a Simple SSE Server for Testing Goose Remote Extension Capability

  • Why this server?

    This server explicitly supports SSE transport mechanisms and offers a way to interact with multiple AI vendors through a single interface, which could simplify testing.

    -
    security
    A
    license
    -
    quality
    Send requests to OpenAI, MistralAI, Anthropic, xAI, or Google AI using MCP protocol via tool or predefined prompts. Vendor API key required. Both STDIO and SSE transport mechanisms are supported via arguments.
    1
    6
    9
    TypeScript
    MIT License
    • Apple
  • Why this server?

    This server enables interaction with remote MCP servers using SSE transport, which directly addresses the need for testing remote extension capabilities with SSE.

    A
    security
    A
    license
    A
    quality
    Enables interaction with remote MCP servers using SSE transport instead of STDIO for enhanced communication capabilities.
    1
    500
    Python
    MIT License
    • Apple
  • Why this server?

    This module allows services to be exposed as an MCP server with Server-Sent Events transport, facilitating tool discovery and execution by clients.

    -
    security
    A
    license
    -
    quality
    A NestJS module that allows services to be exposed as an MCP server with Server-Sent Events transport, facilitating tool discovery and execution by clients.
    1,378
    98
    TypeScript
    MIT License
  • Why this server?

    Enables type-safe, bidirectional communication with Model Context Protocol services, allowing centralized management of model contexts over HTTP, which can be useful for testing remote capabilities.

    -
    security
    A
    license
    -
    quality
    Enables type-safe, bidirectional communication with Model Context Protocol services, allowing centralized management of model contexts over HTTP.
    87
    TypeScript
    MIT License
  • Why this server?

    This SSE-based MCP server allows users to connect and interact with National Weather Service APIs, providing a relatively simple setup for testing SSE communication.

    -
    security
    F
    license
    -
    quality
    This SSE-based MCP server allows users to connect and interact with National Weather Service APIs to retrieve weather alerts and forecasts.
    90
    Python