Skip to main content
Glama
Overclock-Accelerator

Digible Data

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

list_properties

The apartment communities under management, optionally by market

list_channels

The marketing channels, and how each one is billed

date_range

What a period means, and which months the data covers

marketing_spend

What we spent, and how it compares to budget

leasing_funnel

How many people moved through the funnel, and what they cost

phone_calls

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/mcp

Locally

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 it

Where 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.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • F
    license
    B
    quality
    C
    maintenance
    Enables 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
  • A
    license
    A
    quality
    C
    maintenance
    Enables querying the RentCast property API for rent and sale value estimates, market statistics, property records, and active listings through six read-only tools.
    6
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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