← dflop.top

INDIVIDUAL MCP TOOL

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.

dflop.topnone authenticationAvailability not checked

LIVE ENDPOINT

https://dflop.top/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_content and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

dflop.top

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

  • get_content — Return one published article's full Markdown body, metadata and its translations.
  • 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.