aoc-mcp
If you are the rightful owner of aoc-mcp 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.
MCP server to interact with the Advent of Code website.
The Advent of Code MCP Server is designed to facilitate interactions with the Advent of Code website, primarily for educational purposes. It aims to streamline the process of solving puzzles by providing a simplified interface for users to access their progress and other relevant data. The server can be particularly useful for those looking to automate or enhance their puzzle-solving workflow. While the server itself offers basic functionalities, it is recommended to build a self-submitting app around solutions for more efficient operations.
Features
- Simplifies interactions with the Advent of Code website.
- Enhances puzzle-solving workflow.
- Provides an interface to access user progress.
- Facilitates educational purposes.
- Supports automation of puzzle-solving tasks.
Tools
GetAocProgress
Gets star count for a specified Advent of Code year. Parameters:
year
(int). Returns:Stars
(int).