INDIVIDUAL MCP TOOL
get_market_pulse
Live asking-market state for a UK postcode district, collected weekly from property portals: active listing count, new listings, how many have been price-reduced, median asking price, and median time on market.
LIVE ENDPOINT
https://praesago.com/api/mcp
Connect to this endpoint to inspect the live schema for get_market_pulse and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.praesago]
url = "https://praesago.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"praesago": {
"type": "http",
"url": "https://praesago.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: praesago
Remote MCP URL: https://praesago.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"praesago": {
"url": "https://praesago.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"praesago": {
"type": "http",
"url": "https://praesago.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "praesago",
"transport": "streamable-http",
"url": "https://praesago.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_area_score— Get the Praesago Trajectory Score (0-100) for a UK postcode district or full postcode.get_area_context— Full area intelligence for a UK postcode district: demographics, income, housing tenure, dwelling types, deprivation (IMD), health, education, broadband, flood risk, council tax, politics, and 12-month property prices.search_areas— Screen England & Wales postcode districts by Praesago Trajectory Score, region, and median property price.compare_areas— Compare two UK postcode districts side by side on the Praesago Trajectory Index.search— Search Praesago UK property area intelligence by place name, region or postcode district.fetch— Fetch full Praesago area intelligence for a postcode district returned by search.