Basic Network Data Query Tool
About
Core network security data includes PassiveDNS resolution records, domain and IP registration details, website certificate information, and IOC (Indicators of Compromise) database queries.
Details
- Author
- qax-xlab
- Downloads
- 274
- Categories
- Search, Security
Jump to
- Queries PassiveDNS records (flint rrset and rdata)
- Retrieves historical WHOIS registration information
- Looks up digital certificate details for domains
- Queries XLab’s IOC database for threat indicators
- Supports wildcard queries for subdomain searches
- Trial version available; throttles under high concurrency
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Basic Network Data Query ToolCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Connect to the remote MCP service at https://fdp.qianxin.com/mcp/v1/basic/mcp/ using streamable-http transport. For the official version, include the fdp-access and fdp-secret HTTP headers (obtained from QiAnXin XLab). The README shows integration examples with smolagents and Claude Desktop via mcp-remote proxy.
flint_rrset
查询 PassiveDNS 中的 flint rrset 数据。 flint rrset 是用于查询特定域名和记录类型的资源记录集(Resource Record Set,简称 RRset)。 如果想要查询子域名的 rrset,可以使用通配符形式,比如:*.example.com,就会返回 examle.com 子域名的 flint rrset 记录。
flint_rdata
查询 PassiveDNS 中的 flint rdata 数据。 通过 rdata 反向查询 DNS 响应的 rrset 中的记录数据。
whois_domain_history
查询域名的 whois 注册信息
certdb_domain
查询某些域名的证书信息
ioc
查询威胁指标(IoC)数据库,这些指标可用于检测和应对潜在的安全威胁。
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"basic network data query tool": {
"fdp_basic": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://fdp.qianxin.com/mcp/v1/basic/mcp/"
]
}
}
}
}
McpServers
{
"fdp_basic": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://fdp.qianxin.com/mcp/v1/basic/mcp/"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

