Back to Browse

Airbnb Data MCP Server

Developer ToolsUse Caution2.8MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Airbnb search, listing details, and calendar availability as clean structured data.

About

Airbnb search, listing details, and calendar availability as clean structured data.

Remote endpoints: streamable-http: https://data.dataleads.pro/mcp/airbnb-data

Security Report

2.8
Use Caution2.8Critical Risk

This MCP server wraps the DataLeads Airbnb API with appropriate authentication via API key, but has significant security concerns around credential handling and input validation. The API key is passed in both request body and Authorization header, and user-supplied payloads are merged directly into API requests without validation, creating potential for injection attacks or unintended API calls. While permissions are reasonable for the stated purpose, the code quality issues and lack of input sanitization warrant caution. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 5 high severity).

3 files analyzed · 12 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Airbnb Data API

Airbnb search, listing details, and calendar availability as clean structured data.

Part of the DataLeads API suite (Travel category). Requests render in a real browser with anti-bot handling and protected-page support built in - no proxies to manage, no infrastructure to run.

Endpoints

MethodPathDescription
POST/airbnb/searchV1 Airbnb Search
POST/airbnb/detailsV1 Airbnb Details
POST/airbnb/calendarV1 Airbnb Calendar

Quick start

curl -X POST https://data.dataleads.pro/v1/airbnb/search \
  -H 'Content-Type: application/json' \
  -d '{"clientKey": "YOUR_CLIENT_KEY", "location": "Austin, TX"}'

Replace YOUR_CLIENT_KEY with your key. Get one at https://data.dataleads.pro - free tier included.

MCP server

  • Remote (Streamable HTTP): https://data.dataleads.pro/mcp/airbnb-data
  • Stdio (Docker): docker run -e DATALEADS_API_KEY=yourkey ghcr.io/dataleads/airbnb-data-mcp:latest

Pricing

TierPriceRequests
Free$0500/mo
Starter$9/mo5,000
Pro$29/mo25,000
Business$99/mo100,000
Enterprisecustomcustom

Full plan details at https://data.dataleads.pro.

License

MIT - see LICENSE.

Reviews

No reviews yet

Be the first to review this server!