Skip to main content
Glama
91,230 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

"Exploring "Node" - A Versatile Term with Various Interpretations" matching MCP servers:

GET /v1/servers – MCP directory API reference
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that offers arithmetic operations (addition and division) and current weather data from OpenWeatherMap. It serves as a learning project for building MCP servers with Node.js and TypeScript, supporting both stdio and Streamable HTTP transports.
    2 npm
    ISC
  • A
    license
    Not graded
    quality
    D
    maintenance
    A minimal Express-based MCP server that exposes a weather tool through HTTP endpoints, demonstrating how to implement the Model Context Protocol with streamable HTTP transport.
    2 npm
    ISC
  • F
    license
    Not graded
    quality
    C
    maintenance
    Exposes the getWeather and getTime tools over a stateless streamable-HTTP MCP endpoint at /mcp, so clients can look up weather for a location and the current time for a timezone through MCP tool calls. Running the same pure tool code as the app's OpenAPI surface, it lets you register the deployment as a remote MCP tool and compare MCP against custom-OpenAPI integration.
    -
  • F
    license
    A
    quality
    C
    maintenance
    Enables language models to fetch weather forecasts for Israeli cities by automating a real browser with Playwright to interact with weather2day.co.il, including entering a city, selecting it from autocomplete, and extracting the forecast content.
    4
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides weather information tools including alerts for US states and forecasts by coordinates using the National Weather Service API. Uses streamable HTTP transport for scalable, multi-session connections.
    1 npm
    ISC
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI models to access external services including weather data, file system operations, and SQLite database interactions through a standardized JSON-RPC interface. Features production-ready architecture with security, rate limiting, and comprehensive error handling.
    221 npm
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server exposing three tools — a read-only PostgreSQL commerce database, a live weather API, and a calculator — behind a real MCP protocol client/server boundary. It enables natural-language questions that combine database and weather data, with real-time streaming of tool calls and model error recovery.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A demo MCP server that enables users to interact with various tools through natural language, including note management, weather queries, calculations, file operations, and shell commands. Uses Ollama for intent detection and structured command parsing from free text input.
    -
  • A
    license
    A
    quality
    C
    maintenance
    Enables interactive access to JAXA's satellite observation data (precipitation, land surface temperature, NDVI, elevation, soil moisture) via Claude, providing tools for point time series, dataset information, and area image generation.
    4
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides current weather information for Japanese cities using the Open-Meteo API. A sample MCP server built with FastAPI_MCP to demonstrate integrating MCP with FastAPI.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables users to check weather conditions using Open-Meteo's free API with GitHub OAuth authentication and personalized location management. Users can save custom location labels (like 'home' or 'office') and query weather using these convenient shortcuts.
    10 npm
    11
    MIT