# Venturu Developer Center ## Docs - [Create or update broker](https://developers.venturu.com/api-reference/partner/create-or-update-broker.md): Create or update a broker in Venturu's system. If the broker with the specified external ID already exists, their information will be updated. If not, a new broker will be created. - [Create or update listing](https://developers.venturu.com/api-reference/partner/create-or-update-listing.md): Create or update a listing in Venturu's system. If the listing with the specified external ID already exists, its information will be updated. If not, a new listing will be created. - [Get health](https://developers.venturu.com/api-reference/partner/get-health.md): Get information about the health of the API. Useful to verify if the API is reachable and you can successfully authenticate against it. - [Get leads for office](https://developers.venturu.com/api-reference/partner/get-leads-for-office.md): Get lead statistics for a specific partner agent organization office. This endpoint may not be supported for all Venturu partners. - [Get leads for organization](https://developers.venturu.com/api-reference/partner/get-leads-for-organization.md): Get lead statistics and per-office breakdowns for a specific partner agent organization. This endpoint may not be supported for all Venturu partners. - [Authentication](https://developers.venturu.com/getting-started/authentication.md) - [Core Concepts](https://developers.venturu.com/getting-started/core-concepts.md) - [Making Your First Call](https://developers.venturu.com/getting-started/making-your-first-call.md) - [Rate Limiting](https://developers.venturu.com/getting-started/rate-limiting.md) - [Creating a Broker](https://developers.venturu.com/guides/creating-a-broker.md) - [Creating a Listing](https://developers.venturu.com/guides/creating-a-listing.md) - [Managing Listing Status](https://developers.venturu.com/guides/managing-listing-status.md) - [Tracking Leads](https://developers.venturu.com/guides/tracking-leads.md) - [Updating a Broker](https://developers.venturu.com/guides/updating-a-broker.md) - [Updating a Listing](https://developers.venturu.com/guides/updating-a-listing.md) - [Welcome to the Developer Center](https://developers.venturu.com/introduction/index.md) - [Getting an API Key](https://developers.venturu.com/introduction/onboarding.md) - [Authentication](https://developers.venturu.com/mcp-server/authentication.md): OAuth 2.0 + PKCE authentication for the Venturu MCP server. - [Compatible Clients](https://developers.venturu.com/mcp-server/compatible-clients.md): AI assistants and development tools that work with the Venturu MCP server. - [Venturu MCP Server](https://developers.venturu.com/mcp-server/index.md): Connect AI assistants to the Venturu business marketplace using the Model Context Protocol. - [Quickstart](https://developers.venturu.com/mcp-server/quickstart.md): Connect to the Venturu MCP server from your AI client in under a minute. - [Rate Limiting](https://developers.venturu.com/mcp-server/rate-limiting.md): Request limits and best practices for the Venturu MCP server. - [contact_broker](https://developers.venturu.com/mcp-server/tools/contact-broker.md): Send a message to a broker on Venturu. Requires authentication. - [contact_seller](https://developers.venturu.com/mcp-server/tools/contact-seller.md): Send a message to a business listing seller on Venturu. Requires authentication. - [get_broker](https://developers.venturu.com/mcp-server/tools/get-broker.md): Get full details for a single broker by their profile slug. - [get_business](https://developers.venturu.com/mcp-server/tools/get-business.md): Get full details for a single business listing by its slug. - [Tools Overview](https://developers.venturu.com/mcp-server/tools/index.md): Complete reference for all 9 tools available on the Venturu MCP server. - [list_business_categories](https://developers.venturu.com/mcp-server/tools/list-business-categories.md): Get all industry categories and business type IDs for filtering searches. - [list_languages](https://developers.venturu.com/mcp-server/tools/list-languages.md): Get all available languages with IDs for filtering broker searches. - [search_brokers](https://developers.venturu.com/mcp-server/tools/search-brokers.md): Search for verified business brokers on Venturu by location, language, and more. - [search_businesses](https://developers.venturu.com/mcp-server/tools/search-businesses.md): Search for businesses (listings) for sale on Venturu with 30+ filters. - [who_am_i](https://developers.venturu.com/mcp-server/tools/who-am-i.md): Verify the currently authenticated user identity. ## OpenAPI Specs - [openapi](https://developers.venturu.com/openapi.json)