INDIVIDUAL MCP TOOL
get_community_activity_in_area
Find pending, unmoderated community contributions relevant to a specific area, to answer "has anyone flagged anything here that is not in the registry yet?
LIVE ENDPOINT
https://zelhliylrlktnasircwp.supabase.co/functions/v1/mcp/mcp
Connect to this endpoint to inspect the live schema for get_community_activity_in_area 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.deeppvmapper]
url = "https://zelhliylrlktnasircwp.supabase.co/functions/v1/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"deeppvmapper": {
"type": "http",
"url": "https://zelhliylrlktnasircwp.supabase.co/functions/v1/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: deeppvmapper
Remote MCP URL: https://zelhliylrlktnasircwp.supabase.co/functions/v1/mcp/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": {
"deeppvmapper": {
"url": "https://zelhliylrlktnasircwp.supabase.co/functions/v1/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"deeppvmapper": {
"type": "http",
"url": "https://zelhliylrlktnasircwp.supabase.co/functions/v1/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "deeppvmapper",
"transport": "streamable-http",
"url": "https://zelhliylrlktnasircwp.supabase.co/functions/v1/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_data_quality_reference— Return the DeepPVMapper/OpenPVMapper registry's documented data-quality characteristics: estimated detection recall, which fields are model-derived estimates vs.get_department_capacity_stats— Get installed rooftop-PV capacity (total kWp) and system counts for one or all French départements, from the DeepPVMapper/OpenPVMapper registry.get_department_yearly_stats— Get yearly system counts and capacity by département, based on first-seen imagery year.search_detections— Search individual rooftop-PV detections by département, commune (INSEE code), estimated capacity range, and/or cross-validation confidence (min_vintages, cross_validated).aggregate_detection_capacity— Compute the total estimated installed capacity (kWp) and count of detections matching a set of filters — département, commune, capacity range, and cross-validation across sources (cross_validated) or imagery vintages (min_vintages) — plus a quality_summary for the summed sample.get_detections_in_bbox— Get rooftop-PV detections within a geographic bounding box (WGS84 lon/lat), including footprint geometry.get_community_activity— Get a snapshot of ongoing community contribution activity on the map: how many corrections are currently pending moderation, their breakdown by action type (add / modify / delete), and the most recent submissions (timestamp, action, target).