@devdrops-run/property-mcp
v1.0.0
Published
UK property intelligence MCP server. Query Land Registry prices, company property charges, and the UK House Price Index. Pay per call via x402 USDC on Base.
Downloads
91
Maintainers
Readme
@devdrops/property-mcp
UK property intelligence MCP server. Powered by DevDrops — pay-per-call data APIs for AI agents.
Tools
- get_uk_property_prices — Recent UK property sale prices by postcode (HM Land Registry)
- get_uk_company_property_charges — Property charges (mortgages) registered against a UK company number
- get_uk_house_price_index — UK House Price Index by region
Payment
Tool calls require x402 USDC micropayments on Base mainnet ($0.01/call). No API keys or subscriptions needed — your agent pays per query.
Usage
Add to your MCP client config:
{
"mcpServers": {
"devdrops-property": {
"type": "http",
"url": "https://api.devdrops.run/api/property/mcp"
}
}
}