Constructoo MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Constructoo MCP Serverhow many properties does customer Bob have?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Constructoo MCP Server
Standalone mock MCP server for validating Constructoo Copilot data access through an Agent Builder MCP node.
Goal
Validate this chain before the production backend is ready:
ChatKit UI
-> Agent Builder workflow
-> MCP node
-> Constructoo MCP server
-> mock Constructoo dataRelated MCP server: EasyAirClaim MCP Server
Mock Tools
Read-only tools exposed by this server:
count_customer_propertiesget_customer_propertiesget_project_statusget_today_appointments
Run Locally
npm install
npm run devLocal endpoint:
http://127.0.0.1:8788/api/mcpQuick metadata check:
curl http://127.0.0.1:8788/api/mcpTool call example:
curl -X POST http://127.0.0.1:8788/api/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"count_customer_properties","arguments":{"customerName":"Charlie"}}}'Expected result:
{
"customerName": "Charlie",
"propertyCount": 2
}Deploy
Deploy this folder as its own Vercel project.
After deployment, use this URL in Agent Builder's MCP node:
https://YOUR_VERCEL_DOMAIN/api/mcpAgent Instruction Suggestion
When the user asks about Constructoo customers, properties, projects, appointments, or project status, use the Constructoo MCP tools. Do not guess app data.Notes
This server intentionally uses mock in-memory data only.
Do not add write/update tools until read-only MCP access is verified.
Production should replace mock data with real backend calls or move this MCP endpoint into the backend.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA lightweight MCP server that simulates financial data interactions with dummy authentication and static JSON datasets for testing financial applications.2MIT
- Flicense-qualityCmaintenanceThis MCP server provides tools for developers to query, create, and manage test data for the EasyAirClaim application, including customers and flight delay claims. It is intended for development and testing only, with full database access and no authentication.
- Flicense-qualityBmaintenanceDemo MCP server that exposes order and customer data as read-only tools for AI assistants, simulating a business API or internal data source.
- Flicense-qualityBmaintenanceA production-grade MCP server for a fictional digital bank, exposing tools for an AI copilot to service customers across the full risk spectrum from read-only lookups to money movement and destructive admin actions, with OAuth 2.1 security and a realistic dataset.131
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fgambling/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server