INDIVIDUAL MCP TOOL
create_proposal
Create a proposal/quote request to a verified company on behalf of a customer.
LIVE ENDPOINT
https://bizclaw.xyz/mcp
Connect to this endpoint to inspect the live schema for create_proposal 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.
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.bizclaw]
url = "https://bizclaw.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bizclaw": {
"type": "http",
"url": "https://bizclaw.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bizclaw
Remote MCP URL: https://bizclaw.xyz/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": {
"bizclaw": {
"url": "https://bizclaw.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bizclaw": {
"type": "http",
"url": "https://bizclaw.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bizclaw",
"transport": "streamable-http",
"url": "https://bizclaw.xyz/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_companies— Search for companies in the BizClaw business directory.get_company— Get full details for a specific company by its ID.ask_about_companies— Ask a natural language question about companies and get AI-powered recommendations.list_categories— List all available business categories in BizClaw.get_company_by_website— Look up a company by its website URL.create_batch_proposals— Create proposals to multiple companies at once (max 10).get_my_proposals— Get all proposals created by the current agent.reply_to_proposal— Reply to a company's response on a proposal.