Place intelligence, programmatically.
Expose PlacePulse location intelligence to your analytics stack, agent workflows, and copilots through REST API and MCP interfaces — with evidence and readiness labels in every response payload.
What you can build with the API.
PlacePulse API responses are structured around executive answers, readiness labels, evidence, and caveats — designed to power decision workflows, not raw data pipelines.
BI dashboard integration
Pull location intelligence into Power BI, Tableau, or Looker to surface PlaceScores, visit movement context, and review themes alongside internal metrics.
Agent and copilot workflows
Use the MCP server to expose PlacePulse intelligence to AI agents — enabling Meridien interpretation inside your own agent stack.
Portfolio monitoring automation
Schedule API calls to watch for signal changes across your portfolio — when a theme shifts, when a score moves, surface it automatically.
Investment brief generation
Programmatically assemble location intelligence reports — pull evidence layers, readiness labels, and Meridien summaries into your own templates.
Leasing and asset tools
Embed place intelligence into leasing platforms or asset management tools — serving location evidence at the point of decision.
Alert and notification pipelines
Pipe PlacePulse signal events to Slack, email, or your ops stack when a location's evidence or score crosses a defined threshold.
What the MCP server exposes.
// PlacePulse REST API — Location Intelligence
const response = await fetch(
'https://api.placepulse.co/v1/locations/dubai-mall',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Accept': 'application/json'
}
}
);
const data = await response.json();
// Returns: PlaceScore, review themes,
// readiness labels, Meridien interpretation
console.log(data.placeScore); // 72
console.log(data.readiness); // "active"
console.log(data.meridienSummary); // "Reduce parking..."API access is scoped by plan. Pilot access includes public intelligence endpoints. Enterprise access exposes full portfolio intelligence with configurable rate limits and webhook delivery.
Request API accessComing next.
Webhooks
Event-driven delivery when a signal changes — location score, theme shift, or mobility direction update.
Streaming
Real-time signal stream for platforms that need sub-minute intelligence refresh cycles.
TypeScript SDK
Typed client SDK with full response model, auth helpers, and built-in retry handling.
Python SDK
Data-science friendly client for embedding PlacePulse intelligence into analyst notebooks and pipelines.
API access is available now for pilot and enterprise.
Request access and we will share API documentation, a sandbox key, and an integration scoping call — typically within 48 hours of approval.
