atlantis-mcp-server

ProjectAtlantis-dev/atlantis-mcp-server

3.3

If you are the rightful owner of atlantis-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Project Atlantis is an experimental platform that leverages the Model Context Protocol (MCP) to provide agentic capabilities to bots, allowing for local control and dynamic function management.

Tools

Functions exposed to the LLM to take actions

get_weather

Get current weather and forecast for a specified location

Parameters: location: Location name, e.g., "Beijing", "New York", "Tokyo" api_key: OpenWeatherMap API key (optional, will read from environment variable if not provided) timezone_offset: Timezone offset in hours, e.g., 8 for Beijing, -4 for New York. Default is 0 (UTC time)

Returns: Dictionary containing today's and tomorrow's weather forecast

get_current_weather

Get current weather for a specified location

Parameters: location: Location name, e.g., "Beijing", "New York", "Tokyo" api_key: OpenWeatherMap API key (optional, will read from environment variable if not provided) timezone_offset: Timezone offset in hours, e.g., 8 for Beijing, -4 for New York. Default is 0 (UTC time)

Returns: Current weather information

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources