← brunosan.de
INDIVIDUAL MCP TOOL
adtech_regulatory_watch
Return canonical regulatory_enforcement events and their evidence.
LIVE ENDPOINT
https://adtech.mcp.brunosan.de/mcp
Connect to this endpoint to inspect the live schema for adtech_regulatory_watch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.brunosan-adtech-intelligence]
url = "https://adtech.mcp.brunosan.de/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"brunosan-adtech-intelligence": {
"type": "http",
"url": "https://adtech.mcp.brunosan.de/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: brunosan-adtech-intelligence
Remote MCP URL: https://adtech.mcp.brunosan.de/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"brunosan-adtech-intelligence": {
"url": "https://adtech.mcp.brunosan.de/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"brunosan-adtech-intelligence": {
"type": "http",
"url": "https://adtech.mcp.brunosan.de/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "brunosan-adtech-intelligence",
"transport": "streamable-http",
"url": "https://adtech.mcp.brunosan.de/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
adtech_daily_brief— Return a validated adtech-brief-v2 document or selected canonical sections.adtech_search— Search articles; attach only V2 assessments, events and evidence when relations exist.adtech_top_clusters— Compatibility tool name; returns canonical evt_* objects, never legacy clusters.adtech_segment_radar— Return segment activity for the validated current V2 snapshot.adtech_entity_intel— Return canonical company metadata and explicit V2 event/article/evidence relations.adtech_entity_graph— Build a graph only from explicit entities connected by the same canonical event.adtech_power_shift— Return an explicit unavailable state until comparable V2 snapshots exist.adtech_deal_tracker— Return deal-like V2 events with disclosed currency semantics; never infer USD values.