Content Tools
blicht.com
Provides access to blicht.com's bilingual knowledge base on e-commerce, AI, and lifestyle, including site info, topic maps, full-text search, and article retrieval as Markdown.
ENDPOINT 1
https://blicht.com/mcp
MCP server metadata
- Name
- com.blicht/mcp
- Version
- 1.0.0
blicht.com is a bilingual (German/English) knowledge platform for e-commerce, AI and lifestyle by publisher Boaz Lichtenstein. All tools are free, public and read-only: get_site_info and list_topics return the site map, search_knowledge does full-text search across all content (cite the returned URLs), get_article fetches a full article as Markdown. For efficient page reads outside MCP, request site pages with 'Accept: text/markdown'.
Known tools 4
get_site_infoFacts about blicht.com, the bilingual (German/English) knowledge platform for e-commerce, AI and lifestyle: publisher, contact, entry points for further reading and how to fetch pages efficiently as Markdown.
Inferred read-onlylist_topicsThe content map of blicht.com: 3 sections (e-commerce, AI, lifestyle) with their fixed topics, each with a description and the URL of its overview page.
Inferred read-onlysearch_knowledgeFull-text search across all blicht.com content (articles, section and topic pages) in German or English.
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.com-blicht-mcp]
url = "https://blicht.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-blicht-mcp": {
"type": "http",
"url": "https://blicht.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-blicht-mcp
Remote MCP URL: https://blicht.com/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": {
"com-blicht-mcp": {
"url": "https://blicht.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-blicht-mcp": {
"type": "http",
"url": "https://blicht.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-blicht-mcp",
"transport": "streamable-http",
"url": "https://blicht.com/mcp"
}
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.