Data Market
About
| 类别 | 数量 | 示例 | 定价 | |------|------|------|------| | 天气/气候 | 2 | 全球天气日报、10年历史天气 | $0.50-$2.00 | | 金融/市场 | 3 | 汇率、加密货币、股指 | $0.30-$0.50 | | 参考数据 | 3 | 国家代码、单位换算、时区 | $0.05-$0.20 | | 代码/开发 | 2 | HTTP 状态码、MIME 类型 | $0.05-$0.10 | | 知识库 | 1 | 科技缩写解释 | $0.20 |
Details
- Author
- al157
- Downloads
- 227
Jump to
- Cloudflare 账号
- 加密钱包 (接收 USDC)
- 测试网 USDC (base-sepolia) — Circle Faucet
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
Data MarketCommand (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
The README includes setup instructions such as npx wrangler r2 bucket create data-market-files.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"data market": {
"data-market": {
"command": "npx",
"args": [
"wrangler",
"r2",
"bucket",
"create",
"data-market-files"
]
}
}
}
}
McpServers
{
"data-market": {
"command": "npx",
"args": [
"wrangler",
"r2",
"bucket",
"create",
"data-market-files"
]
}
}
Data Market — AI Agent 结构化数据集市场
通过 x402 协议向 AI Agent 按次售卖结构化公开数据集。
产品定位
结构化公开数据集汇总 (Curated Public Datasets)
| 类别 | 数量 | 示例 | 定价 |
|------|------|------|------|
| 天气/气候 | 2 | 全球天气日报、10年历史天气 | $0.50-$2.00 |
| 金融/市场 | 3 | 汇率、加密货币、股指 | $0.30-$0.50 |
| 参考数据 | 3 | 国家代码、单位换算、时区 | $0.05-$0.20 |
| 代码/开发 | 2 | HTTP 状态码、MIME 类型 | $0.05-$0.10 |
| 知识库 | 1 | 科技缩写解释 | $0.20 |
AI Agent Reach (Agent 发现机制)
AI Agent 通过以下方式发现和购买数据:
| 端点 | 类型 | 说明 |
|------|------|------|
| GET /llms.txt | 文本 | LLM 可读的数据目录索引 |
| GET /.well-known/ai.json | JSON-LD | Schema.org DataCatalog 描述 |
| GET /mcp.json | JSON | MCP Server Manifest (modelcontextprotocol) |
| GET /openapi.json | JSON | OpenAPI 3.1 规范 |
| MCP paidTool | 协议 | via agents SDK withX402 |
部署
前置条件
- Cloudflare 账号 - 加密钱包 (接收 USDC) - 测试网 USDC (base-sepolia) — Circle Faucet快速开始
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


