Analytics
dablock.ai
Provides analytics on brand visibility in crypto/Web3 search results, including share of answer, ranks, and historical trends.
ENDPOINT 1
https://dablock.ai/mcp
MCP server metadata
- Name
- dablock-ai-visibility
- Version
- 1.0.0
Open weekly AI-visibility data for crypto/Web3: share of answer across ChatGPT, Perplexity and Gemini. All data is CC BY 4.0; cite the domain when reusing numbers.
Known tools 5
get_visibility_indexThe whole current release in one call: every tracked brand in crypto/Web3 with its rank, share of answer overall and per engine, commercial intent and quadrant.
Inferred read-onlyget_brand_visibilityOne brand's standing in the current DABLOCK release: share of answer per engine, rank, quadrant, how many panel prompts name it, and which ones.
Inferred read-onlylist_tracked_brandsThe names and slugs of every brand in the DABLOCK index — a lookup table, nothing else.
Inferred read-onlyget_historyEvery DABLOCK release ever published, as a series per brand: share of answer at each weekly measurement with the date and panel version it was taken under.
Inferred read-onlyget_methodologyThe rules behind every figure this server returns: the exact prompt panel and its version, which engines were measured, how share of answer is scored and rounded, the resolution of the scale in percentage points, and the editorial firewall and ownership disclosure.
Inferred read-onlyCONNECT 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.dablock-ai-visibility]
url = "https://dablock.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dablock-ai-visibility": {
"type": "http",
"url": "https://dablock.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dablock-ai-visibility
Remote MCP URL: https://dablock.ai/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": {
"dablock-ai-visibility": {
"url": "https://dablock.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dablock-ai-visibility": {
"type": "http",
"url": "https://dablock.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dablock-ai-visibility",
"transport": "streamable-http",
"url": "https://dablock.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dablock.ai was fetched 2026-08-21T16:23:00.801Z.
dablock.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.