Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by dominic-codespoti • Uncategorized
A .NET 9.0 MCP server providing web search, content extraction, and code analysis tools for AI agents.
Perform web searches to retrieve relevant URLs.
Extract readable content from web pages.
Analyze C# code structure including classes, methods, and documentation.
This MCP server implements the Model Context Protocol using .NET 9.0 and exposes tools such as web search via DuckDuckGo, content extraction from web pages, and C# code analysis. It is designed to improve developer productivity by enabling AI agents and clients to access these capabilities easily. The server is extensible, allowing developers to add new tools by defining static methods with specific attributes. It leverages the official ModelContextProtocol C# SDK and supports integration with external services through dependency injection.