Skip to main content
Glama
458,064 tools. Updated 2026-08-14 22:15

"Simple MCP example using HTTP transport" matching MCP tools:

  • Check if the MCP transport is working. Receives a ping and responds with pong to confirm connectivity.
    MIT
  • Confirm the MCP server is reachable with a simple connectivity check. Use this to verify server availability before using other tools.
    MIT
  • Tests OAuth token validation for HTTP/SSE MCP servers by sending requests with missing, invalid, and expired JWT tokens, flagging servers that accept unauthenticated or invalid requests.
    MIT
  • Discover available resources from an MCP server by specifying target and transport type. Use to inspect data and content exposed by target servers for debugging and integration purposes.
    MIT
  • Test and interact with MCP servers by connecting via HTTP or stdio transport, listing available tools, and calling tools from within a Strands Agent.
    Apache 2.0

Matching MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    Demonstrates how to create a simple MCP server with streamable HTTP transport, featuring tools, prompts, and resources.
    4
  • F
    license
    -
    quality
    D
    maintenance
    A lightweight HTTP transport module that provides a simple interface for sending and receiving MCP (Message Control Protocol) messages over HTTP.

Matching MCP Connectors