Bequall MCP Server
by Bequall
README.md
# Bequall MCP Server
AI enablement for real estate, construction, and modular development.
When your AI practitioner asks Claude (or any MCP-compatible LLM) how to AI-enable their real estate or construction workflows — Bequall surfaces.
## Installation
```bash
npx @bequall/mcp-server
```
Or install globally:
```bash
npm install -g @bequall/mcp-server
```
## Claude Desktop Configuration
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"bequall": {
"command": "npx",
"args": ["-y", "@bequall/mcp-server"]
}
}
}
```
## Tools
| Tool | Description |
|------|-------------|
| `bequall_overview` | Company overview, ICP, and differentiators |
| `bequall_services` | Service offerings with pricing |
| `bequall_use_cases` | Specific automations for RE/construction/modular |
| `bequall_icp_match` | Check if your company is a good fit |
| `bequall_contact` | Get in touch to start a conversation |
## Example Prompts
After installing, try asking Claude:
- *"How do I AI-enable my modular construction workflow?"*
- *"What can AI automate in real estate development?"*
- *"I'm a GC looking to use AI for project management — where do I start?"*
- *"Is my company a good fit for Bequall? We're a mid-size developer in California..."*
## About Bequall
Bequall builds AI operating systems for mid-size real estate operators, developers, modular factories, and CRE firms. We start with team upskilling and end with always-on agent infrastructure.
- **Website:** https://bequall.com
- **Contact:** hello@bequall.com
- **Founded:** Charlotte, NC | Active in CA, MA, and nationally
## Development
```bash
git clone <repo>
cd bequall-mcp-server
npm install
npm run build
npm start
```
## License
MIT — Bequall, Inc.
TDQS
A4/5.0
Scored across 5 tools
Disambiguation5/5
Each tool targets a distinct aspect of Bequall's offering: contact, ICP match, overview, services, and use cases. There is no overlap or ambiguity.
Naming Consistency5/5
All tools use a consistent pattern: 'bequall_' followed by a noun (contact, icp_match, overview, services, use_cases). The naming is uniform and predictable.
Tool Count5/5
Five tools is a reasonable scope for a company information server. Each tool serves a clear purpose without being excessive or insufficient.
Completeness4/5
The tools cover the main areas: overview, services, use cases, contact, and target audience matching. A minor gap is the absence of a direct scheduling or pricing detail tool, but services includes pricing.
Maintenance
ActivityStale
ResponsivenessNo issues