DS4AI MCP
DS4AI MCP 服务器
DS4AI,即 Design Suite for AI,来自 Polymathie-Studio 的聚合端点。它以可调用的 MCP 工具形式提供整个套件,因此与 AI 协作的人可以通过其代理访问一致性审计器和生成器,而无需调用函数。与指向规范来源的 @proof-of-coord 标准服务器不同,此服务器运行这些原语,并且由于它是进程而非浏览器,因此它可以获取 URL 并审计所提供的 HTML。
运行
无需构建步骤,无需全局安装,与其他服务器的运行方式相同:
deno run -A jsr:@polymathie/ds4ai或者通过 npm:npx @polymathie/ds4ai。它通过 stdio 进行 MCP 通信。
将其作为 stdio 服务器添加到 MCP 客户端(Claude Code、Cursor 等),该服务器的命令为 deno,参数为 run -A jsr:@polymathie/ds4ai。
Related MCP server: TrueSource GEO MCP Server
工具
audit_surface
{ url? , html? }:使用 MISSING 一致性审计器,对已发布的表面在全部六个隐形正确性维度上进行审计。提供 URL,它将获取并审计所提供的 HTML。它会声明静态检查无法判断的维度,而不是将其报告为无问题。generate_head、generate_jsonld、generate_sitemap、generate_robots、audit_findability(BEACON):可发现性 head 标签、JSON-LD、sitemap、robots.txt 以及深度可发现性审计。
generate_image_markup、generate_cache_config、audit_delivery(FLEET):响应式 image 和 picture 标记、按主机的缓存头配置,以及深度交付审计。
solve_palette、check_contrast(TEMPER):为某个模式求解完整调色板以达到对比度下限,并检查两种颜色之间的 WCAG 对比度。
每个结果都带有来源戳记,声明服务器和捆绑的原语版本。
资源
ds4ai://manifest:DS4AI 家族清单(以通用方式读取,因此它将清单作为其数据源进行跟踪)。ds4ai://agents:代理指令(AGENTS.md),因此已连接的代理可以自动获得组合套件的指令。ds4ai://standard:MISSING 标准。
构建方式
使用 MCP SDK 和 zod 模式构建的 TypeScript,带有来源戳记,遵循 @proof-of-coord 模式。零依赖原语(TEMPER、BEACON、FLEET 和 MISSING 一致性审计器)已捆绑在内,因此服务器是自包含的,每个工具都会戳记其捆绑的原语版本。发布到 JSR 的 @polymathie 下,并附带 npm bin。
安全性
URL 审计路径(audit_surface 获取实时 URL)按照防御性威胁模型构建,并在发布前针对服务端请求伪造、拒绝服务和资源耗尽攻击进行对抗性测试和加固。获取的内容被视为不受信任的输入:它会被解析,但绝不会被执行,并且获取器仅连接到经过验证的公共地址。该实现以 Apache-2.0 许可开放供审查。
DS4AI 的一部分
来自 Polymathie-Studio 的 DS4AI(即 Design Suite for AI)与 PT4AI 和 PC4AI 一起,加入提供给 AI 的语料库家族。这些工具和 MISSING 标准托管于 Polymathie-Studio。
许可证
服务器采用 Apache-2.0 许可。版权所有 2026 Regis Lloyd Chapman。请参阅 LICENSE 和 NOTICE。
捆绑的资源来自 Polymathie-Studio/missing 仓库,并保留其各自的许可证:resources/standard.md(MISSING 标准)采用 CC-BY-4.0 双重许可;清单和 AGENTS.md 采用 Apache-2.0。src/vendor/ 下的内置原语源代码采用 Apache-2.0,来自其工具仓库。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityBmaintenanceLets any AI agent audit any website for SEO, GEO/AEO, and speed problems, reporting issues and recommendations without modifying the site.4MIT- AlicenseAqualityDmaintenanceEnables AI assistants to audit websites for AI-readiness, generate AI-optimized robots.txt and llms.txt files, and create VibeTags for emotional AI brand resonance.412MIT
- AlicenseAqualityAmaintenanceEnables AI agents to check whether a public website is crawlable, understandable, and ready for AI search workflows through local-only audits of robots.txt, sitemaps, metadata, and llms.txt.3511MIT

SitePulsar MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceMeasures and improves how findable, readable, and usable a website is to AI answer engines and autonomous AI agents through hosted AEO audit tools.MIT
Related MCP Connectors
Generate 18 AI readiness files (llms.txt, ai.txt, RAG indexes, schema) for any website.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Scan URLs for WCAG 2.1 violations, generate AI fixes, and produce VPAT 2.5 compliance reports.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Polymathie-Studio/ds4ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server