
MatFlow
com.yourmatflow/matflow is a MCP server that serves read-only MatFlow pricing, competitor, feature, and FAQ data for combat-sports gyms over hosted streamable-http.
About
MatFlow MCP (com.yourmatflow/matflow) is a lightweight, read-only Model Context Protocol server that surfaces MatFlow’s curated dataset about combat-sports gyms—pricing patterns, competitor positioning, product features, and FAQs—so developers researching gym management or membership SaaS can ground agent answers in domain-specific facts instead of generic web search. Connect the streamable-http remote in Claude Code, Cursor, or Codex during the Idea phase when you are comparing incumbents, sanity-checking price points, or drafting positioning for a vertical you do not personally operate. Complexity is beginner-friendly on the client side because there is no API key called out in the published server.json snippet and tools are read-only, though you still need an MCP client that supports remote HTTP. It will not deploy code, run payments, or mutate MatFlow data. Treat it as a niche competitor-intel MCP, not a general business research suite or a WordPress-style content factory.
- Read-only hosted MCP at https://yourmatflow.com/api/mcp (streamable-http)
- Structured MatFlow domains: pricing, competitors, features, and FAQs for combat-sports gyms
- No write tools—safe reference lookups for research chats
- Open website repo context on GitHub (lucasinclair/matflow-website); server version 1.0.0
MatFlow by the numbers
- Exposes 5 verified tools (MCP introspection)
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http matflow https://yourmatflow.com/api/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 5 |
What it does
Pull read-only MatFlow intelligence—gym pricing, competitors, features, and FAQs—into your agent while you evaluate a combat-sports SaaS niche.
Who is it for?
Best when you're validating or positioning a combat-sports gym product and want MatFlow’s packaged market facts inside MCP.
Skip if: General SaaS ideas outside fitness/combat sports, teams that need live CRM writes, or users requiring authenticated private datasets.
What you get
After adding the MatFlow remote MCP URL, your agent can fetch read-only vertical facts to inform niche validation and positioning conversations.
- Agent-grounded answers using MatFlow pricing and competitor datasets
- Faster niche landscape scans for gym SaaS ideas
- FAQ and feature comparisons cited from MatFlow via MCP
By the numbers
- Four documented data domains: pricing, competitors, features, FAQs
- Server version 1.0.0
- Single hosted remote: yourmatflow.com/api/mcp
Tools 5
Public tool metadata - what this server can do for an agent.
get_pricingReturns full pricing data for all MatFlow plans (Starter, Standard, Pro) with monthly/annual rates, included features, and guarantees.
list_competitorsReturns the list of competitors MatFlow has comparison pages for (GymDesk, Zen Planner, Mindbody, Push Press, Wodify, Kicksite, Glofox).
get_competitor1 paramReturns full comparison data for a single competitor by slug — wedge, features, FAQs, and the MatFlow vs competitor matrix.
slugstringrequiredCompetitor slug
list_featuresReturns the MatFlow feature catalog grouped by category with tier availability.
get_faqsReturns general MatFlow FAQs plus per-competitor FAQs.
Recommended MCP Servers
How it compares
Niche read-only market-data MCP for martial-arts gyms, not a broad SEC/finance feed or social analytics platform.
FAQ
Who is com.yourmatflow/matflow for?
It is for developers researching combat-sports gym businesses who want agent-side access to MatFlow’s pricing, competitor, feature, and FAQ reference data.
When should I use com.yourmatflow/matflow?
Use it in the Idea phase (and early Validate pricing conversations) when you are mapping competitors and price tiers before building gym-focused software.
How do I add com.yourmatflow/matflow to my agent?
Register the remote MCP server URL https://yourmatflow.com/api/mcp with streamable-http in your MCP client; no bearer key is documented in the published schema snippet.