Digible Data
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., "@Digible Datacompare Q2 marketing spend to budget by market"
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.
Digible Data — an MCP server
Six composable tools over a multifamily marketing dataset. Ask about money out, people through the leasing funnel, and phone calls — grouped however you need.
Live: https://mcp-digible-queries.fastmcp.app/mcp — public, no sign-in, no key.
The tools
Tool | What it answers |
| The apartment communities under management, optionally by market |
| The marketing channels, and how each one is billed |
| What a period means, and which months the data covers |
| What we spent, and how it compares to budget |
| How many people moved through the funnel, and what they cost |
| How many calls came in, and how many nobody answered |
Three shapes — money, people, phone — plus three lookups. The variety lives in
group_by, not in more tools. leasing_funnel(include_cost=True) joins spend on
the same grouping key, so cost per lead and cost per lease need no extra tool.
period takes what a person would say: "May", "Q2", "last month",
"first half", or "2026-02-01..2026-04-15". If it cannot read one, it says so
and lists what it does understand.
Every tool takes an optional caller for attribution. It defaults, so nobody
using Claude Desktop has to invent a name.
Related MCP server: Northbeam MCP Server
Connecting it
Claude Desktop — add it as a connector with the URL above, then ask in plain language. Nothing to install.
Claude Code
claude mcp add --transport http digible-data https://mcp-digible-queries.fastmcp.app/mcpLocally
pip install -r requirements.txt
python server.py # http://127.0.0.1:8030/mcp
python server.py --stdio # or stdio, if your client prefers itWhere this came from
Built for the Overclock Accelerator MCP training as the worked answer to an exercise: six agents, each with its own way of querying the same database, consolidated into one server. Agent code dropped from 942 lines to 141.
The exercise and the write-up live in digible-mcp-training-starter.
Data
digible.db is synthetic, committed, and opened read-only. Properties,
campaigns, channels, spend, leads, calls, tours, applications and leases,
covering 2026-01 to 2026-06.
MIT licensed.
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
- FlicenseNot gradedqualityDmaintenanceEnables analysis of prospective tenant inquiries and market rent comparisons through database queries, guest card analytics, and automated generation of leasing emails and visual market reports with charts.
- FlicenseCqualityDmaintenanceProvides access to Northbeam marketing analytics data, enabling querying of metrics, dimensions, channel performance, cohort analysis, and attribution data.61
- FlicenseBqualityCmaintenanceEnables natural language querying of marketing analytics across Google Search Console, GA4, Google Ads, HubSpot, and Bing. Provides tools for search queries, traffic, campaign performance, and composite cross-platform rollups.79
- AlicenseAqualityCmaintenanceEnables querying the RentCast property API for rent and sale value estimates, market statistics, property records, and active listings through six read-only tools.6MIT
Related MCP Connectors
Query Churn Solution cancellation-flow metrics, revenue, and feedback analytics (read-only).
Read-only SaaS business intelligence from GA4, Stripe, and Google Search Console.
Ask your app anything — revenue, errors, read-cost, growth — and get rendered charts back.
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/Overclock-Accelerator/mcp-digible-queries'
If you have feedback or need assistance with the MCP directory API, please join our Discord server