Skip to main content
Glama
470,690 tools. Updated 2026-08-23 10:23

"Creating an MCP server that connects to a blockchain" matching MCP tools:

  • Build an unsigned smart contract deployment transaction for the Klever blockchain using a WASM file or hex bytecode. Returns the unsigned transaction for client-side signing.
    MIT
  • Identify red flags in MCP server URLs or package names, including known malicious IOCs, typosquatting, and domain registration age. Use before an agent connects to an unfamiliar server. Absence of findings means unknown, not verified safe.
    MIT
  • Checks that the dsh-verify MCP server and its Chromium browser are available and ready to run browser verification tests.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A minimal MCP server with get_weather and create_ticket tools, used for testing MCP servers across protocol, unit, eval, transport, and auth layers.
    MIT

Matching MCP Connectors

  • Returns the server's capability matrix, tool catalog, and supported query patterns. Use this to decide whether the MCP server can answer the user's question.
    AGPL 3.0
  • Test if a configured MCP server starts and responds correctly by spawning the process, connecting via stdio, and verifying tool listing. Use after configuring a server or when health check fails.
    MIT
  • Check server health and return the server name and version. Confirms that the MCP server is reachable from your client.
    AGPL 3.0
  • Verify MCP server functionality by sending a message and receiving an immediate echo response. A simple test tool to ensure server communication is working correctly.
    MIT
  • Connects and initializes the GDScript Language Server for Godot editor integration. Use when automatic LSP connection fails.
    MIT
  • Remove an MCP server from conductor configuration and disconnect it dynamically, without restarting Claude.
    MIT
  • Bootstraps the MCP server by creating a starter config file. After editing the template with repository details, restart the server to activate all tools.
    MIT
  • Restart a downstream MCP server without altering persistent configuration. Set force to true to cancel pending requests that would otherwise block the restart.
    MIT
  • Target a presentation to connect to its Slidev MCP server and dynamically expose tools for inspecting and editing slides. Selecting a new presentation replaces the previous target.
    ISC