This website runs its own MCP server.
The short answer: at https://www.bracharz.com/mcp a Model Context Protocol server offers six free read-only tools. AI assistants such as Claude or ChatGPT can query the current KMU.DIGITAL funding status, run the cookie banner check and the BaFG check right inside a conversation, run a live GEO scan of any website, search this site, and fetch the contact details. No sign-up, no cookies, no tracking.
Why this page exists: a consultancy that advises companies on AI visibility should run its own website as the reference. This server is the working example of what agent readiness means in practice.
How to connect your assistant
One command is enough.
Claude Code (terminal)
claude mcp add --transport http \
bracharz-tools \
https://www.bracharz.com/mcp
The six tools are then available in every Claude Code session.
claude.ai and other MCP clients
Endpoint (Streamable HTTP):
https://www.bracharz.com/mcp
Authentication: none
On claude.ai, add it under Settings, Connectors as a custom connector. Any client that speaks Streamable HTTP works.
The tools
6 tools, all read-only.
| Tool | What it returns | Based on |
|---|---|---|
| kmu_digital_foerderstatus | Current funding rates and budget signal of the Austrian KMU.DIGITAL funding programme, including an as-of date. | Daily-checked data behind the funding check |
| cookie_banner_check | Whether a website needs a cookie banner, with a banner-free alternative for each technique. | Same logic as the cookie banner check (section 165(3) TKG 2021) |
| bafg_check | Applicability check for the Austrian Accessibility Act with obligations, deadlines and statute citations. | Same logic as the BaFG check (BGBl. I No. 76/2023) |
| geo_scan | Live scan of any website for AI readability: score 0 to 100 from 9 checks plus an agent-readiness bonus. | Same logic as the GEO scan |
| website_suche | Full-text search across all public pages of this website, German and English. | The same search index that powers the site's command palette |
| kontakt_info | Contact details, practice areas and the booking link of Bracharz Consulting. | Imprint data |
For engineers and agents
The discovery chain.
AI agents do not need to read this page to find the server. The website publishes its machine interfaces through every common channel:
| Mechanism | Address |
|---|---|
| MCP endpoint | https://www.bracharz.com/mcp |
| Server card | /.well-known/mcp/server-card.json |
| Agent skills | /.well-known/agent-skills/index.json |
| API catalog (RFC 9727) | /.well-known/api-catalog |
| llms.txt | /llms.txt |
| WebMCP (in-browser) | navigator.modelContext, registered on every page |
| DNS (agent discovery draft) | TXT _index._agents.bracharz.com |
Under the hood: Streamable HTTP, JSON-RPC 2.0, stateless, CORS open. The server answers read requests only and stores nothing.
Should your website do this too?
It depends. For most SMEs the first step is not an MCP server but solid foundations: content AI assistants can cite, structured data, an llms.txt. Whether and when a machine interface of your own pays off is a question of business model, not fashion.
That order of operations is exactly what the GEO consulting covers: measure first, prioritise, then build. What this website demonstrates can be transferred to yours.
Book a first call, free of charge