SchemaFetch MCP Server

SchemaFetch MCP Server

Enables AI agents to extract structured JSON data from web pages using presets or custom JSON schemas, with confidence scores and source snippets, paid per call via USDC on Base.

Category
访问服务器

README

SchemaFetch

Schema-constrained web extract for AI agents. Pass a URL + preset (or JSON schema), get structured JSON back with confidence and source snippets. Pay per call in USDC on Base via x402 — no API keys for buyers.

Separate product from ReceiptStamp. Reuses the same Cloudflare account, CDP facilitator keys, and Base payTo wallet; does not merge codebases.

Live (after deploy): https://schemafetch.panmediatech.workers.dev

API

Route Auth Purpose
GET /health free Liveness + preset list
GET /v1/sample?preset=contact free Fixed demo HTML extract
GET /v1/presets free Preset schemas
GET /openapi.json free OpenAPI doc
POST /x402/extract $0.02 USDC { "url", "preset" } or { "url", "schema" }
GET /x402/extract?url=&preset= $0.02 USDC Agentic.Market GET compatibility
POST /x402/extract/custom $0.04 USDC { "url", "schema" } only

Presets

saas_pricing · contact · team · product · faq

Example (after payment)

POST /x402/extract
{
  "url": "https://example.com/pricing",
  "preset": "saas_pricing"
}
{
  "data": {
    "plans": [{ "name": "Pro", "price": "$29 / mo", "period": "month", "features": [] }],
    "currency_hints": ["USD"]
  },
  "confidence": 0.7,
  "sources": [{ "field": "plans", "quote": "..." }],
  "fetched_at": "2026-07-11T00:00:00.000Z",
  "cache": "miss",
  "preset": "saas_pricing"
}

Structure

  • src/extract.js — pure extract logic (heuristics + presets)
  • src/worker.mjs — Hono Worker + x402 paywall (CDP facilitator)
  • mcp/server.mjs — MCP bridge (free tools + paid extract via x402-fetch)
  • skills/schemafetch/SKILL.md — agent skill (when/how to call; free install)
  • test/ — extract + worker tests (402 without real CDP settlement)
  • scripts/bootstrap-x402-payment.mjs — one-time Bazaar first-settlement pay

MCP + skill (distribution, same monetization)

Packaging only — agents still pay the Worker per call. No second price.

You (the seller) do not need to keep npm run mcp open. The product is the live Worker + marketplace listing. MCP is how other people plug SchemaFetch into Claude Desktop / Cursor.

For buyers (your audience)

Step-by-step: mcp/FOR_USERS.md

One-liner config (Claude Desktop / similar hosts):

"schemafetch": {
  "command": "npx",
  "args": ["-y", "github:Fourier18/SchemaFetch", "mcp"],
  "env": {
    "SCHEMAFETCH_BASE_URL": "https://schemafetch.panmediatech.workers.dev",
    "X402_CLIENT_PRIVATE_KEY": "0xYOUR_BASE_PRIVATE_KEY_WITH_USDC"
  }
}

Skill

skills/schemafetch/SKILL.md — instructions agents can load (when to call, presets, budget).

Marketplace (agent HTTP discovery — already live)

https://agentic.market/services/schemafetch-panmediatech-workers-dev

Local

npm install
npm test

Deploy

Same Cloudflare account as ReceiptStamp (panmediatech workers.dev).

# Secrets — file redirect only on this machine (interactive paste can corrupt)
npx wrangler secret put CDP_API_KEY_ID < secrets/cdp_id.txt
npx wrangler secret put CDP_API_KEY_SECRET < secrets/cdp_secret.txt

npx wrangler deploy

Then once, with a funded Base USDC wallet, bootstrap Bazaar indexing:

X402_CLIENT_PRIVATE_KEY=0x... node scripts/bootstrap-x402-payment.mjs

Kill criterion

Zero non-test paid calls by 2026-07-25 = stop funding this product. Listing and self-payments do not count.

Relationship to ReceiptStamp

ReceiptStamp SchemaFetch
Job Notarize payload Extract structured page data
Rails ACP + x402 x402 only (v1)
Worker receiptstamp schemafetch
payTo 0x7e05…dc20 same (by design)
CDP keys Worker secrets same account, new Worker secrets

See PLAN.md for status and deploy notes.

Built with

Language JavaScript (Node.js ≥20, ESM Worker)
Runtime Cloudflare Workers
HTTP Hono
Payments x402 + Coinbase CDP facilitator (USDC on Base)
Agent tools MCP (@modelcontextprotocol/sdk), x402-fetch
AI (authoring) Grok 4.5 via Grok Build CLI v0.2.93 (xAI SuperGrok / Grok Build agent stack)

Human owns product decisions, wallets, and accounts. Stack details also in TOOLS.md.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选