Flowtion Intelligence MCP Server

Flowtion Intelligence MCP Server

An MCP server that monitors 12 Australian SMB intelligence sources to analyze market signals and provide structured data for content strategy agents. It enables users to track regulatory changes, AI trends, and business data through automated signal grading and Slack integration.

Category
Visit Server

README

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 file

Quick Start

1. Install Dependencies

pip install -r requirements.txt

2. Configure API Credentials

Copy the example config:

cp config/.env.example config/.env.local

Edit 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.py

Fetches from 6 high-frequency sources (SmartCompany, The Rundown AI, Reddit, etc.) and returns top content opportunities.


Scripts

Script Purpose Run From
scripts/run_daily.py Fetch 6 daily sources, grade signals, show recommendations Root directory
scripts/test_weekly.py Fetch all 12 sources, save to output/ Root directory
scripts/analyze_and_digest.py Analyze results, archive signals, send Slack alert Root directory
scripts/send_digest.py 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.py

12 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 requests
  • feedparser — RSS parsing
  • pydantic — input validation
  • mcp — Model Context Protocol

Running Tests

python scripts/test_weekly.py
python scripts/analyze_and_digest.py

License

MIT


Built by: Lovish Dhillon For: Australian SMB content strategy & market intelligence

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured