Skip to main content
Glama
524,441 tools. Updated 2026-09-06 15:49

"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
    Not graded
    quality
    D
    maintenance
    Demonstrates how to create a simple MCP server with streamable HTTP transport, featuring tools, prompts, and resources.
    4
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables managing local Markdown notes by creating, viewing, listing, and searching notes and their contents through MCP tools.
    -

Matching MCP Connectors

  • Simple GPT: A simple floating widget allows you to access the AI assistant immediately from.

  • Transport Feeds MCP.

  • Inspect TLS certificates of MCP servers using HTTP/SSE transport to detect insecure configurations such as unencrypted HTTP, untrusted or expired certificates, weak signatures, and short keys.
    MIT
  • Discover available prompt templates from a target MCP server by specifying its location and transport type. Use this to explore what prompts a server provides for integration or testing purposes.
    MIT
  • Execute tools on MCP servers by specifying target server, transport type, tool name, and arguments to invoke functionality and retrieve responses.
    MIT
    Destructive
  • Establish a connection to a target MCP server for testing purposes using stdio or HTTP transport protocols. Verifies connectivity and returns detailed connection state information.
    MIT
  • Connect to another MCP server using stdio transport. Establish inter-server communication for bridging MCP environments.
    -
  • Verify MCP transport with a simple echo: send a message, get 'pong' back. Works without API token or network, so it remains functional when Weeek credentials are missing or expired. Use it first.
    MIT