Server data from the Official MCP Registry
UK property MCP: Land Registry prices, company charges, House Price Index. x402 USDC on Base.
UK property MCP: Land Registry prices, company charges, House Price Index. x402 USDC on Base.
Remote endpoints: streamable-http: https://api.devdrops.run/api/property/mcp
DevDrops is a well-structured pay-per-query data API platform built on Cloudflare Workers with x402 micropayment integration. The codebase demonstrates good security practices overall: authentication is enforced via payment middleware, permissions are appropriately scoped to external APIs, and dependencies are legitimate. However, there are minor concerns around error handling specificity and a lack of visible input validation patterns in the documented code. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 1 high severity).
3 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub 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.
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.
wiki/PROJECT.mdwiki/STATE.mddocs/devdrops-production-audit.mddocs/devdrops-endpoint-matrix.mddocs/devdrops-distribution-checklist.mdnpm install
npm run typecheck
npm test
npm run smoke:metadata
npx wrangler deploy
Configuration in wrangler.toml. Secrets via wrangler secret put.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.