ENTWICKLER-DOKUMENTATION · BETA
Braceo MCP-Server
Frag deine AI-Visibility-Daten direkt aus Claude Desktop, Cursor, Continue oder anderen MCP-Clients ab. Kein eigener API-Wrapper nötig.
Was ist MCP?
Model Context Protocol (Anthropic, 2025) — der Open-Standard, mit dem AI-Apps externe Daten/Tools sicher abrufen. Wenn du Claude Desktop nutzt, nutzt du bereits MCP. Braceo bietet einen MCP-Server, sodass Claude direkt auf deine Visibility-Daten zugreifen kann.
Endpoint
https://braceo.tech/api/mcp
Verfügbare Tools
get_visibility_scoreAktueller Visibility-Score (0-100) über alle 6 Plattformen
list_keywordsAlle gemonitorten Keywords mit Mention-Counts + Visibility
get_recommendationsTop-priorisierte Action-Items aus Reddit/Quora/G2
compare_with_competitorSide-by-Side Visibility-Comparison vs. Wettbewerber
generate_keywordsAI-generierte Keyword-Vorschläge für deine Brand
Setup in Claude Desktop
Öffne deine claude_desktop_config.json und füge hinzu:
{
"mcpServers": {
"braceo": {
"url": "https://braceo.tech/api/mcp",
"auth": {
"type": "bearer",
"token": "YOUR_API_KEY_HERE"
}
}
}
}Beispiel-Anfrage in Claude
Du:
"Wie hat sich unser Visibility-Score auf personio.de in den letzten 4 Wochen entwickelt? Vergleich mit Top-3-Wettbewerber."
Claude (mit Braceo-MCP):
Ruft `get_visibility_score` und `compare_with_competitor` auf, analysiert Trends, antwortet mit konkreten Insights.
MCP-Beta verfügbar ab Business-Plan
Aktuell im Stub-Modus mit Mock-Daten. Real-Data-Mode mit deinem API-Key folgt im Mai 2026.
Pricing ansehen