Axcess
@sicxz
关于 Axcess
Paid MCP server that evaluates typography accessibility beyond what axe and Lighthouse catch. $0.05 USDC per evaluation via x402 on Base mainnet.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"axcess": {
"command": "npx",
"args": [
"mcp-remote",
"https://axcess-mcp-server.fly.dev/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Axcess?
Axcess is a paid MCP server that evaluates typography for accessibility issues beyond what automated scanners catch. It uses x402 micropayments (USDC on Base mainnet) and is designed for developers, designers, and accessibility auditors using MCP clients like Claude, Cursor, or AI agents.
How to use Axcess?
Connect as an MCP client: for Claude Desktop or Cursor, add to claude_desktop_config.json with "command": "npx" and "args": ["mcp-remote", "https://axcess-mcp-server.fly.dev/mcp"]. For programmatic use, install @x402/fetch and call the evaluate_typography tool. Use list_capabilities (free) to explore available tools; each evaluate_typography evaluation costs $0.05 USDC.
Key features of Axcess
- Evaluates contrast ratio with font-weight context
- Checks minimum font size, line height, and line length
- Identifies all-caps, italic, and letter-spacing issues
- Analyzes text on gradient, image, or pattern backgrounds
- Reviews heading hierarchy and display type scaling
- Applies Bringhurst and Lupton design-craft rules
Use cases of Axcess
- Auditing hero section typography for both WCAG and design-craft compliance
- Checking body text readability for dyslexic users
- Evaluating multiple UI elements (buttons, labels, captions) in one batch request
- Generating a structured accessibility report with pass/fail verdict for a screen
FAQ from Axcess
What does Axcess catch that automated scanners miss?
Automated tools catch roughly 30% of WCAG failures and almost none of the design-judgment failures. Axcess evaluates contrast with font-weight context, line-height adequacy for dyslexia, and dozens of design-craft rules from Bringhurst and Lupton.
How much does Axcess cost?
list_capabilities is free. evaluate_typography costs $0.05 USDC per call, paid via the x402 protocol on Base mainnet (eip155:8453). An evaluate_accessibility tool ($0.10) is coming soon.
What are the runtime requirements?
Self-hosted locally: Node.js 18+, a USDC wallet on Base, and a free CDP API key. For hosted use, just configure your MCP client with the server URL. No additional dependencies are required on the client side.
Where does my data go?
Data is sent to the Axcess server for evaluation; the README does not describe retention or storage policies. For full control, you can self-host the server on Fly.io using the provided deployment guide.
How many elements can I evaluate in one request?
The evaluate_typography tool accepts 1–50 elements per call. Each element includes its type, font properties, colors, and optional context.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论