Bequall MCP Server
Enables AI assistants to provide information about Bequall's services for real estate, construction, and modular development, including company overview, use cases, and fit assessment.
README
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
npx @bequall/mcp-server
Or install globally:
npm install -g @bequall/mcp-server
Claude Desktop Configuration
Add to your claude_desktop_config.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
git clone <repo>
cd bequall-mcp-server
npm install
npm run build
npm start
License
MIT — Bequall, Inc.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.