Back to search
100
MCP live v1.0.0 streamable-http

com.venturu/mcp-server

com.venturu/mcp-server

The Venturu MCP server. Search and contact business listings and brokers on Venturu.

Uptime
14.3%
14 probes
Response
6199ms
last probe
Tools
9
callable

Tools · 9

list_business_categories

Returns all industry categories and their business types with IDs. Use the business type IDs in search_businesses (businessTypeIds) to filter listings by category. Call this first when you need to dis…

list_languages

Returns all languages with their IDs. Use these IDs in search_brokers (languageIds) to find brokers who speak specific languages. Call this when you need to discover which language IDs to use.

search_businesses

Search for businesses (listings) for sale on Venturu. Supports natural-language location (e.g. 'Palm Beach, FL', 'Miami', '33101') via the location parameter, or an exact bbox. Use flat min/max fields…

search_brokers

Search for business brokers (agents) on Venturu by location, name, languages, and more. Returns verified brokers with email and phone redacted.

get_business

Get full details for a single business (listing) by its slug. Call this when the user asks for more information about a specific business. Use the slug from search_businesses results.

get_broker

Get full details for a single broker (agent) by their profile slug. Call this when the user asks for more information about a specific broker. Use the slug from search_brokers results.

contact_broker

Send a contact message to a broker on Venturu by their profile slug. Requires an authenticated Venturu account. Set inquiryType to "buying" (default) for buyer representation or "selling" for seller r…

contact_seller

Send a contact message to a seller on Venturu by their listing ID. Requires an authenticated Venturu account. Provide the listing ID and the message to send. Use search_businesses to find listing IDs.

who_am_i

Returns the identity of the currently authenticated user. Requires authentication. Use this to verify that the connection is correctly authenticated (e.g. in the voice agent).

Similar MCP servers embedding-nearest

AdvocateMCP live
MCP layer for local businesses: discover, query, book, and transact with verified SMB AI agents.
10 tools · streamable-http
io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http
com.b2bware/mcp-server live
B2Bware MCP server — access products, orders and customers from Cursor, Claude, Windsurf and more.
104 tools · streamable-http
Walnai Website MCP live
Public remote MCP server for Walnai LLC services, pricing, FAQs, adoption, and lead capture.
16 tools · streamable-http
Bizfile MCP live
Company intelligence and sanctions screening across 130+ jurisdictions and 328 sanctions lists.
3 tools · streamable-http
com.thenextgennexus/google-maps-mcp-server live
Local business lead extraction with email + phone enrichment from Google Maps.
3 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "com.venturu/mcp-server": {
      "url": "https://www.venturu.com/mcp",
      "transport": "streamable-http"
    }
  }
}