Zurück zur EntwicklerkonsoleIn Entwicklung

API-Referenz

Jedes Tool, das der MCP-Server von Secrets.RealEstate bereitstellt — Parameter, Abdeckung und eine Beispielantwort.

15
Tools
8
offizielle öffentliche Datensätze
96
Départements — ganz Frankreich

Verbinden

Füge den gehosteten Server zu deinem MCP-Client hinzu (Claude Code, Cursor und andere). Ersetze den Platzhalter durch einen Schlüssel aus der Entwicklerkonsole.

claude mcp add secrets-realestate \
  --transport http https://secrets.realestate/mcp \
  --header "X-API-Key: sk_live_…"

Jede Anfrage muss deinen Schlüssel im X-API-Key-Header tragen. Es gibt keinen anonymen Zugriff — jeder Aufruf wird deinem Konto und Tarif zugeordnet. Die Developer-API setzt einen kostenpflichtigen Tarif und die Freigabe durch einen Administrator voraus.

Konventionen

Jedes Tool deklariert diese MCP-Annotationen:

  • readOnlyHint — ändert nie deine Daten — jeder Aufruf liest nur
  • idempotentHint — derselbe Aufruf liefert dasselbe Ergebnis und kann gefahrlos wiederholt werden
  • openWorldHint — liest live externe Daten, daher können sich Ergebnisse mit der Zeit ändern
  • Der Standort wird als Koordinaten (lat/lng) angegeben — löse eine Adresse zuerst mit geocode_address auf.
  • Übergib lang (en, de, fr, it, ru, es), um Textfelder zu lokalisieren; Standard ist en.
  • Listen-Tools (search_properties, get_my_listings) blättern mit page und size.
  • Antwortfelder sind in snake_case.
  • Alle Tools decken derzeit Frankreich ab — außerhalb Frankreichs oder bei einem ausgefallenen Anbieter liefert ein Tool ein leeres Ergebnis oder null, niemals einen Fehler.

Tools

Tiefe Abdeckung über alle französischen Départements, zusammengeführt aus acht offiziellen öffentlichen Datensätzen — BDNB, IRIS, SSMSI, GeoRisques, Hub'Eau, Éducation IVAL, OpenStreetMap und DVF. Weitere Märkte folgen.

Suche & Daten

search_properties

Search property listings on Secrets.RealEstate by city, type, price, size and bedrooms (paginated). Use when the user wants to find or browse properties matching criteria.

Parameter

ParameterTypBeschreibungErforderlich
citystringCity to search in, e.g. Nice.Nein
property_typestringProperty type, e.g. apartment or house.Nein
price_minintegerMinimum price.Nein
price_maxintegerMaximum price.Nein
size_minintegerMinimum living area in square metres.Nein
size_maxintegerMaximum living area in square metres.Nein
bedroomsintegerMinimum number of bedrooms.Nein
pageintegerZero-based page number. Defaults to 0.Nein
sizeintegerPage size, 1-100. Defaults to 10.Nein

Rückgabe

FeldTypBeschreibung
itemsarrayListings on this page.
property_idintegerListing id.
property_typestringProperty type, e.g. apartment or house.
price_amountnumberAsking price.
price_currencystringISO currency code, e.g. EUR.
monthly_feesnumberMonthly charges / co-ownership fees.
size_sqmintegerLiving area in square metres.
size_usable_sqmintegerUsable area in square metres.
room_countintegerTotal rooms.
bedroom_countintegerBedrooms.
bathroom_countintegerBathrooms.
floor_levelintegerFloor the unit is on.
total_floorsintegerFloors in the building.
plotintegerPlot / land area in square metres.
conditionstringProperty condition.
elevatorbooleanHas an elevator.
garage_spacesintegerNumber of garage / parking spaces.
poolbooleanHas a pool.
furnishedbooleanSold furnished.
balconybooleanHas a balcony.
terracebooleanHas a terrace.
energy_ratingstringDPE energy class, A to G.
ghg_classstringGreenhouse-gas class, A to G.
energy_kwh_m2_yearintegerEnergy use, kWh/m2/year.
ghg_kg_co2_m2_yearintegerEmissions, kg CO2/m2/year.
heating_typestringHeating type.
year_builtintegerConstruction year.
streetstringStreet name (null if the listing hides its address).
house_numberstringHouse number (null if the listing hides its address).
postal_codestringPostal code.
citystringCity.
statestringRegion or state.
countrystringCountry name.
country_codestringISO country code.
latitudenumberLatitude (null if the listing hides its address).
longitudenumberLongitude (null if the listing hides its address).
listing_urlstringSource listing URL.
created_datestringWhen the listing was saved (ISO date).
totalintegerTotal matching listings.
pageintegerZero-based page number.
sizeintegerPage size.
geocode_address

Resolve an address or place name to coordinates (latitude/longitude), city and country. Use whenever the user gives an address or place, asks where something is, wants to locate or pin a property, or needs lat/lon before any other analysis. France is covered in depth; other areas still resolve but have limited downstream data.

Parameter

ParameterTypBeschreibungErforderlich
querystringAddress or place to locate, for example 12 rue de Rivoli, Paris.Ja
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein
limitintegerMaximum number of results, 1-10. Defaults to 5.Nein

Rückgabe

FeldTypBeschreibung
latitudenumberLatitude (WGS84).
longitudenumberLongitude (WGS84).
display_namestringFull formatted address.
citystringCity.
statestringRegion or state.
countrystringCountry name.
country_codestringISO 3166-1 alpha-2 country code, e.g. fr.
result_typestringMatch granularity, e.g. house, street, city.
get_listing

Get the facts for a single property listing by its id — price, type, size, rooms, location, energy rating. Use the id returned by search_properties or get_my_listings.

Parameter

ParameterTypBeschreibungErforderlich
property_idintegerThe listing id (from search_properties or get_my_listings).Ja

Rückgabe

FeldTypBeschreibung
property_idintegerListing id.
property_typestringProperty type, e.g. apartment or house.
price_amountnumberAsking price.
price_currencystringISO currency code, e.g. EUR.
monthly_feesnumberMonthly charges / co-ownership fees.
size_sqmintegerLiving area in square metres.
size_usable_sqmintegerUsable area in square metres.
room_countintegerTotal rooms.
bedroom_countintegerBedrooms.
bathroom_countintegerBathrooms.
floor_levelintegerFloor the unit is on.
total_floorsintegerFloors in the building.
plotintegerPlot / land area in square metres.
conditionstringProperty condition.
elevatorbooleanHas an elevator.
garage_spacesintegerNumber of garage / parking spaces.
poolbooleanHas a pool.
furnishedbooleanSold furnished.
balconybooleanHas a balcony.
terracebooleanHas a terrace.
energy_ratingstringDPE energy class, A to G.
ghg_classstringGreenhouse-gas class, A to G.
energy_kwh_m2_yearintegerEnergy use, kWh/m2/year.
ghg_kg_co2_m2_yearintegerEmissions, kg CO2/m2/year.
heating_typestringHeating type.
year_builtintegerConstruction year.
streetstringStreet name (null if the listing hides its address).
house_numberstringHouse number (null if the listing hides its address).
postal_codestringPostal code.
citystringCity.
statestringRegion or state.
countrystringCountry name.
country_codestringISO country code.
latitudenumberLatitude (null if the listing hides its address).
longitudenumberLongitude (null if the listing hides its address).
listing_urlstringSource listing URL.
created_datestringWhen the listing was saved (ISO date).
get_my_listings

List the properties saved in the caller's own account (owner-scoped, paginated). Use when the user asks about their properties, their listings, properties they saved or added, or wants to review their own portfolio. Requires an authenticated caller.

Parameter

ParameterTypBeschreibungErforderlich
pageintegerZero-based page number. Defaults to 0.Nein
sizeintegerPage size, 1-100. Defaults to 10.Nein

Rückgabe

FeldTypBeschreibung
itemsarrayListings on this page.
property_idintegerListing id.
property_typestringProperty type, e.g. apartment or house.
price_amountnumberAsking price.
price_currencystringISO currency code, e.g. EUR.
monthly_feesnumberMonthly charges / co-ownership fees.
size_sqmintegerLiving area in square metres.
size_usable_sqmintegerUsable area in square metres.
room_countintegerTotal rooms.
bedroom_countintegerBedrooms.
bathroom_countintegerBathrooms.
floor_levelintegerFloor the unit is on.
total_floorsintegerFloors in the building.
plotintegerPlot / land area in square metres.
conditionstringProperty condition.
elevatorbooleanHas an elevator.
garage_spacesintegerNumber of garage / parking spaces.
poolbooleanHas a pool.
furnishedbooleanSold furnished.
balconybooleanHas a balcony.
terracebooleanHas a terrace.
energy_ratingstringDPE energy class, A to G.
ghg_classstringGreenhouse-gas class, A to G.
energy_kwh_m2_yearintegerEnergy use, kWh/m2/year.
ghg_kg_co2_m2_yearintegerEmissions, kg CO2/m2/year.
heating_typestringHeating type.
year_builtintegerConstruction year.
streetstringStreet name (null if the listing hides its address).
house_numberstringHouse number (null if the listing hides its address).
postal_codestringPostal code.
citystringCity.
statestringRegion or state.
countrystringCountry name.
country_codestringISO country code.
latitudenumberLatitude (null if the listing hides its address).
longitudenumberLongitude (null if the listing hides its address).
listing_urlstringSource listing URL.
created_datestringWhen the listing was saved (ISO date).
totalintegerTotal matching listings.
pageintegerZero-based page number.
sizeintegerPage size.

Markt

get_comparable_sales

Recent comparable sold properties near a location (official DVF records) with price, size and a liquidity score. France only. Pass coordinates from geocode_address.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
comparablesarrayRecent nearby sales (DVF).
datestringSale date (ISO).
priceintegerSale price.
price_per_sqmintegerPrice per square metre.
size_sqmintegerLiving area in square metres.
object_typestringProperty type.
transaction_typestringTransaction type.
latitudenumberLatitude (WGS84).
longitudenumberLongitude (WGS84).
liquidityobjectMarket liquidity for the area.
scoreintegerLiquidity score (0-100).
gradestringLiquidity grade.
total_transactionsintegerTransactions in the sample.
annual_volumeintegerApproximate sales per year.
price_variationnumberPrice dispersion.
distinct_typesintegerDistinct property types seen.
get_location_rating

Location rating for a point: mean price, net rent and related neighbourhood market metrics. France only. Pass coordinates from geocode_address.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
currencystringISO currency code.
descriptionstringLong description of the location market.
summarystringShort summary.
last_updatestringDate the figures were last updated (ISO).
summariesarrayPer-asset-type metrics.
asset_typestringAsset type.
price_per_sqmintegerMean sale price per square metre.
rent_per_sqmnumberMean net rent per square metre.
gradestringGrade for the asset type.

Lage & Umfeld

get_air_quality

Air-quality index and grade for a location. Pass coordinates from geocode_address.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
aqinumberAir-quality index.
gradestringAir-quality grade (A to G).
get_seasonal_climate

Seasonal temperature / climate profile for a location. Pass coordinates from geocode_address.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
sunny_daysintegerSunny days per year.
seasonsarrayPer-season temperature summary.
seasonstringSeason: winter, spring, summer or autumn.
summarystringShort text summary.
min_celsiusnumberTypical low temperature (Celsius).
max_celsiusnumberTypical high temperature (Celsius).
get_neighborhood

Living environment for a location: amenities, schools, leisure, safety and water quality. France only. Pass coordinates from geocode_address.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
tabsarrayOne entry per environment domain.
categorystringDomain, e.g. amenities, schools, safety.
gradestringGrade for the domain (A to G).
badgesarrayHighlight labels.
textstringShort description.
get_noise

Estimated baseline noise level for a location, in decibels. Pass coordinates from geocode_address.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
base_noiseintegerEstimated baseline noise level in decibels.

Insights

get_building_insights

Full building report for a location: categorised buyer insights (energy/DPE, structural, regulatory, and natural/technological risks such as flood, seismic, clay and radon), each with severity, detail, a recommendation, the applicable regulation and its data source and confidence, plus an overall risk score. Use for due diligence on an address. Pass coordinates and the country_code from geocode_address: France has the full 36-category report; Germany a partial report from open German data. An out-of-coverage point returns an empty report rather than an error.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
countrystringISO 3166-1 alpha-2 country code from geocode_address (country_code): fr for the full report, de for the German partial report. Defaults to fr.Nein
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
latitudenumberLatitude (WGS84).
longitudenumberLongitude (WGS84).
risk_scoreintegerOverall risk score (0-100); null if out of coverage.
risk_labelstringLabel for the risk score.
total_insightsintegerNumber of insights returned.
insightsarrayCategorised buyer insights.
categorystringInsight category.
severitystringSeverity level.
titlestringShort title.
detailstringWhat was found.
recommendationstringSuggested action.
regulationstringApplicable regulation, if any.
sourcestringKnowledge-graph inference chain that produced this insight.
confidencenumberData reliability (0-1), from the source quality tier.
source_versionstringData source identifier, e.g. bdnb_open_data or the German source.
get_renovation_advice

Prioritised renovation and energy plan for a building: the renovation-relevant findings — envelope insulation deficiencies, heating and hot-water obsolescence, the worst heat-loss element, window quality, thermal bridges, the estimated energy bill, carbon footprint, the DPE rental-ban regulation, and green-energy / district-heating options — filtered from the full building report and ordered most-urgent first with a priority rank, so you can advise what to fix first. France has the full analysis; Germany a partial one. Pass coordinates and the country_code from geocode_address. Out of coverage returns an empty plan, not an error.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
countrystringISO 3166-1 alpha-2 country code from geocode_address (country_code): fr for the full report, de for the German partial report. Defaults to fr.Nein
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
latitudenumberLatitude (WGS84).
longitudenumberLongitude (WGS84).
total_stepsintegerNumber of renovation steps returned.
stepsarrayRenovation-relevant insights, most urgent first (fix the first one first).
categorystringInsight category.
severitystringSeverity level.
titlestringShort title.
detailstringWhat was found.
recommendationstringSuggested action.
regulationstringApplicable regulation, if any.
sourcestringKnowledge-graph inference chain that produced this insight.
confidencenumberData reliability (0-1), from the source quality tier.
source_versionstringData source identifier, e.g. bdnb_open_data.
get_property_report

One-shot due-diligence report for an address: bundles the building insights (energy/DPE, structural, regulatory and natural/technological risks), comparable sold properties, price-per-square-metre trends, the location rating (mean price and net rent), the risk assessment, and the local environment (air quality, seasonal climate, neighbourhood and noise) into a single response. Use for a complete property review in one call instead of chaining the individual tools; each section matches its dedicated tool's shape. Any section out of coverage is omitted. France is covered in depth; elsewhere the sections that resolve are returned. Pass coordinates and the country_code from geocode_address.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
countrystringISO 3166-1 alpha-2 country code from geocode_address (country_code): fr for the full report, de for the German partial report. Defaults to fr.Nein
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
latitudenumberLatitude (WGS84).
longitudenumberLongitude (WGS84).
building_insightsobjectSame shape as get_building_insights. Null if out of coverage.
comparable_salesobjectSame shape as get_comparable_sales. Null if unavailable.
price_trendsobjectSame shape as get_price_trends. Null if unavailable.
location_ratingobjectSame shape as get_location_rating. Null if unavailable.
risk_assessmentobjectSame shape as get_risk_assessment. Null if unavailable.
air_qualityobjectSame shape as get_air_quality. Null if unavailable.
seasonal_climateobjectSame shape as get_seasonal_climate. Null if unavailable.
neighborhoodobjectSame shape as get_neighborhood. Null if unavailable.
noiseobjectSame shape as get_noise. Null if unavailable.
get_risk_assessment

Natural and technological risk assessment for a location (official GeoRisques data): flood, seismic, clay/subsidence and radon. France only. Pass coordinates from geocode_address.

Parameter

ParameterTypBeschreibungErforderlich
latnumberLatitude (WGS84). Obtain it from geocode_address.Ja
lngnumberLongitude (WGS84). Obtain it from geocode_address.Ja
langstringResponse language: en, de, fr, it, ru or es. Defaults to en.Nein

Rückgabe

FeldTypBeschreibung
risksarrayOne entry per hazard.
categorystringHazard, e.g. flood, seismic, clay, radon.
gradestringRisk grade.
explanationstringWhat the grade means here.
confidencenumberConfidence (0-1).
MCP

Jetzt loslegen

Beantrage Entwicklerzugang, erstelle einen API-Schlüssel und verbinde deinen MCP-Client.

  • BSFZ-Siegel — durch die Bescheinigungsstelle Forschungszulage (BSFZ) bescheinigte Forschung und Entwicklung

© 2026 Secrets.RealEstate - Alle Rechte vorbehalten.

Alle Angaben ohne Gewähr für die Richtigkeit. Wir sind auf mehrere externe Datenquellen angewiesen und können keine Vollständigkeit garantieren.