mcpbeat

Venturu MCP Server

com.venturu/mcp-server
answering

Venturu is answering right now. Last checked 13 min ago. It exposes 9 tools.

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

Uptime history 39 hours of history · worst hour 0%
39 hours agonow
52.7%
Uptime 24h
48 of 91 checks
9
Tools
read from the server
422 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 13 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://www.venturu.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://www.venturu.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://www.venturu.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://www.venturu.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://www.venturu.com/mcp"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

business
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.
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 discover which IDs to use for a given industry or business type.
contact
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 representation. Provide the broker slug and the message to send. Use search_brokers to find broker slugs.
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.
broker
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.
brokers
search_brokers
Search for business brokers (agents) on Venturu by location, name, languages, and more. Returns verified brokers with email and phone redacted.
businesses
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 for ranges (e.g. minPrice/maxPrice, minRevenue/maxRevenue, minProfit/maxProfit, minSde/maxSde, minOpportunityScore/maxOpportunityScore). Returns censored listing data with titles and addresses handled according to listing visibility settings.
languages
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.
who
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).

Endpoints

URLTransportStateLatencyChecked
https://www.venturu.com/mcp streamable-http answering 751 ms 13 min ago

Venturu — questions

Answers built from our own checks of this server.

What can Venturu do?
It exposes 9 tools, read directly from the server on our last check. Among them: contact_broker, contact_seller, get_broker, get_business, list_business_categories, list_languages and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Venturu mostly used for?
Its tools cluster around business and contact. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Venturu working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 48 of 91 checks got a reply (52.7%), average response time 422 ms. The bar chart above shows every period we have measured.
How do I connect Venturu?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Venturu need an API key?
No. Venturu completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Venturu?
It answers our handshake in 422 ms on average, which is faster than 30% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.