In-depth architectural comparison of the Roz MCP and Wcagc MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Roz MCP
Biology & Bioinformatics · Local stdio
Quality: 45/100 (Fair) | Auth: No auth required
Wcagc MCP
Biology & Bioinformatics · Local stdio
Quality: 61/100 (Good) | Auth: API Key required
Verdict Summary: Choose Roz MCP if you need specialized Biology & Bioinformatics tools running via a local process. Choose Wcagc MCP if your workspace requires Biology & Bioinformatics integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Roz MCP when:
You need dedicated capabilities in the Biology & Bioinformatics domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
Roslyn-powered C# code navigation, blast-radius analysis, and verified edits for coding agents.
Deterministic axe-core accessibility scanning (WCAG 2.1 AA, EN 301 549, PDF/UA) through a wcagc account: scan any public URL or PDF, crawl a whole registered site, replay saved multi-step journeys, and read violation trends. Returns structured findings — rule, severity counts and the success criteria involved — so the assistant reasons over real results rather than guessing from markup. Every scan result carries an automated-coverage disclaimer instead of a score or a pass/fail verdict. Hosted at https://mcp.wcagc.com/mcp, or run it locally with npx -y @wcagc/mcp.
Category & Scope
Tools & Capabilities Breakdown
Roz MCP Tools (20)
find_symbol
Find a symbol by name, FQN, or arity-disambiguated name (e.g. `Processor<,>`).
get_symbols_overview
List a type's members.
go_to_definition
Resolve a cursor to its definition.
find_overloads
List all overloads of a method (batchable by name or location).
analyze_method
Method signature plus inbound callers and outbound in-solution callees grouped by target.
find_references
Find usages with `referenceKinds=all\
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Roz MCP is categorized under Biology & Bioinformatics and uses a local stdio subprocess. In contrast, Wcagc MCP belongs to Biology & Bioinformatics using local stdio subprocess. Select Roz MCP when you need capabilities focused on biology & bioinformatics and Wcagc MCP when you require tools for biology & bioinformatics.
Interface/abstract members → overrides; classes/interfaces → derived/implementing types.
analyze_change_impact
Blast radius of a proposed change (`TypeChange`/`RemoveSymbol`/`AccessibilityNarrow`/`SignatureChange`); each site tagged compatible/requires-update/unsafe; `newSignature` upgrades `SignatureChange` to per-argument classification via overload resolution.
get_type_hierarchy
Base types, derived types, implemented interfaces (batchable).
get_diagnostics
Compiler + analyzer diagnostics with code-fix hints. `incremental=true` surfaces only new issues vs a captured baseline.
get_workspace_info
Solution and project metadata; `reload=true` refreshes from disk.
get_unused_references
Detect unused `ProjectReference` (confident) or `PackageReference` (weak signal).
+8 more tools listed on main page
Wcagc MCP Tools (7)
scan_url
Scan any public URL, or a registered site for full tracking (Pro+).
check_pdf
Run a PDF/UA-1 structure check on a public PDF.
list_sites
List the account's registered sites.
scan_site
Crawl and scan every reachable page of a registered site.
get_root_causes
Group a run's repeated DOM patterns and return factual element/page blast radius.
run_journey
Replay a saved multi-step journey and check each step.