Heavy Metric MCP Server
OfficialProvides access to Heavy Metric's strategy library using Supabase as the backend database.
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., "@Heavy Metric MCP ServerShow me pricing strategies for my HVAC business"
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.
Heavy Metric MCP Server
Give your AI agent access to 50+ battle-tested home service business strategies.
Pricing, marketing, sales, operations, hiring -- real tactics from real contractors, not MBA theory.
Tools
Tool | Description |
| Search by keyword (e.g. "pricing", "google ads") |
| Get full article by slug or title |
| List all categories with counts |
| List all strategies in a category |
| Get a random strategy for daily tips |
Related MCP server: ServiceGraph
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"heavymetric": {
"command": "node",
"args": ["/path/to/heavymetric-mcp/index.js"]
}
}
}Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"heavymetric": {
"command": "node",
"args": ["/path/to/heavymetric-mcp/index.js"]
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"heavymetric": {
"command": "node",
"args": ["/path/to/heavymetric-mcp/index.js"]
}
}
}OpenClaw
Coming soon as a ClawHub skill.
Example Prompts
Once connected, try asking your AI:
"What strategies work for getting more Google reviews?"
"Give me a pricing strategy for my HVAC business"
"What's a good marketing strategy I can start today?"
"Show me all sales strategies"
"Give me a random business tip"
No API Key Required
The server uses Heavy Metric's public Supabase endpoint. No signup, no auth, no rate limits.
Links
Strategy Library: https://www.heavymetric.com/strategies
Heavy Metric: https://www.heavymetric.com
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.
Latest Blog Posts
- 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/blueprintstudioco/heavymetric-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server