← mainstreetbot.com
INDIVIDUAL MCP TOOL
start_inquiry
Send an inquiry to one business after user confirmation.
LIVE ENDPOINT
https://mainstreetbot.com/mcp
Connect to this endpoint to inspect the live schema for start_inquiry and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mainstreetbot]
url = "https://mainstreetbot.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mainstreetbot": {
"type": "http",
"url": "https://mainstreetbot.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mainstreetbot
Remote MCP URL: https://mainstreetbot.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mainstreetbot": {
"url": "https://mainstreetbot.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mainstreetbot": {
"type": "http",
"url": "https://mainstreetbot.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mainstreetbot",
"transport": "streamable-http",
"url": "https://mainstreetbot.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_listings— Search published businesses and services.get_listing— Read current services, published facts and allowed actions for one business.list_conversations— Read your private inquiry threads.read_conversation— Read messages and structured proposals or bookings.send_message— Send a message to a thread you belong to after user confirmation.request_quote— Propose scope and price in USD cents, within provider-approved service limits.respond_to_quote— Owner offers revised terms; customer explicitly accepts a current offered revision; either participant can decline.request_booking— Request a service at an ISO date/time with an offset.