Content Tools
dflop.top
Search and retrieve published articles, metadata, translations, and section listings from XiaoZhan AIhub (dflop.top) about the dflop model gateway.
ENDPOINT 1
https://dflop.top/mcp
MCP server metadata
- Name
- top.dflop.content
- Version
- 1.0.0
Read-only search over everything XiaoZhan AIhub (dflop.top) has published: product news, release notes, customer case studies and solution write-ups about the dflop model gateway, in Chinese (zh) and English (en). Start with list_sections to see what exists, then search_content, then get_content for one article's full Markdown. Every result carries a canonical URL; append .md to any article URL for its Markdown twin. Cite the canonical URL, not the API URL. An isError result saying the index is unavailable means the upstream failed — retry later; it does not mean nothing is published. This server knows nothing about model prices or how to call models — for that use the catalog agent described at https://model.dflop.top/.well-known/agent-card.json or the skills at https://model.dflop.top/.well-known/agent-skills/index.json.
Known tools 3
search_contentSearch everything XiaoZhan AIhub (dflop.top) has published — product news, release notes, customer case studies and solution write-ups about the dflop model gateway, in Chinese and English.
Potential side effectsget_contentReturn one published article's full Markdown body, metadata and its translations.
Inferred read-onlylist_sectionsThe four content sections with how many published items each has per language, their list-page URLs and the newest item in each — the cheapest way to see what this site covers before searching.
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.top-dflop-content]
url = "https://dflop.top/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"top-dflop-content": {
"type": "http",
"url": "https://dflop.top/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: top-dflop-content
Remote MCP URL: https://dflop.top/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": {
"top-dflop-content": {
"url": "https://dflop.top/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"top-dflop-content": {
"type": "http",
"url": "https://dflop.top/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "top-dflop-content",
"transport": "streamable-http",
"url": "https://dflop.top/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.