AI & Machine Learning
desvela.dev
Provides documentation and reference for Desvela's AI Brand Watch tool, including setup, input schemas, and webhook verification.
ENDPOINT 1
https://mcp.apify.com/?tools=desvela/brand-watch
Known tools 0
No tool metadata was available in the registry cache.
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.desvela-dev]
url = "https://mcp.apify.com/?tools=desvela/brand-watch"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"desvela-dev": {
"type": "http",
"url": "https://mcp.apify.com/?tools=desvela/brand-watch",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: desvela-dev
Remote MCP URL: https://mcp.apify.com/?tools=desvela/brand-watch
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"desvela-dev": {
"url": "https://mcp.apify.com/?tools=desvela/brand-watch",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"desvela-dev": {
"type": "http",
"url": "https://mcp.apify.com/?tools=desvela/brand-watch",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "desvela-dev bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "desvela-dev",
"transport": "streamable-http",
"url": "https://mcp.apify.com/?tools=desvela/brand-watch",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://registry.desvela.dev/mcp
MCP server metadata
- Name
- ai.desvela/registry
- Version
- 0.1.0
Known tools 3
preflightWhat a domain publishes for AI agents before you touch it: ai-catalog.json (ARD), llms.txt, agents.md, and its robots.txt directives for AI bots (GPTBot, ClaudeBot, Google-Extended…).
Inferred read-onlywatchSubscribe to a domain: get a signed webhook (X-Desvela-Signature, HMAC-SHA256) when what it publishes for AI agents changes — ai-catalog.json entries added/changed/gone, llms.txt or agents.md edited or removed, robots.txt AI-bot directives changed.
Inferred read-onlysearchNatural-language search over what Desvela has indexed: agents, MCP servers, registries — the same index as POST /search.
Potential side effectsCONNECT 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.ai-desvela-registry]
url = "https://registry.desvela.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-desvela-registry": {
"type": "http",
"url": "https://registry.desvela.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-desvela-registry
Remote MCP URL: https://registry.desvela.dev/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": {
"ai-desvela-registry": {
"url": "https://registry.desvela.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-desvela-registry": {
"type": "http",
"url": "https://registry.desvela.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-desvela-registry",
"transport": "streamable-http",
"url": "https://registry.desvela.dev/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 apify.com was fetched 2026-08-15T12:11:21.925Z.
apify.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.