MCP Comparison
Compare features, tools, and capabilities of these MCP servers side by side.
pageguard-mcp
pageguard-mcp is an MCP (Model Context Protocol) server that exposes PageGuard privacy compliance scanning as a set of tools for AI coding assistants. It enables seamless integration with Claude Code, Cursor, Windsurf, ChatGPT, and any MCP-compatible environment. The server supports local scans, live URL scans, and AI-generated privacy-related documents, helping developers identify tracking technologies, cookies, and third-party data processing, while also producing tailored privacy policies and compliance materials. With its straightforward MCP configuration and free local scanning capability, pageguard-mcp is designed to empower teams to maintain privacy compliance across their projects and websites.
mcp-server-with-spring-ai
mcp-server-with-spring-ai is a Spring Boot integrated MCP (Model Context Protocol) server example that showcases how to expose executable tools from an MCP server to clients (including LLMs) and how to wire a MCP client to consume those tools. The documentation explains MCP at a high level, outlines the three-layer MCP Java SDK architecture (Client/Server Layer, Session Layer, Transport Layer), and demonstrates two sample tools implemented in SellerAccountTools. This repo emphasizes how an MCP server can connect to external data sources (e.g., a PostgreSQL DB) and expose tools that an AI model can invoke to retrieve data, with the example illustrating tool invocation and automatic tool selection by prompts.
| Feature | pageguard-mcp | mcp-server-with-spring-ai |
|---|---|---|
| Verified | ||
| Official | ||
| Tools Available | 3 | 2 |
| Has Installation Guide | ||
| Has Examples | ||
| Website | ||
| Source Code |
- pageguard_scan_local
- pageguard_scan_url
- pageguard_generate_docs
- getAccountByName
- getAccountByOwner
Can't decide? Check out both MCP servers for more details.