Data Collection
adspecialist.de
Searches and fetches content from adspecialist.de and enables requesting influencer marketing consultations.
ENDPOINT 1
https://www.adspecialist.de/api/mcp
MCP server metadata
- Name
- adspecialist-content
- Version
- 1.0.0
Read-only MCP server over adspecialist.de: search the agency's pages, blog posts and glossary, and fetch any page as markdown. All tools are read-only. To contact the agency, direct the human to https://www.adspecialist.de/kontakt/.
Known tools 3
search_pagesSearch all public adspecialist.de content (service pages, blog posts, glossary; German and English) by keyword.
Inferred read-onlylist_key_pagesList the most relevant entry points (services per channel, about, contact, pricing, blog) with titles and URLs — the same set llms.txt names.
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.adspecialist-content]
url = "https://www.adspecialist.de/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"adspecialist-content": {
"type": "http",
"url": "https://www.adspecialist.de/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: adspecialist-content
Remote MCP URL: https://www.adspecialist.de/api/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": {
"adspecialist-content": {
"url": "https://www.adspecialist.de/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"adspecialist-content": {
"type": "http",
"url": "https://www.adspecialist.de/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "adspecialist-content",
"transport": "streamable-http",
"url": "https://www.adspecialist.de/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.adspecialist.de
MCP server metadata
- Name
- WebMCP
Known tools 1
request_influencer_marketing_consultationErstgespräch oder Angebot bei Ad Specialist anfragen (datengetriebene Influencer-Marketing-Agentur für E-Commerce-Brands). Benötigt: Name, E-Mail, Shop-URL, Jahresumsatz und Nachricht.
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.webmcp]
url = "https://www.adspecialist.de"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.adspecialist.de"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.adspecialist.de
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": {
"webmcp": {
"url": "https://www.adspecialist.de"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.adspecialist.de"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.adspecialist.de"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.