Ingests data from the MYOB Business Monitor and product updates to track insights specifically for the Australian SMB market.
Monitors the n8n blog to gather intelligence on AI and automation trends for SMB content strategy.
Monitors Australian-focused subreddits like r/AusFinance and r/australia to identify and grade market intelligence signals.
Utilizes RSS feed parsing to ingest high-frequency data from multiple Australian government and business intelligence sources.
Enables sending analyzed business intelligence signals and automated daily or weekly digests to Slack channels.
Tracks the Zapier blog for updates on automation and AI tools relevant to Australian business environments.
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., "@Flowtion Intelligence MCP ServerShow me the latest Platinum-grade signals for Australian SMBs"
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.
Flowtion Intelligence MCP Server
A Claude-native Model Context Protocol (MCP) plugin that monitors 12 Australian SMB intelligence sources, analyzes signals for content relevance, and provides structured output for downstream content strategy agents.
š Repository: https://github.com/lovishdhillon21-design/flowtion-mcp
Project Structure
flowtion-mcp/
āāā src/
ā āāā flowtion/
ā āāā __init__.py # Package initialization
ā āāā server.py # Main MCP server (10 tools, 1000+ lines)
āāā scripts/
ā āāā run_daily.py # Daily ingestion from 6 sources
ā āāā test_weekly.py # Weekly ingestion test (all 12 sources)
ā āāā analyze_and_digest.py # Signal analysis & Slack integration
ā āāā send_digest.py # Standalone digest sender
āāā config/
ā āāā .env.example # Template for API credentials
ā āāā .env.local # (gitignored) Your actual secrets
āāā output/
ā āāā weekly_fetch_result.json # (gitignored) Weekly ingestion output
ā āāā weekly_digest.txt # (gitignored) Generated digest
āāā docs/
ā āāā README.md # Full documentation
āāā requirements.txt # Python dependencies
āāā .gitignore # Excludes secrets & test outputs
āāā README.md # This fileQuick Start
1. Install Dependencies
pip install -r requirements.txt2. Configure API Credentials
Copy the example config:
cp config/.env.example config/.env.localEdit config/.env.local with your API keys:
FIRECRAWL_API_KEY ā https://www.firecrawl.dev
REDDIT_CLIENT_ID / CLIENT_SECRET ā https://www.reddit.com/prefs/apps
SLACK_BOT_TOKEN ā https://api.slack.com/apps
3. Run Daily Ingestion
python scripts/run_daily.pyFetches from 6 high-frequency sources (SmartCompany, The Rundown AI, Reddit, etc.) and returns top content opportunities.
Scripts
Script | Purpose | Run From |
| Fetch 6 daily sources, grade signals, show recommendations | Root directory |
| Fetch all 12 sources, save to | Root directory |
| Analyze results, archive signals, send Slack alert | Root directory |
| Send saved digest to Slack | Root directory |
Example workflow:
# Run daily
python scripts/run_daily.py
# Or weekly:
python scripts/test_weekly.py
python scripts/analyze_and_digest.py12 Monitored Sources
Government & Policy (Authority 25-29)
S01: DISR / NAIC / CSIRO (29/30)
S04: Productivity Commission (27/30)
S09: Deloitte Access Economics AU (27/30)
S10: ASBFEO (25/30)
SMB-Focused (Authority 24-28)
S02: MYOB (28/30)
S03: SmartCompany (25/30)
S06: QLD AI Hub (24/30)
AI & Automation (Authority 21-23)
S07: The Rundown AI (22/30)
S08: n8n Blog (23/30)
S12: Zapier Blog (21/30)
Community & Content
S05: Reddit (r/AusFinance, r/australia) (24/30)
S11: LinkedIn Creators (18/30)
Signal Grades
Platinum (P) ā AU SMB data, regulatory change, breakthrough tools ā Act immediately
Gold (G) ā Strong AU relevance or high SMB utility ā Content within 48hrs
Silver (S) ā Useful background, supports themes ā Reference/archive
Bronze (B) ā Tangentially relevant ā File for reference
Noise (N) ā Not relevant ā Discard
Automatic Platinum Triggers
DISR Tracker quarterly data
Productivity Commission new report
Deloitte new AU SMB research
MYOB Business Monitor / AI product
New government AI grant programs
Full Documentation
See docs/README.md for:
Complete architecture & design
All 10 MCP tools
Signal envelope schema
Grading rules & examples
Integration patterns
Using as MCP Plugin
To use in Claude / other MCP clients:
{
"mcpServers": {
"flowtion": {
"command": "python",
"args": ["src/flowtion/server.py"],
"env": {
"FIRECRAWL_API_KEY": "...",
"REDDIT_CLIENT_ID": "...",
"REDDIT_CLIENT_SECRET": "...",
"SLACK_BOT_TOKEN": "..."
}
}
}
}Development
Python Version
3.8+
Key Dependencies
httpxā async HTTP requestsfeedparserā RSS parsingpydanticā input validationmcpā Model Context Protocol
Running Tests
python scripts/test_weekly.py
python scripts/analyze_and_digest.pyLicense
MIT
Built by: Lovish Dhillon For: Australian SMB content strategy & market intelligence
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.