From 8708a4c2913abda2c30859fb31e2a1a7dbf50250 Mon Sep 17 00:00:00 2001 From: ABB65 Date: Mon, 9 Mar 2026 18:50:28 +0300 Subject: [PATCH 01/17] Add Contentrain CMS MCP server Contentrain headless CMS integration with 14 tools for model, content, and asset management. Features automatic git branch synchronization and structural 3-way JSON merge for conflict resolution. - npm: @contentrain/mcp - GitHub: https://github.com/Contentrain/mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d6ac496..e38b0db3 100644 --- a/README.md +++ b/README.md @@ -668,6 +668,7 @@ Tools and integrations that enhance the development workflow and environment man - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) πŸŽ–οΈ 🐍 🏠 🍎 πŸͺŸ 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) πŸ“‡ 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. +- [Contentrain/mcp](https://github.com/Contentrain/mcp) πŸ“‡ ☁️ - MCP server for Contentrain headless CMS. 14 tools for model, content, and asset management with automatic git branch synchronization and structural 3-way JSON merge for conflict resolution. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) β˜• - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) πŸŽ–οΈ πŸ“‡ ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. From ff475a81ad9557ae0bb84635445dd8fc14a7546b Mon Sep 17 00:00:00 2001 From: AHMET BAYHAN BAYRAMOGLU <49499275+ABB65@users.noreply.github.com> Date: Sat, 21 Mar 2026 14:22:23 +0300 Subject: [PATCH 02/17] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Server Information - **Name**: @contentrain/mcp - **GitHub**: https://github.com/Contentrain/ai - **npm**: https://www.npmjs.com/package/@contentrain/mcp - **Category**: Developer Tools ## Description Local-first MCP server for AI-generated content governance. 13 deterministic tools for any framework β€” model/content CRUD, validation, normalization (i18n extraction + reuse), and project intelligence. ### Key Features - 4 content kinds: collection, singleton, document (markdown), dictionary (i18n) - Git worktree isolation for safe concurrent writes with canonical JSON serialization - Two-phase normalize: extract hardcoded strings β†’ reuse with framework-specific i18n patterns - Graph-based project scanner for structural intelligence (pages, components, imports) - 27 typed field types with validation (string, relation, array, object, media, etc.) - Platform-agnostic: works with Nuxt, Next.js, Astro, SvelteKit, React, Vue, and 20+ stacks - TypeScript, stdio transport, MIT licensed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e38b0db3..c348cf20 100644 --- a/README.md +++ b/README.md @@ -668,7 +668,7 @@ Tools and integrations that enhance the development workflow and environment man - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) πŸŽ–οΈ 🐍 🏠 🍎 πŸͺŸ 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) πŸ“‡ 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. -- [Contentrain/mcp](https://github.com/Contentrain/mcp) πŸ“‡ ☁️ - MCP server for Contentrain headless CMS. 14 tools for model, content, and asset management with automatic git branch synchronization and structural 3-way JSON merge for conflict resolution. +- [Contentrain/ai](https://github.com/Contentrain/ai) πŸ“‡ 🏠 - Local-first MCP server for AI content governance β€” 13 tools for model/content CRUD, validation, normalization, and i18n across any framework. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) β˜• - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) πŸŽ–οΈ πŸ“‡ ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. From f39d163264948cc073a7e668a64bed47e136b25b Mon Sep 17 00:00:00 2001 From: AHMET BAYHAN BAYRAMOGLU <49499275+ABB65@users.noreply.github.com> Date: Sat, 21 Mar 2026 14:25:39 +0300 Subject: [PATCH 03/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c348cf20..aa602681 100644 --- a/README.md +++ b/README.md @@ -668,7 +668,7 @@ Tools and integrations that enhance the development workflow and environment man - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) πŸŽ–οΈ 🐍 🏠 🍎 πŸͺŸ 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) πŸ“‡ 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. -- [Contentrain/ai](https://github.com/Contentrain/ai) πŸ“‡ 🏠 - Local-first MCP server for AI content governance β€” 13 tools for model/content CRUD, validation, normalization, and i18n across any framework. +- [Contentrain/ai](https://github.com/Contentrain/ai) [![Contentrain MCP server](https://glama.ai/mcp/servers/Contentrain/ai/badge)](https://glama.ai/mcp/servers/Contentrain/ai) πŸ“‡ 🏠 - Local-first MCP server for AI content governance β€” 13 tools for model/content CRUD, validation, normalization, and i18n across any framework. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) β˜• - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) πŸŽ–οΈ πŸ“‡ ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. From 588700e3a3bf6a5e3d79134928d4072de32655c1 Mon Sep 17 00:00:00 2001 From: AHMET BAYHAN BAYRAMOGLU <49499275+ABB65@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:31:13 +0300 Subject: [PATCH 04/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa602681..5153d7b1 100644 --- a/README.md +++ b/README.md @@ -668,7 +668,7 @@ Tools and integrations that enhance the development workflow and environment man - [conan-io/conan-mcp](https://github.com/conan-io/conan-mcp) πŸŽ–οΈ 🐍 🏠 🍎 πŸͺŸ 🐧 - Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities. - [ConfigCat/mcp-server](https://github.com/configcat/mcp-server) πŸŽ–οΈ πŸ“‡ ☁️ - MCP server for interacting with ConfigCat feature flag platform. Supports managing feature flags, configs, environments, products and organizations. - [context-rot-detection](https://github.com/milos-product-maker/context-rot-detection) πŸ“‡ 🏠 - Gives AI agents self-awareness about their cognitive state. Monitors token utilization, context quality degradation, and session fatigue. Returns health scores (0-100) and recovery recommendations based on model-specific degradation curves. -- [Contentrain/ai](https://github.com/Contentrain/ai) [![Contentrain MCP server](https://glama.ai/mcp/servers/Contentrain/ai/badge)](https://glama.ai/mcp/servers/Contentrain/ai) πŸ“‡ 🏠 - Local-first MCP server for AI content governance β€” 13 tools for model/content CRUD, validation, normalization, and i18n across any framework. +- [Contentrain/ai](https://github.com/Contentrain/ai) [![Contentrain/ai MCP server](https://glama.ai/mcp/servers/Contentrain/ai/badges/score.svg)](https://glama.ai/mcp/servers/Contentrain/ai) πŸ“‡ 🏠 - Local-first MCP server for AI content governance β€” 13 tools for model/content CRUD, validation, normalization, and i18n across any framework. - [cqfn/aibolit-mcp-server](https://github.com/cqfn/aibolit-mcp-server) β˜• - Helping Your AI Agent Identify Hotspots for Refactoring; Help AI Understand How to 'Make Code Better' - [currents-dev/currents-mcp](https://github.com/currents-dev/currents-mcp) πŸŽ–οΈ πŸ“‡ ☁️ Enable AI Agents to fix Playwright test failures reported to [Currents](https://currents.dev). - [Daghis/teamcity-mcp](https://github.com/Daghis/teamcity-mcp) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - MCP server for JetBrains TeamCity with 87 tools for builds, tests, agents, and CI/CD pipeline management. Features dual-mode operation (dev/full) and runtime mode switching. From 2ae3a14ff70de5df83d3de9f4d7232d078eac297 Mon Sep 17 00:00:00 2001 From: 0x-devc Date: Mon, 23 Mar 2026 23:41:56 +0000 Subject: [PATCH 05/17] =?UTF-8?q?Add=20MeshLedger=20=E2=80=94=20AI-to-AI?= =?UTF-8?q?=20marketplace=20with=20on-chain=20escrow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4497a0a..c7737879 100644 --- a/README.md +++ b/README.md @@ -1198,6 +1198,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Mattbusel/Reddit-Options-Trader-ROT-](https://github.com/Mattbusel/Reddit-Options-Trader-ROT-) 🐍 ☁️ - The first financial intelligence MCP server. Live AI-scored trading signals from Reddit, SEC filings, FDA approvals, Congressional trades, and 15+ sources. 7 tools, 2 resources, hosted remotely, free, no API key required. - [mbrassey/solentic](https://github.com/mbrassey/solentic) [![solentic MCP server](https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic/badges/score.svg)](https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic) πŸ“‡ ☁️ - Native Solana staking infrastructure for AI agents β€” 18 MCP tools for stake, unstake, withdraw, simulate, and verify. Zero custody, unsigned transactions only, ~6% APY via Blueprint validator. - [mcpdotdirect/evm-mcp-server](https://github.com/mcpdotdirect/evm-mcp-server) πŸ“‡ ☁️ - Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution. +- - [MeshLedger/MeshLedger](https://github.com/MeshLedger/MeshLedger) πŸ“‡ ☁️ - AI-to-AI economic marketplace with on-chain USDC escrow on Base L2. Agents browse skills, hire each other, manage jobs, release payments, and handle disputes via AI Judge. 15 MCP tools, reputation scoring, and TypeScript SDK. `npx @meshledger/mcp-server` - [mcpdotdirect/starknet-mcp-server](https://github.com/mcpdotdirect/starknet-mcp-server) πŸ“‡ ☁️ - Comprehensive Starknet blockchain integration with support for native tokens (ETH, STRK), smart contracts, StarknetID resolution, and token transfers. - [minhyeoky/mcp-server-ledger](https://github.com/minhyeoky/mcp-server-ledger) 🐍 🏠 - A ledger-cli integration for managing financial transactions and generating reports. - [mission69b/t2000](https://github.com/mission69b/t2000) [![mission69b/t2000 MCP server](https://glama.ai/mcp/servers/mission69b/t2000/badges/score.svg)](https://glama.ai/mcp/servers/mission69b/t2000) πŸ“‡ ☁️ - Non-custodial DeFi banking for AI agents on Sui. 35 tools, 20 prompts for save, borrow, invest, exchange, send, pay β€” with auto yield optimization across NAVI, Suilend, and Cetus. From bd17f731bd1b27beff68367e25dc969757cf46f8 Mon Sep 17 00:00:00 2001 From: jeicob Date: Sun, 5 Apr 2026 23:17:46 +0200 Subject: [PATCH 06/17] Add rendoc MCP server to Workplace & Productivity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 760338d0..609f3d5a 100644 --- a/README.md +++ b/README.md @@ -1980,6 +1980,7 @@ Interact with Git repositories and version control platforms. Enables repository - [vakharwalad23/google-mcp](https://github.com/vakharwalad23/google-mcp) πŸ“‡ ☁️ - Collection of Google-native tools (Gmail, Calendar, Drive, Tasks) for MCP with OAuth management, automated token refresh, and auto re-authentication capabilities. - [vasylenko/claude-desktop-extension-bear-notes](https://github.com/vasylenko/claude-desktop-extension-bear-notes) πŸ“‡ 🏠 🍎 - Search, read, create, and update Bear Notes directly from Claude. Local-only with complete privacy. - [wyattjoh/calendar-mcp](https://github.com/wyattjoh/calendar-mcp) πŸ“‡ 🏠 🍎 - MCP server for accessing macOS Calendar events +- [yoryocoruxo-ai/rendoc-mcp-server](https://github.com/yoryocoruxo-ai/rendoc-mcp-server) [![rendoc MCP server](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server/badge)](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Generate professional PDF documents (invoices, contracts, reports, certificates) from reusable templates or inline HTML/Handlebars markup via the [rendoc](https://rendoc.dev) API. 7 tools for document generation, template management, and usage tracking. - [yuvalsuede/claudia](https://github.com/yuvalsuede/claudia) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-native task management system for Claude agents. Hierarchical tasks, dependencies, sprints, acceptance criteria, multi-agent coordination, and MCP server integration. ### πŸ› οΈ Other Tools and Integrations From 2665287ed293f20540a8b44dc5a98580b1bce49a Mon Sep 17 00:00:00 2001 From: jeicob Date: Sun, 5 Apr 2026 23:49:33 +0200 Subject: [PATCH 07/17] Use Glama score badge as requested by glama-check bot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 609f3d5a..55f56aae 100644 --- a/README.md +++ b/README.md @@ -1980,7 +1980,7 @@ Interact with Git repositories and version control platforms. Enables repository - [vakharwalad23/google-mcp](https://github.com/vakharwalad23/google-mcp) πŸ“‡ ☁️ - Collection of Google-native tools (Gmail, Calendar, Drive, Tasks) for MCP with OAuth management, automated token refresh, and auto re-authentication capabilities. - [vasylenko/claude-desktop-extension-bear-notes](https://github.com/vasylenko/claude-desktop-extension-bear-notes) πŸ“‡ 🏠 🍎 - Search, read, create, and update Bear Notes directly from Claude. Local-only with complete privacy. - [wyattjoh/calendar-mcp](https://github.com/wyattjoh/calendar-mcp) πŸ“‡ 🏠 🍎 - MCP server for accessing macOS Calendar events -- [yoryocoruxo-ai/rendoc-mcp-server](https://github.com/yoryocoruxo-ai/rendoc-mcp-server) [![rendoc MCP server](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server/badge)](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Generate professional PDF documents (invoices, contracts, reports, certificates) from reusable templates or inline HTML/Handlebars markup via the [rendoc](https://rendoc.dev) API. 7 tools for document generation, template management, and usage tracking. +- [yoryocoruxo-ai/rendoc-mcp-server](https://github.com/yoryocoruxo-ai/rendoc-mcp-server) [![yoryocoruxo-ai/rendoc-mcp-server MCP server](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@yoryocoruxo-ai/rendoc-mcp-server) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Generate professional PDF documents (invoices, contracts, reports, certificates) from reusable templates or inline HTML/Handlebars markup via the [rendoc](https://rendoc.dev) API. 7 tools for document generation, template management, and usage tracking. - [yuvalsuede/claudia](https://github.com/yuvalsuede/claudia) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-native task management system for Claude agents. Hierarchical tasks, dependencies, sprints, acceptance criteria, multi-agent coordination, and MCP server integration. ### πŸ› οΈ Other Tools and Integrations From 9d645fc26f20dddc161e7d860ff857e8d2138cf9 Mon Sep 17 00:00:00 2001 From: 0x-devc Date: Sun, 5 Apr 2026 22:57:02 +0100 Subject: [PATCH 08/17] Add Glama badge for MeshLedger --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7737879..a33f0cfd 100644 --- a/README.md +++ b/README.md @@ -1198,7 +1198,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Mattbusel/Reddit-Options-Trader-ROT-](https://github.com/Mattbusel/Reddit-Options-Trader-ROT-) 🐍 ☁️ - The first financial intelligence MCP server. Live AI-scored trading signals from Reddit, SEC filings, FDA approvals, Congressional trades, and 15+ sources. 7 tools, 2 resources, hosted remotely, free, no API key required. - [mbrassey/solentic](https://github.com/mbrassey/solentic) [![solentic MCP server](https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic/badges/score.svg)](https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic) πŸ“‡ ☁️ - Native Solana staking infrastructure for AI agents β€” 18 MCP tools for stake, unstake, withdraw, simulate, and verify. Zero custody, unsigned transactions only, ~6% APY via Blueprint validator. - [mcpdotdirect/evm-mcp-server](https://github.com/mcpdotdirect/evm-mcp-server) πŸ“‡ ☁️ - Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution. -- - [MeshLedger/MeshLedger](https://github.com/MeshLedger/MeshLedger) πŸ“‡ ☁️ - AI-to-AI economic marketplace with on-chain USDC escrow on Base L2. Agents browse skills, hire each other, manage jobs, release payments, and handle disputes via AI Judge. 15 MCP tools, reputation scoring, and TypeScript SDK. `npx @meshledger/mcp-server` +- [MeshLedger](https://github.com/MeshLedger/MeshLedger) - AI-to-AI marketplace with on-chain escrow [![MeshLedger/MeshLedger MCP server](https://glama.ai/mcp/servers/MeshLedger/MeshLedger/badges/score.svg)](https://glama.ai/mcp/servers/MeshLedger/MeshLedger) - [mcpdotdirect/starknet-mcp-server](https://github.com/mcpdotdirect/starknet-mcp-server) πŸ“‡ ☁️ - Comprehensive Starknet blockchain integration with support for native tokens (ETH, STRK), smart contracts, StarknetID resolution, and token transfers. - [minhyeoky/mcp-server-ledger](https://github.com/minhyeoky/mcp-server-ledger) 🐍 🏠 - A ledger-cli integration for managing financial transactions and generating reports. - [mission69b/t2000](https://github.com/mission69b/t2000) [![mission69b/t2000 MCP server](https://glama.ai/mcp/servers/mission69b/t2000/badges/score.svg)](https://glama.ai/mcp/servers/mission69b/t2000) πŸ“‡ ☁️ - Non-custodial DeFi banking for AI agents on Sui. 35 tools, 20 prompts for save, borrow, invest, exchange, send, pay β€” with auto yield optimization across NAVI, Suilend, and Cetus. From 2e81c188fc813438a4320c5ff6d583374ea48f4b Mon Sep 17 00:00:00 2001 From: 0x-devc Date: Mon, 13 Apr 2026 01:17:58 +0100 Subject: [PATCH 09/17] Adding emojies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a33f0cfd..f83268d8 100644 --- a/README.md +++ b/README.md @@ -1198,7 +1198,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Mattbusel/Reddit-Options-Trader-ROT-](https://github.com/Mattbusel/Reddit-Options-Trader-ROT-) 🐍 ☁️ - The first financial intelligence MCP server. Live AI-scored trading signals from Reddit, SEC filings, FDA approvals, Congressional trades, and 15+ sources. 7 tools, 2 resources, hosted remotely, free, no API key required. - [mbrassey/solentic](https://github.com/mbrassey/solentic) [![solentic MCP server](https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic/badges/score.svg)](https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic) πŸ“‡ ☁️ - Native Solana staking infrastructure for AI agents β€” 18 MCP tools for stake, unstake, withdraw, simulate, and verify. Zero custody, unsigned transactions only, ~6% APY via Blueprint validator. - [mcpdotdirect/evm-mcp-server](https://github.com/mcpdotdirect/evm-mcp-server) πŸ“‡ ☁️ - Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution. -- [MeshLedger](https://github.com/MeshLedger/MeshLedger) - AI-to-AI marketplace with on-chain escrow [![MeshLedger/MeshLedger MCP server](https://glama.ai/mcp/servers/MeshLedger/MeshLedger/badges/score.svg)](https://glama.ai/mcp/servers/MeshLedger/MeshLedger) +- [MeshLedger/MeshLedger](https://github.com/MeshLedger/MeshLedger) [![MeshLedger/MeshLedger MCP server](https://glama.ai/mcp/servers/MeshLedger/MeshLedger/badges/score.svg)](https://glama.ai/mcp/servers/MeshLedger/MeshLedger) 🟑 ☁️ - AI-to-AI marketplace with on-chain escrow - [mcpdotdirect/starknet-mcp-server](https://github.com/mcpdotdirect/starknet-mcp-server) πŸ“‡ ☁️ - Comprehensive Starknet blockchain integration with support for native tokens (ETH, STRK), smart contracts, StarknetID resolution, and token transfers. - [minhyeoky/mcp-server-ledger](https://github.com/minhyeoky/mcp-server-ledger) 🐍 🏠 - A ledger-cli integration for managing financial transactions and generating reports. - [mission69b/t2000](https://github.com/mission69b/t2000) [![mission69b/t2000 MCP server](https://glama.ai/mcp/servers/mission69b/t2000/badges/score.svg)](https://glama.ai/mcp/servers/mission69b/t2000) πŸ“‡ ☁️ - Non-custodial DeFi banking for AI agents on Sui. 35 tools, 20 prompts for save, borrow, invest, exchange, send, pay β€” with auto yield optimization across NAVI, Suilend, and Cetus. From 1d00e3f8867b64f180caa2709a5c2c4e94981abf Mon Sep 17 00:00:00 2001 From: cengfanman <42309258+cengfanman@users.noreply.github.com> Date: Mon, 13 Apr 2026 23:07:21 +0800 Subject: [PATCH 10/17] Add shunshi-ai/bazi-reader-mcp to Art & Culture Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01756b10..1471f43a 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [r-huijts/rijksmuseum-mcp](https://github.com/r-huijts/rijksmuseum-mcp) πŸ“‡ ☁️ - Rijksmuseum API integration for artwork search, details, and collections - [raveenb/fal-mcp-server](https://github.com/raveenb/fal-mcp-server) 🐍 ☁️ - Generate AI images, videos, and music using Fal.ai models (FLUX, Stable Diffusion, MusicGen) directly in Claude Desktop - [samuelgursky/davinci-resolve-mcp](https://github.com/samuelgursky/davinci-resolve-mcp) 🐍 - MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control +- [shunshi-ai/bazi-reader-mcp](https://github.com/shunshi-ai/bazi-reader-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Bazi (Four Pillars / ε››ζŸ±ζŽ¨ε‘½ / μ‚¬μ£ΌνŒ”μž) charting MCP server with true solar time correction and multilingual output (δΈ­ζ–‡/EN/ζ—₯本θͺž/ν•œκ΅­μ–΄). `npx shunshi-bazi-mcp` - [tasopen/mcp-alphabanana](https://github.com/tasopen/mcp-alphabanana) [![mcp-alphabanana MCP server](https://glama.ai/mcp/servers/@tasopen/mcp-alphabanana/badges/score.svg)](https://glama.ai/mcp/servers/@tasopen/mcp-alphabanana) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local MCP server for generating image assets with Google Gemini (Nano Banana 2 / Pro). Supports transparent PNG/WebP output, exact resizing/cropping, up to 14 reference images, and Google Search grounding. - [TwelveTake-Studios/reaper-mcp](https://github.com/TwelveTake-Studios/reaper-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - MCP server enabling AI assistants to control REAPER DAW for mixing, mastering, MIDI composition, and full music production with 129 tools - [yuna0x0/anilist-mcp](https://github.com/yuna0x0/anilist-mcp) πŸ“‡ ☁️ - A MCP server integrating AniList API for anime and manga information From 5ad7cc5518378bdcd9f8fad2314f351cab79a9ed Mon Sep 17 00:00:00 2001 From: cengfanman <42309258+cengfanman@users.noreply.github.com> Date: Tue, 14 Apr 2026 09:53:55 +0800 Subject: [PATCH 11/17] Add Glama score badge Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1471f43a..a9281afa 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ Access and explore art collections, cultural heritage, and museum databases. Ena - [r-huijts/rijksmuseum-mcp](https://github.com/r-huijts/rijksmuseum-mcp) πŸ“‡ ☁️ - Rijksmuseum API integration for artwork search, details, and collections - [raveenb/fal-mcp-server](https://github.com/raveenb/fal-mcp-server) 🐍 ☁️ - Generate AI images, videos, and music using Fal.ai models (FLUX, Stable Diffusion, MusicGen) directly in Claude Desktop - [samuelgursky/davinci-resolve-mcp](https://github.com/samuelgursky/davinci-resolve-mcp) 🐍 - MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control -- [shunshi-ai/bazi-reader-mcp](https://github.com/shunshi-ai/bazi-reader-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Bazi (Four Pillars / ε››ζŸ±ζŽ¨ε‘½ / μ‚¬μ£ΌνŒ”μž) charting MCP server with true solar time correction and multilingual output (δΈ­ζ–‡/EN/ζ—₯本θͺž/ν•œκ΅­μ–΄). `npx shunshi-bazi-mcp` +- [shunshi-ai/bazi-reader-mcp](https://github.com/shunshi-ai/bazi-reader-mcp) [![shunshi-ai/bazi-reader-mcp MCP server](https://glama.ai/mcp/servers/shunshi-ai/bazi-reader-mcp/badges/score.svg)](https://glama.ai/mcp/servers/shunshi-ai/bazi-reader-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Bazi (Four Pillars / ε››ζŸ±ζŽ¨ε‘½ / μ‚¬μ£ΌνŒ”μž) charting MCP server with true solar time correction and multilingual output (δΈ­ζ–‡/EN/ζ—₯本θͺž/ν•œκ΅­μ–΄). `npx shunshi-bazi-mcp` - [tasopen/mcp-alphabanana](https://github.com/tasopen/mcp-alphabanana) [![mcp-alphabanana MCP server](https://glama.ai/mcp/servers/@tasopen/mcp-alphabanana/badges/score.svg)](https://glama.ai/mcp/servers/@tasopen/mcp-alphabanana) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Local MCP server for generating image assets with Google Gemini (Nano Banana 2 / Pro). Supports transparent PNG/WebP output, exact resizing/cropping, up to 14 reference images, and Google Search grounding. - [TwelveTake-Studios/reaper-mcp](https://github.com/TwelveTake-Studios/reaper-mcp) 🐍 🏠 🍎 πŸͺŸ 🐧 - MCP server enabling AI assistants to control REAPER DAW for mixing, mastering, MIDI composition, and full music production with 129 tools - [yuna0x0/anilist-mcp](https://github.com/yuna0x0/anilist-mcp) πŸ“‡ ☁️ - A MCP server integrating AniList API for anime and manga information From e7dd5a0dcac3de24a91ccdcd747919f69827ccca Mon Sep 17 00:00:00 2001 From: mrslbt Date: Tue, 14 Apr 2026 18:27:20 +0900 Subject: [PATCH 12/17] Add xendit-mcp to Finance & Fintech --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ba469cd..bed12475 100644 --- a/README.md +++ b/README.md @@ -1137,6 +1137,7 @@ Provides direct access to local file systems with configurable permissions. Enab ### πŸ’° Finance & Fintech +- [mrslbt/xendit-mcp](https://github.com/mrslbt/xendit-mcp) πŸ“‡ ☁️ - Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Malaysia. Install via `npx xendit-mcp`. - [@asterpay/mcp-server](https://github.com/timolein74/asterpay-mcp-server) [![asterpay-mcp-server MCP server](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server) πŸ“‡ ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics β€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp. - [@frihet/mcp-server](https://github.com/Frihet-io/frihet-mcp) [![frihet-mcp MCP server](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp) πŸ“‡ ☁️ - AI-native business management β€” invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline. - [@iiatlas/hledger-mcp](https://github.com/iiAtlas/hledger-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ - Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local [HLedger](https://hledger.org/) accounting journals. From daf08153b38dc994459737f1c9fc48e9428dd819 Mon Sep 17 00:00:00 2001 From: mrslbt Date: Tue, 14 Apr 2026 22:28:06 +0900 Subject: [PATCH 13/17] Add Glama score badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bed12475..70ae435e 100644 --- a/README.md +++ b/README.md @@ -1137,7 +1137,7 @@ Provides direct access to local file systems with configurable permissions. Enab ### πŸ’° Finance & Fintech -- [mrslbt/xendit-mcp](https://github.com/mrslbt/xendit-mcp) πŸ“‡ ☁️ - Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Malaysia. Install via `npx xendit-mcp`. +- [mrslbt/xendit-mcp](https://github.com/mrslbt/xendit-mcp) [![mrslbt/xendit-mcp MCP server](https://glama.ai/mcp/servers/mrslbt/xendit-mcp/badges/score.svg)](https://glama.ai/mcp/servers/mrslbt/xendit-mcp) πŸ“‡ ☁️ - Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Malaysia. Install via `npx xendit-mcp`. - [@asterpay/mcp-server](https://github.com/timolein74/asterpay-mcp-server) [![asterpay-mcp-server MCP server](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/timolein74/asterpay-mcp-server) πŸ“‡ ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tools, crypto analytics β€” pay-per-call in USDC on Base. SEPA Instant EUR off-ramp. - [@frihet/mcp-server](https://github.com/Frihet-io/frihet-mcp) [![frihet-mcp MCP server](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Frihet-io/frihet-mcp) πŸ“‡ ☁️ - AI-native business management β€” invoices, expenses, clients, products, and quotes. 31 tools for Claude, Cursor, Windsurf, and Cline. - [@iiatlas/hledger-mcp](https://github.com/iiAtlas/hledger-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ - Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local [HLedger](https://hledger.org/) accounting journals. From be3335a274a014d375e6d8f229ea4cf1c99d8c6a Mon Sep 17 00:00:00 2001 From: Matt Reider Date: Tue, 14 Apr 2026 17:28:08 +0200 Subject: [PATCH 14/17] Update better-bear listing to KuvopLLC org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a338ddd..276da40e 100644 --- a/README.md +++ b/README.md @@ -2153,7 +2153,7 @@ Interact with Git repositories and version control platforms. Enables repository - [universalamateur/reclaim-mcp-server](https://github.com/universalamateur/reclaim-mcp-server) 🐍 ☁️ - Reclaim.ai calendar integration with 40 tools for tasks, habits, focus time, scheduling links, and productivity analytics. - [UnMarkdown/mcp-server](https://github.com/UnMarkdown/mcp-server) [![mcp-server MCP server](https://glama.ai/mcp/servers/@UnMarkdown/mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@UnMarkdown/mcp-server) πŸ“‡ ☁️ - The document publishing layer for AI tools. Convert markdown to formatted documents for Google Docs, Word, Slack, OneNote, Email, and Plain Text with 62 templates. - [vakharwalad23/google-mcp](https://github.com/vakharwalad23/google-mcp) πŸ“‡ ☁️ - Collection of Google-native tools (Gmail, Calendar, Drive, Tasks) for MCP with OAuth management, automated token refresh, and auto re-authentication capabilities. -- [mreider/better-bear](https://github.com/mreider/better-bear/tree/main/mcp-server) [![better-bear MCP server](https://glama.ai/mcp/servers/mreider/better-bear/badges/score.svg)](https://glama.ai/mcp/servers/mreider/better-bear) πŸ“‡ 🏠 🍎 - MCP server for Bear notes via CloudKit β€” CRUD, tags, TODOs, attachments, search, front matter, stats, and health checks. Install via `npx better-bear`. +- [KuvopLLC/better-bear](https://github.com/KuvopLLC/better-bear/tree/main/mcp-server) [![better-bear MCP server](https://glama.ai/mcp/servers/KuvopLLC/better-bear/badges/score.svg)](https://glama.ai/mcp/servers/KuvopLLC/better-bear) πŸ“‡ 🏠 🍎 - MCP server for Bear notes via CloudKit β€” CRUD, tags, TODOs, attachments, search, front matter, stats, and health checks. Install via `npx better-bear`. - [vasylenko/claude-desktop-extension-bear-notes](https://github.com/vasylenko/claude-desktop-extension-bear-notes) πŸ“‡ 🏠 🍎 - Search, read, create, and update Bear Notes directly from Claude. Local-only with complete privacy. - [wyattjoh/calendar-mcp](https://github.com/wyattjoh/calendar-mcp) πŸ“‡ 🏠 🍎 - MCP server for accessing macOS Calendar events - [yuvalsuede/claudia](https://github.com/yuvalsuede/claudia) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - AI-native task management system for Claude agents. Hierarchical tasks, dependencies, sprints, acceptance criteria, multi-agent coordination, and MCP server integration. From e71f309fd61ef4e005cf26c15087a7eabd8c012f Mon Sep 17 00:00:00 2001 From: zk-xyz Date: Tue, 14 Apr 2026 15:28:21 -0700 Subject: [PATCH 15/17] Add Brand-System/brandsystem-mcp to Marketing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62208650..24c3dd9d 100644 --- a/README.md +++ b/README.md @@ -1622,6 +1622,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [AdsMCP/tiktok-ads-mcp-server](https://github.com/AdsMCP/tiktok-ads-mcp-server) 🐍 ☁️ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow. - [alexey-pelykh/lhremote](https://github.com/alexey-pelykh/lhremote) πŸ“‡ 🏠 - Open-source CLI and MCP server for LinkedHelper automation β€” 32 tools for campaign management, messaging, and profile queries via Chrome DevTools Protocol. - [BlockRunAI/x-grow](https://github.com/BlockRunAI/x-grow) πŸ“‡ ☁️ - X/Twitter algorithm optimizer with post drafting, review scoring, and AI image generation for maximum engagement. +- [Brand-System/brandsystem-mcp](https://github.com/Brand-System/brandsystem-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Make your brand machine-readable. Extract brand identity (colors, fonts, logo, voice, visual rules) from any website via static CSS + rendered-page extraction, compile into DTCG tokens, brand runtime contracts, and interaction policies. 34 tools across 4 progressive sessions. Subscribable `brand://runtime` and `brand://policy` MCP resources. Content compliance scoring (0-100), pass/fail gate, and HTML/CSS preflight. Brandcode Studio connector for hosted brand sync. - [BRNDMK/brandomica-mcp-server](https://github.com/BRNDMK/brandomica-mcp-server) [![brandomica-mcp-server MCP server](https://glama.ai/mcp/servers/BRNDMK/brandomica-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/BRNDMK/brandomica-mcp-server) πŸ“‡ ☁️ - Brand name verification across domains (with pricing), social handles, trademarks (USPTO), web presence, app stores, and SaaS channels. Safety scoring, linguistic/phonetic screening, and filing readiness. - [Citedy/citedy-seo-agent](https://github.com/Citedy/citedy-seo-agent) [![citedy-seo-agent MCP server](https://glama.ai/mcp/servers/@Citedy/citedy-seo-agent/badges/score.svg)](https://glama.ai/mcp/servers/@Citedy/citedy-seo-agent) πŸ“‡ ☁️ - Full-stack AI marketing toolkit with 41 MCP tools. Scout X/Reddit trends, analyze competitors, find content gaps, generate SEO articles in 55 languages with AI illustrations and voice-over, create social adaptations for 9 platforms, generate AI avatar videos with subtitles, ingest any URL (YouTube, PDF, audio), create lead magnets, and run content autopilot. - [competlab/competlab-mcp-server](https://github.com/competlab/competlab-mcp-server) [![competlab-mcp-server MCP server](https://glama.ai/mcp/servers/competlab/competlab-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/competlab/competlab-mcp-server) πŸ“‡ ☁️ - Competitive intelligence platform with 24 tools. Monitor competitor pricing, content, positioning, tech stacks, and AI visibility β€” track how ChatGPT, Claude, and Gemini rank your brand. From 436a2760e1baa13087d1a7de64be662bac06db53 Mon Sep 17 00:00:00 2001 From: 0x-devc Date: Wed, 15 Apr 2026 00:18:24 +0100 Subject: [PATCH 16/17] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f83268d8..cedbdbdd 100644 --- a/README.md +++ b/README.md @@ -1198,7 +1198,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [Mattbusel/Reddit-Options-Trader-ROT-](https://github.com/Mattbusel/Reddit-Options-Trader-ROT-) 🐍 ☁️ - The first financial intelligence MCP server. Live AI-scored trading signals from Reddit, SEC filings, FDA approvals, Congressional trades, and 15+ sources. 7 tools, 2 resources, hosted remotely, free, no API key required. - [mbrassey/solentic](https://github.com/mbrassey/solentic) [![solentic MCP server](https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic/badges/score.svg)](https://glama.ai/mcp/servers/@blueprint-infrastructure/solentic) πŸ“‡ ☁️ - Native Solana staking infrastructure for AI agents β€” 18 MCP tools for stake, unstake, withdraw, simulate, and verify. Zero custody, unsigned transactions only, ~6% APY via Blueprint validator. - [mcpdotdirect/evm-mcp-server](https://github.com/mcpdotdirect/evm-mcp-server) πŸ“‡ ☁️ - Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution. -- [MeshLedger/MeshLedger](https://github.com/MeshLedger/MeshLedger) [![MeshLedger/MeshLedger MCP server](https://glama.ai/mcp/servers/MeshLedger/MeshLedger/badges/score.svg)](https://glama.ai/mcp/servers/MeshLedger/MeshLedger) 🟑 ☁️ - AI-to-AI marketplace with on-chain escrow +- [MeshLedger/MeshLedger](https://github.com/MeshLedger/MeshLedger) [![MeshLedger/MeshLedger MCP server](https://glama.ai/mcp/servers/MeshLedger/MeshLedger/badges/score.svg)](https://glama.ai/mcp/servers/MeshLedger/MeshLedger) πŸ“‡ ☁️ - AI-to-AI marketplace with on-chain escrow - [mcpdotdirect/starknet-mcp-server](https://github.com/mcpdotdirect/starknet-mcp-server) πŸ“‡ ☁️ - Comprehensive Starknet blockchain integration with support for native tokens (ETH, STRK), smart contracts, StarknetID resolution, and token transfers. - [minhyeoky/mcp-server-ledger](https://github.com/minhyeoky/mcp-server-ledger) 🐍 🏠 - A ledger-cli integration for managing financial transactions and generating reports. - [mission69b/t2000](https://github.com/mission69b/t2000) [![mission69b/t2000 MCP server](https://glama.ai/mcp/servers/mission69b/t2000/badges/score.svg)](https://glama.ai/mcp/servers/mission69b/t2000) πŸ“‡ ☁️ - Non-custodial DeFi banking for AI agents on Sui. 35 tools, 20 prompts for save, borrow, invest, exchange, send, pay β€” with auto yield optimization across NAVI, Suilend, and Cetus. From 67083f47c666fe6316d2a77a0f948ecf9acd8af5 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:32:57 -0600 Subject: [PATCH 17/17] Fix entry formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a9744c7..0495b8ff 100644 --- a/README.md +++ b/README.md @@ -1624,7 +1624,7 @@ Tools for creating and editing marketing content, working with web meta data, pr - [AdsMCP/tiktok-ads-mcp-server](https://github.com/AdsMCP/tiktok-ads-mcp-server) 🐍 ☁️ - A Model Context Protocol server for TikTok Ads API integration, enabling AI assistants to manage campaigns, analyze performance metrics, handle audiences and creatives with OAuth authentication flow. - [alexey-pelykh/lhremote](https://github.com/alexey-pelykh/lhremote) πŸ“‡ 🏠 - Open-source CLI and MCP server for LinkedHelper automation β€” 32 tools for campaign management, messaging, and profile queries via Chrome DevTools Protocol. - [BlockRunAI/x-grow](https://github.com/BlockRunAI/x-grow) πŸ“‡ ☁️ - X/Twitter algorithm optimizer with post drafting, review scoring, and AI image generation for maximum engagement. -- [Brand-System/brandsystem-mcp](https://github.com/Brand-System/brandsystem-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Make your brand machine-readable. Extract brand identity (colors, fonts, logo, voice, visual rules) from any website via static CSS + rendered-page extraction, compile into DTCG tokens, brand runtime contracts, and interaction policies. 34 tools across 4 progressive sessions. Subscribable `brand://runtime` and `brand://policy` MCP resources. Content compliance scoring (0-100), pass/fail gate, and HTML/CSS preflight. Brandcode Studio connector for hosted brand sync. +- [Brand-System/brandsystem-mcp](https://github.com/Brand-System/brandsystem-mcp) [![Brand-System/brandsystem-mcp MCP server](https://glama.ai/mcp/servers/Brand-System/brandsystem-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Brand-System/brandsystem-mcp) πŸ“‡ 🏠 🍎 πŸͺŸ 🐧 - Make your brand machine-readable. Extract brand identity (colors, fonts, logo, voice, visual rules) from any website via static CSS + rendered-page extraction, compile into DTCG tokens, brand runtime contracts, and interaction policies. 34 tools across 4 progressive sessions. Subscribable `brand://runtime` and `brand://policy` MCP resources. Content compliance scoring (0-100), pass/fail gate, and HTML/CSS preflight. Brandcode Studio connector for hosted brand sync. - [BRNDMK/brandomica-mcp-server](https://github.com/BRNDMK/brandomica-mcp-server) [![brandomica-mcp-server MCP server](https://glama.ai/mcp/servers/BRNDMK/brandomica-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/BRNDMK/brandomica-mcp-server) πŸ“‡ ☁️ - Brand name verification across domains (with pricing), social handles, trademarks (USPTO), web presence, app stores, and SaaS channels. Safety scoring, linguistic/phonetic screening, and filing readiness. - [Citedy/citedy-seo-agent](https://github.com/Citedy/citedy-seo-agent) [![citedy-seo-agent MCP server](https://glama.ai/mcp/servers/@Citedy/citedy-seo-agent/badges/score.svg)](https://glama.ai/mcp/servers/@Citedy/citedy-seo-agent) πŸ“‡ ☁️ - Full-stack AI marketing toolkit with 41 MCP tools. Scout X/Reddit trends, analyze competitors, find content gaps, generate SEO articles in 55 languages with AI illustrations and voice-over, create social adaptations for 9 platforms, generate AI avatar videos with subtitles, ingest any URL (YouTube, PDF, audio), create lead magnets, and run content autopilot. - [competlab/competlab-mcp-server](https://github.com/competlab/competlab-mcp-server) [![competlab-mcp-server MCP server](https://glama.ai/mcp/servers/competlab/competlab-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/competlab/competlab-mcp-server) πŸ“‡ ☁️ - Competitive intelligence platform with 24 tools. Monitor competitor pricing, content, positioning, tech stacks, and AI visibility β€” track how ChatGPT, Claude, and Gemini rank your brand.