DevDrops Property
FreeNot checkedPay-per-query MCP server for UK property data, including Land Registry prices, company charges, and the House Price Index.
About
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
Installing DevDrops Property
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/metamorphosis-sre/devdropsFAQ
Is DevDrops Property MCP free?
Yes, DevDrops Property MCP is free — one-click install via Unyly at no cost.
Does DevDrops Property need an API key?
No, DevDrops Property runs without API keys or environment variables.
Is DevDrops Property hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install DevDrops Property in Claude Desktop, Claude Code or Cursor?
Open DevDrops Property on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare DevDrops Property with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
