Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

DevDrops Property

БесплатноНе проверен

Pay-per-query MCP server for UK property data, including Land Registry prices, company charges, and the House Price Index.

GitHubEmbed

Описание

Pay-per-query MCP server for UK property data, including Land Registry prices, company charges, and the House Price Index.

README

Pay-per-query data APIs for AI agents. No accounts, no API keys, no subscriptions.

Live: https://devdrops.run
API: https://api.devdrops.run
Docs: https://api.devdrops.run/openapi.json
Catalog: https://api.devdrops.run/catalog

43 production products/endpoints serving prediction markets, sports odds, financial data, regulatory filings, weather, FX rates, crypto prices, QR codes, timezones, utility wrappers, MCP tools, AI sentiment, and more — paid via x402 micropayments on Base mainnet, with a small free tier on selected utility endpoints.

Quick start

npm install @x402/fetch viem
import { fetchWithPayment } from '@x402/fetch';
import { createWalletClient, http } from 'viem';
import { privateKeyToAccount } from 'viem/accounts';
import { base } from 'viem/chains';

const account = privateKeyToAccount('0xYOUR_PRIVATE_KEY');
const wallet = createWalletClient({ account, chain: base, transport: http() });

const res = await fetchWithPayment('https://api.devdrops.run/api/fx/latest', { wallet });
const data = await res.json();

See https://devdrops.run for more examples.

Architecture

  • Cloudflare Workers (Hono framework)
  • D1 (SQLite at edge) for caching and analytics
  • KV for hot data
  • x402 payment middleware via @x402/hono
  • Coinbase CDP facilitator for payment verification

Documentation

  • Project wiki: wiki/PROJECT.md
  • Current state: wiki/STATE.md
  • Production audit: docs/devdrops-production-audit.md
  • Endpoint matrix: docs/devdrops-endpoint-matrix.md
  • Distribution checklist: docs/devdrops-distribution-checklist.md

Deploy

npm install
npm run typecheck
npm test
npm run smoke:metadata
npx wrangler deploy

Configuration in wrangler.toml. Secrets via wrangler secret put.

Issues

https://github.com/metamorphosis-sre/devdrops/issues

from github.com/metamorphosis-sre/devdrops

Установка DevDrops Property

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/metamorphosis-sre/devdrops

FAQ

DevDrops Property MCP бесплатный?

Да, DevDrops Property MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для DevDrops Property?

Нет, DevDrops Property работает без API-ключей и переменных окружения.

DevDrops Property — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить DevDrops Property в Claude Desktop, Claude Code или Cursor?

Открой DevDrops Property на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare DevDrops Property with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development