Skip to main content
Glama
CSOAI-ORG

Competitor Monitor AI MCP

README.md
<!-- mcp-name: CSOAI-ORG/competitor-monitor-ai-mcp -->
[![MCP Scorecard: 74/100](https://img.shields.io/badge/proofof.ai-74%2F100-5b21b6)](https://proofof.ai/scorecard/competitor-monitor-ai-mcp.html)

# Competitor Monitor Ai MCP

[![MEOK AI Labs](https://img.shields.io/badge/MEOK-AI%20Labs-667eea)](https://meok.ai)
[![GSPC](https://img.shields.io/badge/GSPC-UNMEASURED-9ca3af)](https://councilof.ai/api/gspc)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![PyPI](https://img.shields.io/badge/PyPI-Install-3775a9)](https://pypi.org/project/competitor_monitor_ai_mcp/)

> Comprehensive competitor intelligence and market monitoring

Comprehensive competitor intelligence and market monitoring.

---

## πŸš€ Quick Start

```bash
# Install via pip
pip install competitor_monitor_ai_mcp

# Or install via Smithery
npx -y @smithery/cli@latest install competitor-monitor-ai-mcp --client claude
```

## ✨ Features

- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance

## πŸ“– Documentation

- [Full Documentation](https://docs.meok.ai/competitor-monitor-ai-mcp)
- [API Reference](https://api.meok.ai)
- [EU AI Act Compliance Guide](https://councilof.ai/compliance)

## πŸ›‘οΈ Compliance

This MCP server is built with **EU AI Act compliance** built-in:

- βœ… Article 9 β€” Risk Management System
- βœ… Article 13 β€” Transparency & Instructions for Use
- βœ… Article 15 β€” Bias Detection & Testing
- βœ… Article 26 β€” FRIA Support (where applicable)
- βœ… Article 50 β€” AI Content Watermarking (where applicable)

Need help getting compliant? **[Book a free 15-min diagnostic β†’](https://cal.com/csoai/august-audit)**

## 🏒 Enterprise

Need custom development, SLA guarantees, or white-label deployment?

- **Pro:** $99/mo β€” Full MCP suite + EU AI Act tracking
- **Enterprise:** $499/mo β€” Custom dev + SLA + Dedicated support

[View Pricing β†’](https://councilof.ai/pricing) | [Contact Sales β†’](mailto:sales@csoai.org)

## 🀝 Part of the MEOK Ecosystem

This server is part of the **[MEOK AI Labs](https://meok.ai)** ecosystem β€” 300+ MCP servers for sovereign AI governance.

| Domain | Purpose |
|--------|---------|
| [councilof.ai](https://councilof.ai) | EU AI Act compliance marketplace |
| [safetyof.ai](https://safetyof.ai) | AI safety & monitoring |
| [meok.ai](https://meok.ai) | Sovereign AI platform |
| [cobolbridge.ai](https://cobolbridge.ai) | Legacy modernization |

## πŸ“œ License

MIT Β© [CSOAI-ORG](https://github.com/CSOAI-ORG)

---

<p align="center">
  <sub>Built with πŸ’œ by <a href="https://meok.ai">MEOK AI Labs</a> Β· UK Companies House 16939677</sub>
</p>
MIT Β© [MEOK AI Labs](https://meok.ai)

<!-- meok-moat-footer-v1 -->
---

## Pairs with MEOK Governance Suite

Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool β€” EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.

```bash
# One-shot install of the governance pack
npx meok-setup --pack governance
```

Free tier: 10 calls/day per MCP. Pro tier (Β£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.

β†’ Full catalogue: [councilof.ai/catalogue](https://councilof.ai/catalogue)
β†’ MEOK AI Labs: [meok.ai](https://meok.ai)

<!-- BUY-LADDER:START -->

## πŸ’Έ Try MEOK in 30 seconds β€” instant buy ladder

| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | **Β£1** | Signed sample MCP-Hardening report + Article 50 PDF | <https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j> |
| Quick Kit | **Β£9** | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | <https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j> |
| Founder Call | **Β£29** | 30-min 1-on-1 with the founder | <https://buy.stripe.com/5kQ6oJ0xS3ce8sl7ew8k91j> |

> Refundable. UK Stripe β€” VAT-clean. Builds on the 81-MCP MEOK fleet.
> Verify any signed report at <https://meok.ai/verify>.

<!-- BUY-LADDER:END -->



## Configuration

Add to your `claude_desktop_config.json` (Claude Desktop) or your MCP client config:

```json
{
  "mcpServers": {
    "competitor-monitor-ai-mcp": {
      "command": "uvx",
      "args": ["competitor-monitor-ai-mcp"]
    }
  }
}
```

Or: `pip install competitor-monitor-ai-mcp` then run the `competitor-monitor-ai-mcp` command (stdio transport).

## Examples

Once configured, ask your assistant, for example:
- "Use `add_competitor` to …"
- "Use `get_competitor_info` to …"
- "Use `track_mention` to …"

TDQS

C2.7/5.0

Scored across 11 tools

Disambiguation2/5

All tools share identical, generic descriptions that do not differentiate their purposes, making it very difficult for an agent to select the correct tool. While names are distinct, the lack of descriptive guidance creates significant ambiguity, especially between tools like set_alert and get_alerts.

Naming Consistency5/5

Every tool follows a consistent verb_noun naming pattern in snake_case (e.g., add_competitor, get_mentions, set_alert). There is no mixing of styles or irregular verbs, enabling predictable selection.

Tool Count5/5

11 tools cover the main facets of competitor monitoring (adding, info, comparison, sentiment, alerts, mentions, pricing). This is well-scoped for the domain without being excessive.

Completeness1/5

Despite names suggesting CRUD operations (add, update, set), all tools are declared read-only and stateless, meaning no data is actually persisted. The server cannot perform true monitoringβ€”it merely returns analysis output with no stored state. Essential operations like deletion and updating existing entities are entirely missing, making the surface severely incomplete for its stated purpose.

Maintenance

ActivityActive
ResponsivenessNo issues