@dataify-server

@dataify-server/dataify-mcp

ClawHub bundle plugin for Dataify remote MCP tools.

当前版本
v0.1.0
bundle-plugin社区source-linked

Dataify MCP

Chinese README

Dataify MCP connects OpenClaw and other MCP clients to Dataify's remote data tools: web unlocking, SERP search, scraper task submission, task status, account usage, and credit/balance queries.

This package is a ClawHub bundle plugin. It does not execute local code. It registers the remote Dataify MCP server and adds guidance for when agents should use Dataify tools.

Install

openclaw plugins install clawhub:@dataify-server/dataify-mcp

Then configure your Dataify API token:

export DATAIFY_API_TOKEN="your_dataify_api_token"

Restart OpenClaw or the MCP host after changing environment variables.

MCP Server

The plugin registers the dataify MCP server:

mcp_servers:
  dataify:
    url: "https://mcp.dataify.com/mcp?token=${DATAIFY_API_TOKEN}"
    enabled: true

If your Dataify MCP endpoint is different, update .mcp.json before publishing or installing the bundle.

What You Can Do

  • Unlock and render public web pages as HTML or PNG screenshots.
  • Search Google, Bing, Yandex, and DuckDuckGo result data.
  • Retrieve Google News, Images, Maps, Flights, Jobs, Shopping, Trends, Play, Scholar, Finance, Hotels, Patents, and Lens data.
  • Retrieve Bing News, Images, Maps, Shopping, Videos, and Search data.
  • Submit and inspect Dataify scraper tasks for public sources such as Amazon, YouTube, TikTok, Instagram, Facebook, LinkedIn, Reddit, Walmart, Zillow, Google Maps, Google Play, Glassdoor, Indeed, Crunchbase, Airbnb, Booking, and eBay.
  • Query Dataify task status, task statistics, products, tool pricing, balance, user info, API keys, and credit usage.

Representative Tools

The remote server exposes a large MCP tool catalog. Common tools include:

ToolPurpose
request_web_unlockerUnlock a URL and return rendered HTML or a PNG screenshot.
google_searchRetrieve Google Search results with locale, language, device, cache, and rendering options.
google_mapsRetrieve Google Maps place/search results.
google_newsRetrieve Google News results and topic/publication/story data.
google_imagesRetrieve Google Images search results.
google_lensRun image-based Google Lens searches.
bing_searchRetrieve Bing Search results.
bing_newsRetrieve Bing News results.
duckduckgo_searchRetrieve DuckDuckGo search results.
yandex_searchRetrieve Yandex search results.
query_common_collection_api_task_statusQuery Dataify collection task status and usage.
query_common_collection_api_statisticsQuery Dataify collection statistics.
query_scraper_and_serp_tasksQuery scraper and SERP task lists.
query_scraper_and_serp_productsQuery available scraper and SERP products.
query_scraper_and_serp_product_toolsQuery tool lists and credit prices by product.
query_user_balanceQuery remaining balance or credits.
query_user_infoQuery Dataify account information.
query_user_api_keysQuery API keys for the current account.
query_user_credit_usageQuery daily credit usage.

Authentication

Dataify MCP uses a Dataify API token in the MCP endpoint URL:

https://mcp.dataify.com/mcp?token=${DATAIFY_API_TOKEN}

Treat this token like a password:

  • Do not commit real token values to Git.
  • Do not paste token values into public prompts, screenshots, tickets, or logs.
  • Prefer environment variables or your MCP host's secret storage.
  • Rotate the token if it may have been exposed.

Credits And Remote Work

Some Dataify tools may consume account credits or submit asynchronous remote collection tasks. Use the smallest relevant tool for the user's goal and check account usage with query_user_balance or query_user_credit_usage when cost matters.

Manual MCP Configuration

For MCP clients that do not install ClawHub bundles, configure the remote server manually:

{
  "mcpServers": {
    "dataify": {
      "type": "http",
      "transport": "streamable-http",
      "url": "https://mcp.dataify.com/mcp?token=${DATAIFY_API_TOKEN}"
    }
  }
}

Requirements

  • A Dataify account and API token.
  • Network access to the Dataify MCP endpoint.
  • An MCP host that supports remote Streamable HTTP MCP servers and environment variable interpolation in URLs.

Publishing Checklist

ClawHub requires plugin releases to include openclaw.plugin.json and source repository attribution. Publish from a public GitHub-backed checkout when possible, or pass explicit source metadata with the CLI.

clawhub package publish ./clawhub-package-preview \
  --family bundle-plugin \
  --source-repo <public-owner/public-repo> \
  --source-commit <exact-commit-sha> \
  --source-ref <branch-or-tag> \
  --source-path clawhub-package-preview \
  --dry-run

After the dry run is clean, run the same command without --dry-run.

The source commit should be the commit that contains this bundle's current README.md, package.json, openclaw.plugin.json, .mcp.json, .claude-plugin/plugin.json, and skills/dataify-mcp/SKILL.md.

Support

Create a Dataify account or manage API tokens at:

https://www.dataify.com/dashboard

源码与版本

源码仓库

dataify-server/plugin

打开仓库

源码提交

2e55cb741f82695f614d64c381c8aa40e0c6c59b

查看提交

安装命令

openclaw plugins install clawhub:@dataify-server/dataify-mcp

元数据

  • 包名: @dataify-server/dataify-mcp
  • 创建时间: 2026/06/06
  • 更新时间: 2026/06/06
  • 执行代码:
  • 源码标签: 2e55cb741f82695f614d64c381c8aa40e0c6c59b

兼容性

  • 构建于 OpenClaw: 2026.1
  • 插件 API 范围: 2026.1
  • 标签: latest
  • 文件数: 14