Back to Browse

Inclusify Plugin MCP Server

Developer ToolsLow Risk8.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Accessibility and WCAG data for your own websites: fix lists, live checks, and fix validation.

About

Accessibility and WCAG data for your own websites: fix lists, live checks, and fix validation.

Remote endpoints: streamable-http: https://app.inclusifyapp.com/api/mcp/customer

Security Report

8.0
Low Risk8.0Low Risk

Remote MCP endpoint verified (392ms response). 3 trust signals: valid MCP protocol, requires auth, registry import. No security issues detected.

Endpoint verified · Requires authentication · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Remote servers are capped at 8.0 because source code is not available for review. The score reflects endpoint verification only.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "com-inclusifyapp-inclusify": {
      "url": "https://app.inclusifyapp.com/api/mcp/customer"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Inclusify for AI agents

Connect your AI assistant to Inclusify and ask about the accessibility of your own websites: what is failing, where it lives in your source, and whether the fix you just wrote actually fixes it.

This repository is the install surface — the plugin manifests, the registry entry and one skill. The MCP server itself runs at https://app.inclusifyapp.com/api/mcp/customer and is not open source.

Install

CursorAdd to Cursor, or install the Inclusify plugin from the Cursor marketplace.

Claude Code

claude mcp add --transport http inclusify https://app.inclusifyapp.com/api/mcp/customer

Or install this repository as a plugin marketplace, which brings the skill with it:

/plugin marketplace add magebitcom/inclusify-plugin

Gemini CLI

gemini extensions install https://github.com/magebitcom/inclusify-plugin

Everything else — Claude web and desktop, ChatGPT, VS Code, Windsurf, Continue and the rest are one URL each. The exact file and field name per client are documented at inclusifyapp.com/docs/integrations/mcp.

First connection

Your client registers itself and opens a browser tab. You sign in to Inclusify or create an account; if you have no organisation yet you are asked to name one, which is your workspace. A consent screen shows what the client gets — your basic profile and email address, nothing else. No API key is involved anywhere.

What you need for it to say anything useful

  • The website has to be in your Inclusify account. Asking about a domain you have not added returns "no website by that name here" rather than scanning a stranger's site.
  • The tools work per website on the Pro plan. Account-wide questions across every site need Enterprise on at least one website.
  • A site that has never been scanned has no score yet.

What it can do

Twenty-two tools: where a site stands, the fix list with the strings to grep for in your own templates, live keyboard and screen-reader checks, rendering under forced colours and 400% zoom, alt-text review, checking a fix before you deploy it, and a pass/fail gate for CI.

They are the same tools on every client. Each one, along with what it deliberately does not know and the two allowances that bound the live checks, is documented on the page linked above — the reference lives in one place on purpose, so this README does not restate it.

The skill

skills/accessibility-fix-loop teaches the loop that actually resolves issues rather than silencing them: read the fix list, grep your source for the strings it hands you, validate the markup before deploying, then confirm against a later scan. It also tells the assistant to take a masked verdict seriously — aria-hidden, display: none and swapping a button for a div all make a scanner go quiet while leaving the barrier in place.

Contributing

Issues and pull requests on the manifests, the skill and the docs are welcome. Problems with the server itself, your account or your billing go to support@inclusifyapp.com.

Licence

MIT, see LICENSE. The Inclusify name and logo are trademarks of Magebit.

Reviews

No reviews yet

Be the first to review this server!