Exposes developer productivity tools via an MCP server, offering web search, content extraction, and code analysis capabilities to AI agents and clients.
This project implements a Model Context Protocol (MCP) server in .NET 9.0, designed to enhance developer productivity by exposing a suite of helpful tools. It enables AI agents and clients to access capabilities such as comprehensive web search via DuckDuckGo, efficient content extraction for scraping readable text from web pages, and robust code analysis, currently supporting C# symbol extraction for structural details. Built with the official ModelContextProtocol C# SDK, this server is easy to integrate and extend, allowing developers to add custom functionalities like data access or external service integrations.