RapidAPI: scraperium/idealista7
Project description
Idealista7 MCP Server
🚀 使用 EMCP 平台快速体验
EMCP 是一个强大的 MCP 服务器管理平台,让您无需手动配置即可快速使用各种 MCP 服务器!
快速开始:
- 🌐 访问 EMCP 平台
- 📝 注册并登录账号
- 🎯 进入 MCP 广场,浏览所有可用的 MCP 服务器
- 🔍 搜索或找到本服务器(
bach-idealista7) - 🎉 点击 "安装 MCP" 按钮
- ✅ 完成!即可在您的应用中使用
EMCP 平台优势:
- ✨ 零配置:无需手动编辑配置文件
- 🎨 可视化管理:图形界面轻松管理所有 MCP 服务器
- 🔐 安全可靠:统一管理 API 密钥和认证信息
- 🚀 一键安装:MCP 广场提供丰富的服务器选择
- 📊 使用统计:实时查看服务调用情况
立即访问 EMCP 平台 开始您的 MCP 之旅!
简介
这是一个使用 FastMCP 自动生成的 MCP 服务器,用于访问 Idealista7 API。
- PyPI 包名:
bach-idealista7 - 版本: 1.0.0
- 传输协议: stdio
安装
从 PyPI 安装:
pip install bach-idealista7
从源码安装:
pip install -e .
运行
方式 1: 使用 uvx(推荐,无需安装)
# 运行(uvx 会自动安装并运行)
uvx --from bach-idealista7 bach_idealista7
# 或指定版本
uvx --from bach-idealista7@latest bach_idealista7
方式 2: 直接运行(开发模式)
python server.py
方式 3: 安装后作为命令运行
# 安装
pip install bach-idealista7
# 运行(命令名使用下划线)
bach_idealista7
配置
API 认证
此 API 需要认证。请设置环境变量:
export API_KEY="your_api_key_here"
环境变量
| 变量名 | 说明 | 必需 |
|---|---|---|
API_KEY |
API 密钥 | 是 |
在 Claude Desktop 中使用
编辑 Claude Desktop 配置文件 claude_desktop_config.json:
{
"mcpServers": {
"idealista7": {
"command": "python",
"args": ["E:\path\to\idealista7\server.py"],
"env": {
"API_KEY": "your_api_key_here"
}
}
}
}
注意: 请将 E:\path\to\idealista7\server.py 替换为实际的服务器文件路径。
可用工具
此服务器提供以下工具:
list_home_properties
List home properties with the requested parameters. Buy/Rent \u003e Homes. Filters are optional parameters, please make sure the request follows the rules in each parameter. Boolean parameters should be true always if you want to use them. To make them false, don't include them in the requests (leave blank).
端点: GET /listhomes
参数:
-
order(string) 必需: Order by one of the followings: relevance|lowestprice|highestprice|mostrecent|leastrecent|highestpricereduction|lowestpricem2|highestpricem2|biggest|smallest|highestfloors|lowestfloors Default is relevance. -
operation(string) 必需: Search sales or rentals. Pick between: sale|rent -
locationId(string) 必需: Example value: 0-EU-ES-28-07-001-079 -
locationName(string) 必需: Example value: Madrid -
numPage(string) 必需: Example value: 1 -
maxItems(string) 必需: Number of items to return. Set 0 to return the item's count, fast response. Max Value is 40, anything above will be ignored. -
location(string) 必需: One of the following values: es|pt|it -
locale(string) 必需: The language of the ads. Pick between: es|it|pt|en|ca|de|fr|nl|nb -
micrositeShortName(string): Get ads from a specific real estate. For example if the URL from the real estate is: https://www.idealista.com/pro/cajal-gestion-inmobiliaria/ The parameter micrositeShortName should be cajal-gestion-inmobiliaria -
minPrice(string): Minimum price to search. -
maxPrice(string): Maximum price to search. -
minSize(string): Minimum size to search in m2. -
maxSize(string): Maximum size to search in m2. -
flat(string): Example value: -
onlyFlats(string): Example value: -
penthouse(string): Example value: -
duplex(string): Example value: -
chalet(string): Example value: -
independantHouse(string): Example value: -
semidetachedHouse(string): Example value: -
terracedHouse(string): Example value: -
countryHouse(string): Example value: -
apartamentoType(string): Example value: -
villaType(string): Example value: -
loftType(string): Example value: -
cortijoType(string): Example value: -
atticStudioType(string): Example value: -
casaBajaType(string): Example value: -
bedrooms0(string): Example value: -
bedrooms1(string): Example value: -
bedrooms2(string): Example value: -
bedrooms3(string): Example value: -
bedrooms4(string): Example value: -
bathrooms1(string): Example value: -
bathrooms2(string): Example value: -
bathroom3(string): Example value: -
newDevelopment(string): Example value: -
good(string): Example value: -
renew(string): Example value: -
furnished(string): Furnishings parameter. ONLY valid when operation=rent. Pick between. Indifferent: leave blank (default) | Furnished: furnished | Only furnished kitchens: furnishedKitchen -
petsAllowed(string): Example value: -
airConditioning(string): Example value: -
builtinWardrobes(string): Example value: -
elevator(string): Example value: -
exterior(string): Example value: -
garage(string): Example value: -
garden(string): Example value: -
swimmingPool(string): Example value: -
terrance(string): Example value: -
storeRoom(string): Example value: -
accessible(string): Example value: -
luxury(string): Example value: -
hasPlan(string): Example value: -
virtualTour(string): Example value: -
bankOffer(string): Example value: -
topFloor(string): Example value: -
intermediateFloor(string): Example value: -
sinceDate(string): Publication Date Parameter. One of the following values. Indifferent: leave blank (by default) | Last 24h: T (Rent operation only) | Last 48h: Y (Buy operation only) | Last week: W | Last month: M -
longTermResidential(string): Example value: -
shortTerm(string): Example value: -
isBareOwnership(string): Example value: -
isTenanted(string): Example value: -
isIllegallyOccupied(string): Example value: -
isFree(string): Example value:
list_storage_rooms
List Storage Rooms
端点: GET /liststoragerooms
参数:
-
order(string) 必需: Example value: -
operation(string) 必需: Example value: -
locationId(string) 必需: Example value: 0-EU-ES-28-07-001-079 -
locationName(string) 必需: Example value: Madrid -
numPage(string) 必需: Example value: 1 -
maxItems(string) 必需: Example value: -
location(string) 必需: Example value: -
locale(string) 必需: Example value: -
micrositeShortName(string): Example value: -
minPrice(string): Example value: -
maxPrice(string): Example value: -
minSize(string): Example value: -
maxSize(string): Example value: -
sinceDate(string): Publication Date Parameter. One of the following values. Indifferent: leave blank (by default) | Last 24h: T (Rent operation only) | Last 48h: Y (Buy operation only) | Last week: W | Last month: M
list_buildings
List Buildings
端点: GET /listbuildings
参数:
-
order(string) 必需: Example value: -
operation(string) 必需: Example value: -
locationId(string) 必需: Example value: 0-EU-ES-28-07-001-079 -
locationName(string) 必需: Example value: Madrid -
numPage(string) 必需: Example value: 1 -
maxItems(string) 必需: Example value: -
location(string) 必需: Example value: -
locale(string) 必需: Example value: -
micrositeShortName(string): Example value: -
minPrice(string): Example value: -
maxPrice(string): Example value: -
minSize(string): Example value: -
maxSize(string): Example value: -
sinceDate(string): Publication Date Parameter. One of the following values. Indifferent: leave blank (by default) | Last 24h: T (Rent operation only) | Last 48h: Y (Buy operation only) | Last week: W | Last month: M
list_lands
List Lands
端点: GET /listlands
参数:
-
order(string) 必需: Example value: -
operation(string) 必需: Example value: -
locationId(string) 必需: Example value: 0-EU-ES-28-07-001-079 -
locationName(string) 必需: Example value: Madrid -
numPage(string) 必需: Example value: 1 -
maxItems(string) 必需: Example value: -
location(string) 必需: Example value: -
locale(string) 必需: Example value: -
micrositeShortName(string): Example value: -
minPrice(string): Example value: -
maxPrice(string): Example value: -
minSize(string): Example value: -
maxSize(string): Example value: -
urban(string): Example value: -
buildingLand(string): Example value: -
nonBuildingLand(string): Example value: -
sinceDate(string): Publication Date Parameter. One of the following values. Indifferent: leave blank (by default) | Last 24h: T (Rent operation only) | Last 48h: Y (Buy operation only) | Last week: W | Last month: M
property_details
Get more details about a property.
端点: GET /propertydetails
参数:
-
propertyId(string) 必需: Property Id. -
location(string) 必需: One of the following values: es|pt|it -
language(string) 必需: The language of the ad. Pick between: en, es, it, pt, ca, de, fr, nl, nb
list_garages
List garages
端点: GET /listgarages
参数:
-
order(string) 必需: Order by one of the followings: relevance|lowestprice|highestprice|mostrecent|leastrecent|highestpricereduction|lowestpricem2|highestpricem2|biggest|smallest|highestfloors|lowestfloors Default is relevance. -
operation(string) 必需: Example value: -
locationId(string) 必需: Example value: 0-EU-ES-28-07-001-079 -
locationName(string) 必需: Example value: Madrid -
numPage(string) 必需: Example value: 1 -
maxItems(string) 必需: Example value: -
location(string) 必需: Example value: -
locale(string) 必需: Example value: -
micrositeShortName(string): Get ads from a specific real estate. For example if the URL from the real estate is: https://www.idealista.com/pro/cajal-gestion-inmobiliaria/ The parameter micrositeShortName should be cajal-gestion-inmobiliaria -
minPrice(string): Example value: -
maxPrice(string): Example value: -
minSize(string): Example value: -
maxSize(string): Example value: -
motorcycleParking(string): Example value: -
automaticDoor(string): Example value: -
security(string): Example value: -
sinceDate(string): Publication Date Parameter. One of the following values. Indifferent: leave blank (by default) | Last 24h: T (Rent operation only) | Last 48h: Y (Buy operation only) | Last week: W | Last month: M
get_sublocations
Get sublocations inside another location.
端点: GET /getlocations
参数:
-
locationId(string) 必需: Location Id that has the flag divisible=true. -
location(string) 必需: One of the following values: es|pt|it -
propertyType(string) 必需: Changes the 'total' field which indicates the number of properties of this type. Note: bedrooms only works with rent operation. -
operation(string) 必需: Changes the 'total' field which indicates the number of properties with this operation.
get_microsite_profile
Get Microsite profile information
端点: GET /getmicrositeprofile
参数:
-
micrositeShortName(string) 必需: Microsite ShortName is the identifier of every real estate profile. You may find it in the URL: idealista.com/pro/sierra-blanca-estates-realty/ -
location(string) 必需: Example value:
get_microsite_locations
Get the locations where the microsite/profile has properties.
端点: GET /getmicrositelocations
参数:
-
micrositeShortName(string) 必需: Example value: sumainmobiliaria -
location(string) 必需: One of the following values: es|pt|it -
locale(string) 必需: Language: es|it|pt|en|ca|de|fr|nl|nb -
operation(string) 必需: Example value: sale -
locationId(string) 必需: Example value: 0-EU-ES-28
list_commercial_properties
List Commercial Properties.
端点: GET /listcommercialproperties
参数:
-
order(string) 必需: Example value: -
operation(string) 必需: Example value: -
locationId(string) 必需: Example value: 0-EU-ES-28-07-001-079 -
maxItems(string) 必需: Example value: -
locationName(string) 必需: Example value: Madrid -
numPage(string) 必需: Example value: 1 -
location(string) 必需: Example value: -
locale(string) 必需: Example value: -
minPrice(string): Example value: -
maxPrice(string): Example value: -
minSize(string): Example value: -
maxSize(string): Example value: -
premises(string): Example value: -
industrialBuilding(string): Example value: -
saleWarehouseOnly(string): Example value: -
saleWarehouseWithBusinessTransfer(string): Example value: -
saleWarehouseThirdPartiesRented(string): Example value: -
accommodation(string): Example value: -
barsAndNightclub(string): Example value: -
catering(string): Example value: -
foodTrade(string): Example value: -
tobaccoShop(string): Example value: -
pharmacy(string): Example value: -
newsstand(string): Example value: -
retail(string): Example value: -
educationalCenter(string): Example value: -
aestheticAndBeauty(string): Example value: -
sportsFacilities(string): Example value: -
professionalServices(string): Example value: -
laboratory(string): Example value: -
storehouse(string): Example value: -
otherCommercialActivities(string): Example value: -
shoppingcenter(string): Example value: -
street(string): Example value: -
mezzanine(string): Example value: -
underground(string): Example value: -
ontopfloor(string): Example value: -
otherLocations(string): Example value: -
sinceDate(string): Publication Date Parameter. One of the following values. Indifferent: leave blank (by default) | Last 24h: T (Rent operation only) | Last 48h: Y (Buy operation only) | Last week: W | Last month: M
list_offices
List office properties with the requested parameters. Buy/Rent \u003e Offices. Filters are optional parameters, please make sure the request follows the rules in each parameter.
端点: GET /listoffices
参数:
-
order(string) 必需: Example value: -
operation(string) 必需: Search sales or rentals. Pick between: sale|rent -
locationId(string) 必需: Example value: 0-EU-ES-28-07-001-079 -
maxItems(string) 必需: Example value: -
locationName(string) 必需: Example value: Madrid -
numPage(string) 必需: Example value: 1 -
location(string) 必需: Example value: -
locale(string) 必需: Example value: -
minPrice(string): Example value: -
maxPrice(string): Example value: -
minSize(string): Example value: -
maxSize(string): Example value: -
layout(string): Distribution parameter. Pick between: Indifferent: leave blank (default) Open plan: openPlan Divided by walls: withWalls -
buildingType(string): Type of building parameter. Pick between: Indifferent: leave blank (default) Exclusively for offices: exclusive Mixted use: mixed -
hotWater(string): Example value: -
airConditioning(string): Example value: -
elevator(string): Example value: -
heating(string): Example value: -
accessible(string): Example value: -
exterior(string): Example value: -
garage(string): Example value: -
security(string): Example value: -
hasPlan(string): Example value: -
bankOffer(string): Bank-owned -
sinceDate(string): Publication Date Parameter. One of the following values. Indifferent: leave blank (by default) | Last 24h: T (Rent operation only) | Last 48h: Y (Buy operation only) | Last week: W | Last month: M
list_rooms
List renting rooms with the requested parameters. Buy, Rent \u003e Rooms or Share \u003e Homes.
端点: GET /listrooms
参数:
-
order(string) 必需: Order by one of the followings: relevance|lowestprice|highestprice|mostrecent|leastrecent|highestpricereduction|lowestpricem2|highestpricem2|biggest|smallest|highestfloors|lowestfloors Default is relevance. -
locationId(string) 必需: Example value: 0-EU-ES-28-07-001-079 -
locationName(string) 必需: Example value: Madrid -
numPage(string) 必需: Example value: 1 -
maxItems(string) 必需: Example value: -
location(string) 必需: Example value: -
locale(string) 必需: Example value: -
minPrice(string): Example value: -
maxPrice(string): Example value: -
newGender(string): 'You are' parameter (your gender). Pick between: male|female -
smokingPolicy(string): Pick between: Indiferent: leave blank (default) | Smoking allowed: allowed | Smoking is not allowed: disallowed -
petsPolicy(string): Pets. Pick between: Indifferent: leave blank (default) Pets allowed: allowed Pets not allowed: disallowed -
availableFrom(string): Date the room is available. Pick between: Any date: leave blank (default) Available now: now +1 month since now: 1m +2 months since now: 2m +3 months since now: 3m +4 months since now: 4m +5 months since now: 5m -
housemates1(string): Example value: -
housemates2(string): Example value: -
housemates3(string): Example value: -
couplesAllowed(string): Example value: -
childrenAllowed(string): Example value: -
streetViewWindow(string): Example value: -
privateToilet(string): Example value: -
airConditioning(string): Example value: -
elevator(string): Example value: -
terrace(string): Example value: -
exterior(string): Example value: -
accessible(string): Example value: -
hasHouseKeeper(string): Example value: -
garden(string): Example value: -
swimmingPool(string): Example value: -
topFloor(string): Example value: -
intermediateFloor(string): Example value: -
groundFloor(string): Example value: -
occupation(string): Flat sharing with... Pick one of these: Indifferent: leave blank (default) With workers: workers With students: students -
gayPartners(string): Example value: -
ownerNotLiving(string): Example value: -
privateOwner(string): Example value: -
sinceDate(string): Publication Date Parameter. One of the following values. Indifferent: leave blank (by default) | Last 48h: Y (Buy operation only) | Last week: W | Last month: M
list_new_homes
List new home properties with the requested parameters. Buy/Rent \u003e New home. Filters are optional parameters, please make sure the request follows the rules in each parameter.
端点: GET /listnewhomes
参数:
-
order(string) 必需: Order by one of the followings: relevance|lowestprice|highestprice|mostrecent|leastrecent|highestpricereduction|lowestpricem2|highestpricem2|biggest|smallest|highestfloors|lowestfloors Default is relevance. -
operation(string) 必需: Search sales or rentals. Pick between: sale|rent -
locationId(string) 必需: Example value: 0-EU-ES-28-07-001-079 -
maxItems(string) 必需: Example value: 40 -
locationName(string) 必需: Example value: Madrid -
numPage(string) 必需: Example value: 1 -
location(string) 必需: Example value: -
locale(string) 必需: Example value: -
minPrice(string): Example value: -
maxPrice(string): Example value: -
housesOrChalets(string): Example value: -
flats(string): Example value: -
bedrooms0(string): Example value: -
bedrooms1(string): Example value: -
bedrooms2(string): Example value: -
bedrooms3(string): Example value: -
bedrooms4(string): Example value: -
rentToOwn(string): Example value: -
finished(string): Example value: -
stateSubsidized(string): Example value: -
bankOffer(string): Example value:
get_suggestions
Get location suggestions (autocomplete)
端点: GET /getsuggestions
参数:
-
prefix(string) 必需: Example value: madrid -
location(string) 必需: One of the following values: es|pt|it -
propertyType(string) 必需: Changes the 'total' field which indicates the number of properties of this type. Note: bedrooms only works with rent operation. -
operation(string) 必需: Changes the 'total' field which indicates the number of properties with this operation.
技术栈
- FastMCP: 快速、Pythonic 的 MCP 服务器框架
- 传输协议: stdio
- HTTP 客户端: httpx
开发
此服务器由 API-to-MCP 工具自动生成。
版本: 1.0.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bach_idealista7-1.0.0.tar.gz.
File metadata
- Download URL: bach_idealista7-1.0.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d34474b812eb1f47912ada2e17c7a5c510e6d21ced48399b49c9043eb7b5472d
|
|
| MD5 |
996366b2df9b7de7b043329504df2ff7
|
|
| BLAKE2b-256 |
fe590ead001c4f478209be9de7d4516e4de8ca44d67a7f858d6bb43d84c4fa71
|
File details
Details for the file bach_idealista7-1.0.0-py3-none-any.whl.
File metadata
- Download URL: bach_idealista7-1.0.0-py3-none-any.whl
- Upload date:
- Size: 33.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e14255dd781e22e46ea48ee97af7dc9cddf9ef000fbe2dc5ffb0d32927505dd
|
|
| MD5 |
f6e2cbba747856228cd80c21558b29d0
|
|
| BLAKE2b-256 |
c1a641e8bd5c9e503259510b310528fa5f74021d3c03f8a4eebc5cd66ec2b1d8
|