Hostfully MCP. Manage properties, leads, and service providers in one flow.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Hostfully MCP Server manages all your vacation rental operations. Use it to list, view, and track properties, leads, guests, and service providers from a single interface.
Access details for specific agencies, properties, or leads, and manage service provider dispatching through the Hostfully API.
What your AI agents can do
Get agency
Pulls the full details for one specific agency.
Get lead
Retrieves all details for a specific lead record.
Get property
Gets the full details for a specific property asset.
List all agencies your API key is authorized to access using list_agencies.
Retrieve comprehensive details for a specific property using get_property, or list all properties belonging to an agency with list_properties.
Check the status and details of captured prospects via get_lead or view a batch of leads and bookings using list_leads.
List all contracted service providers (cleaners, maintenance) for an agency using list_service_providers.
Get details on specific guests (list_guests) or list all property owners attached to an agency.
See which webhooks are configured and firing for an agency using list_webhooks.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Hostfully MCP Server: 10 Tools for Property & Lead Management
These tools allow your agent to interact with the Hostfully Property Management System, retrieving structured data on properties, leads, owners, and service providers.
019d75b3get agency
Pulls the full details for one specific agency.
019d75b3get lead
Retrieves all details for a specific lead record.
019d75b3get property
Gets the full details for a specific property asset.
019d75b3list agencies
Lists every agency your API key has permission to access.
019d75b3list guests
Provides a list of all guests associated with an agency.
019d75b3list leads
Lists all leads and bookings tied to a specific agency.
019d75b3list owners
Lists all property owners linked to an agency.
019d75b3list properties
Lists all properties belonging to a specified agency.
019d75b3list service providers
Lists cleaning and maintenance service providers for an agency.
019d75b3list webhooks
Displays all webhooks configured and active for an agency.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Hostfully, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
Hostfully MCP Server runs your whole vacation rental business through your AI client. You'll use it to list, view, and track everything—properties, leads, guests, and service providers—all from one place. You can pull the full details for a specific agency using get_agency, or see every agency your API key can touch with list_agencies.
Need to manage property inventory? You can list all properties belonging to an agency with list_properties, and then grab the deep details for any single property using get_property. You can list all property owners attached to an agency with list_owners.
For leads, you can list all leads and bookings for an agency using list_leads, and check the status and specifics of a captured prospect with get_lead. You'll also see a list of all guests linked to an agency with list_guests.
When it comes to maintenance, you can list all cleaning and maintenance service providers for an agency using list_service_providers. You can also see which webhooks are configured and firing for an agency using list_webhooks.
This server gives your agent the tools to audit your agency access with list_agencies, manage your full property assets by listing and getting property details, track every lead and booking with list_leads and get_lead, dispatch service providers by listing them with list_service_providers, view owner and guest records using list_owners and list_guests, and monitor your system connections with list_webhooks.
How Hostfully MCP Works
- 1 First, use
list_agenciesto identify the correct agency UID for the properties or leads you need to check. - 2 Next, use the resulting agency ID to narrow the scope. You can then call
list_propertiesto get a list of available assets. - 3 Finally, use the specific property ID with
get_propertyto pull full details, or uselist_leadsto track current bookings.
The bottom line is, your agent performs a staged data pull: identify the scope (agency) $\rightarrow$ list the targets (properties/leads) $\rightarrow$ retrieve the details (get_property/get_lead).
Who Is Hostfully MCP For?
This is for property management teams and operations leads who manage multiple vacation rentals. If you're tired of switching between the booking system, the maintenance portal, and the CRM just to get a full picture of a single property, this is for you. You get one pane of glass for all operations.
Uses the server to check the status of all properties, verify maintenance assignments via list_service_providers, and track booking conflicts using list_properties.
Queries list_leads and get_lead to check inquiry status, determine pricing viability, and see which properties are available for booking next month.
Manages the roster of service providers and checks guest records via list_guests to ensure compliance and readiness for check-ins.
What Changes When You Connect
- Consolidate all data into one chat session. Instead of opening the CRM, then the property list, and then the service portal, your agent handles all three with calls to
list_properties,list_leads, andlist_service_providers. - Automate property status checks. Use
get_propertyto pull real-time availability and amenity details without leaving your chat window. This saves time compared to checking the Hostfully dashboard manually. - Improve lead follow-up. When a new inquiry comes in, your agent uses
get_leadandlist_leadsto instantly pull the customer's history and relevant property details for a tailored response. - Streamline maintenance. When a property needs service, your agent calls
list_service_providersto see who is available, and then usesget_propertyto verify the asset details needed for the dispatch. - Verify data connections. Need to know if the booking system is firing alerts? Use
list_webhooksto audit the setup for an agency. This is a quick check that prevents manual setup errors. - Map out ownership structure. Quickly understand who owns what. You can use
list_ownersandlist_propertiestogether to build a complete asset map for a given agency.
Real-World Use Cases
Onboarding a New Property
A new property is ready to list. Instead of manually updating spreadsheets and calling three different internal systems, you tell your agent to list the agency using list_agencies, then list properties using list_properties (to verify the ID), and finally use get_property to pull all required amenity data for the listing.
Investigating a Bad Booking
A guest complains about a billing error. Your agent first uses get_lead to pull the lead record, then calls list_guests to verify the names on file, and finally uses get_property to check the room rate against the current booking date.
Dispatching Emergency Repairs
The AC broke at a rental. You ask your agent to list all service providers (list_service_providers). The agent confirms the correct technician and then uses get_property to pull the asset's exact address and unit ID for the dispatch order.
Auditing a Client's Portfolio
A client asks for a full overview. You tell your agent to use list_agencies to find the client's accounts, then list_properties to list all assets, and finally list_owners to confirm who owns each piece of real estate.
The Tradeoffs
Calling tools in random order
Asking the agent to get_property without first knowing the correct agency UID, or calling get_lead before running list_agencies. The agent fails or returns incomplete data.
→
Always start by calling list_agencies to confirm the scope. Then, pass the resulting agency UID to the next tool, like list_properties or list_leads. This ensures the system has the necessary context to proceed.
Over-relying on general listings
Just running list_properties and getting a huge list of IDs. You then have to manually find the one property you care about and copy its details.
→
If you know the target property, use get_property directly with its specific ID. Only use list_properties if you need to see the entire inventory for comparison.
Ignoring booking history
Focusing only on the current lead status using get_lead, and missing past booking patterns or owner details.
→
Supplement the lead check by running list_leads to see the booking history, and then use list_owners to understand the ownership structure supporting that property.
When It Fits, When It Doesn't
Use this server if your workflow requires linking multiple data points across the entire property lifecycle. You need to move beyond simple lookups—you need to verify a connection between an owner, a property, and a service provider. For example, if a booking is pending, you use list_leads and get_lead. If you need to know who owns the property booked, you run list_owners. Don't use this if you only need to check a single, isolated piece of data (e.g., just listing all webhooks). If you only need a list of assets, list_properties is enough. If you need details on the people, use list_guests or get_lead.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Hostfully. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 10 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Managing vacation rentals involves jumping between too many screens.
Today, checking on a single rental requires jumping through the booking portal, the owner management dashboard, and the maintenance ticketing system. You copy the property ID from one page, paste it into another, and cross-reference the lead status in a third tab. This takes minutes, and you're prone to copy-paste errors.
With the Hostfully MCP Server, your agent handles this entire workflow in a chat. You ask: 'What's the status of property PR-921?' and it pulls the data from the property records, the lead pipeline, and the service provider list, giving you a single, complete answer.
Use the Hostfully MCP Server for unified property and lead data.
You eliminate the need to run separate reports for property inventory, lead status, and service provider availability. You no longer have to switch contexts to compile a report detailing who owns the asset, who is booking it, and who services it.
The system connects all these data points deterministically. You get a single, structured output that combines property details, owner records, and current service provider status, every time.
Common Questions About Hostfully MCP
How do I use the `list_properties` tool with Hostfully? +
You must first ensure you have the agency UID. Use list_properties with the UID to get a complete list of all properties belonging to that agency.
What is the difference between `get_lead` and `list_leads`? +
get_lead gets the full record for one specific lead. list_leads provides a summary list of multiple leads and bookings for the entire agency.
Can I check maintenance providers using the `list_service_providers` tool? +
Yes, list_service_providers lists all contracted service providers—like cleaners or plumbers—for the agency. It helps you know who's available for dispatch.
Does `get_property` require an ID? +
Yes, get_property requires the specific property ID to pull the detailed record. It cannot pull general information without an ID.
How do I find out who owns the property using Hostfully? +
Use the list_owners tool. You provide the agency context, and it returns a list of all property owners linked to that agency.
What information does `list_agencies` provide about my connected accounts? +
It lists all agencies the API key is authorized to access. This lets you confirm which accounts your AI client can manage, preventing accidental data access.
How do I handle rate limits when using `get_lead` or `get_property`? +
You need to implement a retry mechanism in your agent. If a rate limit error occurs, your agent should pause and wait a specified interval before retrying the call.
Does the `list_properties` tool require a specific format for the `agencyUid`? +
Yes, the list_properties tool requires the agencyUid to scope the search. You must provide a valid unique identifier to list properties belonging to that agency.
Where do I find my Hostfully API Key? +
You can find your API key in the Integration Settings of your Hostfully dashboard.
Is the Agency UID required? +
It is required for most property and lead related tools. You can find it at the bottom of your Agency Settings page.
Can I see guest details? +
Yes, the list_guests tool provides access to guest information associated with your agency.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Buildium
Manage rental properties via Buildium — track units, tenants, and maintenance tasks directly from any AI agent.
Travelport
Access Travelport's Global Distribution System to search and book flights, hotels, and manage travel reservations directly through AI.
Booqable
Manage your rentals via Booqable — track orders, check availability, and manage inventory directly from any AI agent.
You might also like
Moloco
Manage machine learning-powered advertising via Moloco — track campaigns and get analytics directly from your AI agent.
Beagle Security
Scan your web applications for vulnerabilities, generate penetration test reports, and strengthen your security posture proactively.
ThoughtSpot
Search and analyze business data by interacting directly with your ThoughtSpot metadata and Liveboards via your AI agent.