MCPMarket
Sell SkillsPower Your AgentsConnect
  1. Home
  2. Servers
  3. Developer Tools

Developer Tools

dominic-codespotibydominic-codespoti
•
Developer Tools
Web Scraping & Data Collection

Exposes developer productivity tools via an MCP server, offering web search, content extraction, and code analysis capabilities to AI agents and clients.

Related MCPs

View more
  • neondatabase-labs

    Neon

    Enables natural language interaction with the Neon Management API and databases through the Model Context Protocol.

  • GLips

    Figma Context

    Provides AI coding agents with simplified Figma layout information via the Model Context Protocol.

  • 21st-dev

    Magic

    Generate modern UI components instantly from natural language descriptions within your IDE.

Related Skills

View all
  • openclaw

    Diagram Maker & Visualizer

    Generates professional SVG, HTML, and Excalidraw diagrams for software architecture, system flows, and educational concepts.

  • openclaw

    GH Issues Auto-Fixer

    Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.

  • openclaw

    Discord Integration

    Manages Discord operations including messaging, reactions, and channel management directly through Claude.

MCPMarket

Discover MCP servers that connect MCP clients like Claude and Cursor to your favorite tools. Browse the MCP Market to get started.

Browse

  • MCP Search
  • MCP Servers
  • MCP Clients
  • Agent Skills
  • MCP Market Hub
  • Categories
  • What is an MCP server?
  • Model Context Protocol

Rankings

  • Top MCPs Today
  • Top Agent Skills Today
  • Top 100 Agent Skills
  • Top 100 MCP Servers

About

  • News
  • Submit
  • Contact

© 2026 MCP Market. All rights reserved.·Privacy·Terms

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.

Key Features

01Distributed as a .NET Global Tool for simple installation and updates.
02Content Extraction Tool: Scrape and extract readable text from web pages.
03Code Analysis Tool: Analyze C# code symbols to extract structural details and documentation.
04Web Search Tool: Search the web for relevant URLs using DuckDuckGo.
05Extensible Architecture: Easily add new tools by decorating static methods with the `[McpServerTool]` attribute.
060 GitHub stars

Use Cases

01Automating content scraping for data processing or knowledge base creation.
02Assisting developers with automated code structure analysis and documentation extraction.
03Empowering AI agents with real-time web access and information extraction.