x402 Data Hub
An official Model Context Protocol (MCP) server that provides AI agents with native, real-time access to high-value developer datasets. Currently supports SaaS/AI pricing comparisons, trending developer discussions (V2EX), and real-time Base/Arbitrum gas rates. Free Open Beta is active.
README
🚀 x402 Data Hub — Model Context Protocol (MCP) Server
An official Model Context Protocol (MCP) server that gives your AI agents (Claude Desktop, Cursor, Cline, etc.) native, real-time access to high-value developer datasets.
Instead of expensive monthly API subscriptions, agents pay exactly $0.01 USDC per query on the Base L2 network (completely bypassed during the Free Open Beta).
📊 Available Datasets & Tools
The server exposes three primary tools to your AI agent:
list_datasets: Displays the database index.get_free_dataset: Accesses daily-updated developer datasets:saas/ai-api-pricing: Live price-per-1M-tokens and context windows from OpenRouter (GPT-4o, Claude 3.5 Sonnet, Gemini Pro, DeepSeek V3, etc.).events/v2ex-hot-topics: Trending developer discussions and hot topics.
buy_premium_dataset: Accesses premium feeds:finance/gas-tracker: Live EVM gas prices (in Gwei) on Base and Arbitrum.
🛠️ Setup Guide (3-Step Installation)
Step 1: Install Dependencies
Ensure you have Python installed, then install the MCP library:
pip install mcp
Step 2: Download the Server
Clone the repository to your local machine:
git clone https://github.com/alexchai-dev/cloudflare-data-hub.git
Step 3: Add to your AI Client
A. Claude Desktop
Add the following configuration to your claude_desktop_config.json (usually located at %APPDATA%\Claude\claude_desktop_config.json on Windows or ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"x402-data-hub": {
"command": "python",
"args": [
"/path/to/cloudflare-data-hub/mcp_server.py"
]
}
}
}
(Replace /path/to/cloudflare-data-hub/mcp_server.py with the absolute path to your cloned repository).
B. Cursor IDE
- Open Cursor and go to Settings -> Models -> MCP.
- Click + Add New MCP Server.
- Fill in the fields:
- Name:
x402-data-hub - Type:
stdio - Command:
python /path/to/cloudflare-data-hub/mcp_server.py
- Name:
- Click Save.
🔵 Web3 Micro-payments & Open Beta
- Free Open Beta: Currently, the server is running with
BETA_MODE = True. You can query all datasets (including premium ones) using any dummy string as the transaction hash (tx_hash). - On-Chain Mode: When beta ends, agents unlock premium feeds by signing a transaction of 0.01 USDC to our treasury wallet (
0xB23B0d7d25113E991D2931Ca147677A5b5Da40E4) on Base L2 and passing thetx_hashto the tool.
📄 License
This project is open-source and licensed under the MIT License.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。