com.yourmatflow/matflow
Official5 toolsMatFlow
Read-only MatFlow data: pricing, competitors, features, FAQs for combat-sports gyms.
Access MatFlow data on pricing, competitors, and features for combat-sports gyms.
Captured live from the server via tools/list.
get_pricing
Returns full pricing data for all MatFlow plans (Starter, Standard, Pro) with monthly/annual rates, included features, and guarantees.
No parameters.
list_competitors
Returns the list of competitors MatFlow has comparison pages for (GymDesk, Zen Planner, Mindbody, Push Press, Wodify, Kicksite, Glofox).
No parameters.
get_competitor
Returns full comparison data for a single competitor by slug — wedge, features, FAQs, and the MatFlow vs competitor matrix.
Parameters (1)
- slugstringrequired
Competitor slug
list_features
Returns the MatFlow feature catalog grouped by category with tier availability.
No parameters.
get_faqs
Returns general MatFlow FAQs plus per-competitor FAQs.
No parameters.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"matflow": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://yourmatflow.com/api/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.