Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

aidesignblueprint/integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations/badges/score.svg)](https://glama.ai/mcp/servers/aidesignblueprint/integrations) 🐍 ☁️ - Read-only doctrine access for the Agentic AI Blueprint β€” the...

README.md

AI Design Blueprint Integrations

![smithery badge](https://smithery.ai/servers/zampognamichelangelo/aidesignblueprint) ![integrations MCP server](https://glama.ai/mcp/servers/aidesignblueprint/integrations)

Official integrations and installable doctrine for AI Design Blueprint across MCP, IDE rules, prompt files, and agent runtimes.

What is in this repo

  • shared/: cross-tool doctrine files
  • mcp/: public MCP configuration and usage notes
  • docs/setup/: copy-first setup guides by tool
  • cursor/, windsurf/, github-copilot/, gemini/: provider-specific instruction files
  • open-weights/: static prompt packs for open-weight and local model workflows
  • exports/: structured doctrine export

Public contract

Canonical public endpoints:

  • Site: https://aidesignblueprint.com
  • MCP: https://aidesignblueprint.com/mcp
  • Developer docs: https://aidesignblueprint.com/en/for-agents

Quick start

  1. Pick a setup guide in docs/setup/.
  2. Add the relevant file or MCP config to your own repository or client.
  3. If using MCP, initialize against https://aidesignblueprint.com/mcp.
  4. Run the first proof call:
  • clusters.list()
  1. Then run a second proof call:
  • examples.search(query="orchestration visibility steering", limit=3)

Public MCP tools

Public retrieval tools (anonymous-allowed, read-only)

  • principles.list(cluster?)
  • clusters.list()
  • principles.get(slug)
  • clusters.get(slug)
  • examples.get(slug)
  • principles.search(query, limit?)
  • examples.search(query, principle_ids?, difficulty?, library?, limit?)
  • assets.list()
  • guides.list()
  • guides.get(slug)
  • guides.search(query, limit?)

Public signal tools (anonymous-allowed, opt-in write)

  • signals.report(event_type, surface_used?, brief_context?, perceived_value?, workflow_stage?, would_recommend?, team_size?) β€” records a value moment; only offer after the user clearly expresses something was useful; never call automatically or silently
  • signals.feedback(task_type?, surface?, rating_clarity?, rating_usefulness?, what_helped?, what_missing?, would_use_again?, contact_email?, permission_to_follow_up?) β€” explicit qualitative feedback; only call when the user explicitly asks to leave feedback

Signal tools write only the structured fields you pass. No prompts, no code, no file contents are stored. See the privacy policy for full data-handling details.

Protected tools (authenticated, not part of anonymous setup path)

  • me.learning_path()
  • me.coaching_context()
  • architect.validate(implementation_context, ..., private_session?) β€” Pro/Teams; scores agentic code against the 10 principles; set private_session=true to skip the stored run for that call
  • design.validate(implementation_context, ..., private_session?) β€” Pro/Teams; the surface mirror: scores a rendered frontend artefact against the 8 experience-design laws (own weekly bucket)
  • spec.validate(implementation_context, ..., private_session?) β€” Pro/Teams; the what-to-build lens: scores a written specification against the 8 spec-quality laws (own weekly bucket)
  • team.summarize(days_back?, private_session?) β€” Pro/Teams; usage reflection and recommended next assets across all three validator lenses
  • me.add_evidence(course_slug, stage_id, note)

Feedback and value signal rules

  • Only call signals.report after the user has clearly expressed that something was useful. Never call automatically or silently. Offer at most once per session after a clear success signal.
  • Only call signals.feedback when the user explicitly asks to leave feedback. Never prompt for it proactively.
  • Never include proprietary code, file contents, or secrets in brief_context.

Governance badges

Show that your agent or repo follows the Blueprint doctrine.

Free badge β€” paste into your README.md (no account required):

[![AI Design Blueprint](https://aidesignblueprint.com/api/badge/free.svg)](https://aidesignblueprint.com)

Pro badge β€” run architect.validate() via the MCP. The response includes run_id, badge_url, and review_url:

[![AI Design Blueprint](https://aidesignblueprint.com/api/badge/run/<run_id>.svg)](https://aidesignblueprint.com/en/readiness-review/<run_id>)

The Pro badge displays your tier (Governed Β· X/Y or Reviewed Β· X/Y) and links to a public readiness review page. Requires a Pro or Beta account.

What is intentionally not here yet

  • no public OpenAPI schema
  • no public HTTP API contract beyond MCP and static assets
  • no CLI installer
  • no speculative partner-specific distributions

Source of truth

This repo is intended to mirror the canonical public contract already shipped on aidesignblueprint.com.

Before publishing changes here, verify:

  • /mcp
  • /llms.txt
  • /agent-assets/[slug]
  • /en/for-agents

remain consistent with the files committed in this repo.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.