INDIVIDUAL MCP TOOL
list_sections
The 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.
LIVE ENDPOINT
https://dflop.top/mcp
Connect to this endpoint to inspect the live schema for list_sections and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.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.
Related tools
search_content— Search 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.get_content— Return one published article's full Markdown body, metadata and its translations.