mcp-digible-metrics
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., "@mcp-digible-metricswhat's the canonical definition of qualified lead?"
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.
mcp-digible-metrics
One MCP server that owns every marketing metric for a multifamily portfolio, with exactly one canonical definition per metric — and the losing definition still reachable by name, because some of them deserved to survive.
This is the worked solution to Part 09 of the MCP training series. Eight LangChain agents each carried their own copy of the same business logic, and the copies had drifted: five definitions of "qualified lead" 7.3x apart, two of "lease opportunity rate" 2.5x apart, three of "occupancy", and one date-range bug that had been under-reporting spend since the day it shipped. All of it now lives here.
All data is synthetic. The vocabulary, fee structures and metric definitions are modelled on the real business of Digible, a multifamily marketing agency; no real client, revenue figure or case-study number appears anywhere in this repository.
The endpoint
https://mcp-digible-metrics.fastmcp.app/mcpPublic and unauthenticated on purpose, so anyone can point an agent or Claude Desktop at it without an account. Speaks MCP over Streamable HTTP.
Related MCP server: Company Records
What is in here
File | |
| The definitions. Every metric, once. Read |
| The seam. 22 tools, each a docstring and one delegation into |
| 14 properties, 6 months, ~110k rows. Committed, read-only, deterministic (seed |
|
|
|
|
Run it locally
pip install -r requirements.txt
python server.py # http://127.0.0.1:8020/mcp
python server.py --stdio # what a desktop client would spawn
fastmcp inspect server.py:mcp # 22 tools, same check Horizon runs at build timeThe one tool to call first
metric_definitions(agent_name="you")It returns the canonical definition of every metric, the reasoning behind it, what else is reachable, and what has been retired. That tool is the whole point: a shared server is not a code-reuse trick, it is where an organisation's business definitions stop being folklore.
Configuration
Variable | Required | |
| no | Postgres connection string. When set, every tool call writes a row to |
No secret is committed here and none ever will be. The runtime filesystem on
Horizon is ephemeral — committed files ship in the build artifact and are
readable, runtime writes do not survive — which is exactly why digible.db is in
git and the audit trail is not.
Licence
MIT. Copyright (c) 2026 Overclock Accelerator.
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
- AlicenseNot gradedqualityBmaintenanceProvides live commercial real estate data (rates, demographics) and analysis tools (DCF, rent roll parsing, lease abstraction, IC memo generation) within Claude Desktop.1MIT
- FlicenseNot gradedqualityDmaintenanceExposes a fictional B2B CRM database (companies, contacts, deals) as callable MCP tools, enabling AI agents to answer natural-language questions about company records, contacts, and pipeline data.
- AlicenseNot gradedqualityBmaintenanceEnables querying and analyzing marketing data from Google Analytics 4, Search Console, YouTube, and optionally Google Ads and Meta Ads, stored in a unified DuckDB database, via natural language in Claude.MIT
- AlicenseBqualityCmaintenanceEnables agents to interact with a governed semantic layer for querying and authoring metrics, providing tools for discovery, planning, validation, and execution of analytics queries.16Apache 2.0
Related MCP Connectors
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Current US rental market data for AI agents: 1,500+ submarkets, monthly rent + vacancy + trends.
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
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-metrics'
If you have feedback or need assistance with the MCP directory API, please join our Discord server