-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathserver.json
More file actions
24 lines (24 loc) · 781 Bytes
/
Copy pathserver.json
File metadata and controls
24 lines (24 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.paulieb89/property-shared",
"title": "UK Property Data",
"description": "UK property data — Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House",
"version": "1.7.3",
"websiteUrl": "https://bouch.dev/products/property-report",
"repository": {
"url": "https://github.com/paulieb89/property-shared",
"source": "github"
},
"remotes": [
{ "type": "streamable-http", "url": "https://property-shared.fly.dev/mcp" }
],
"packages": [
{
"registryType": "pypi",
"identifier": "property-shared",
"version": "1.7.3",
"runtimeHint": "uvx",
"transport": { "type": "stdio" }
}
]
}