From 00b797ced7789e002ac6be9d4f3ea794dbc55894 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Fri, 14 Aug 2026 12:28:20 +0100 Subject: [PATCH 1/4] Add Macaroon Network MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67370cd77..b411d2137 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ Servers for accessing many apps and tools through a single MCP server. - [codeislaw101/katzilla](https://github.com/codeislaw101/katzilla) [![codeislaw101/katzilla MCP server](https://glama.ai/mcp/servers/codeislaw101/katzilla/badges/score.svg)](https://glama.ai/mcp/servers/codeislaw101/katzilla) 📇 ☁️ 🍎 🪟 🐧 - Unified data API for AI agents — 300+ free, public, and government data sources behind a single API key. Access economic (FRED, BLS), environmental (EPA, NOAA), health (CDC, FDA), weather (NWS), financial (SEC, CFPB), science (NASA, arXiv), and 30+ more categories. Install: `npx @katzilla/mcp`. - [K-Dense-AI/claude-skills-mcp](https://github.com/K-Dense-AI/claude-skills-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Intelligent search capabilities to let every model and client use [Claude Agent Skills](https://www.anthropic.com/news/skills) like native. - [kansei-link/kansei-mcp-server](https://github.com/kansei-link/kansei-mcp-server) [![kansei-link/kansei-mcp-server MCP server](https://glama.ai/mcp/servers/kansei-link/kansei-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/kansei-link/kansei-mcp-server) 📇 🏠 🍎 🪟 🐧 - Local-first MCP navigator with verified data on 11,000+ SaaS services, 200 workflow recipes, and 89-97% token savings vs web search. +- [kevmoz/macaroonnetwork](https://github.com/kevmoz/macaroonnetwork/tree/main/mcp-distribution) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Discovery and purchase client for a predicate-gated scientific and data marketplace. Search the live catalogue and inspect metadata for free, then hand off Lightning L402 payment or auto-pay through an external LND node. Install with `pip install macaroonnetwork-mcp`. - [khalidsaidi/ragmap](https://github.com/khalidsaidi/ragmap) 📇 ☁️ 🏠 🍎 🪟 🐧 - MapRag: RAG-focused subregistry + MCP server to discover and route to retrieval-capable MCP servers using structured constraints and explainable ranking. - [malamutemayhem/unclick](https://github.com/malamutemayhem/unclick) [![malamutemayhem/unclick MCP server](https://glama.ai/mcp/servers/malamutemayhem/unclick-agent-native-endpoints/badges/score.svg)](https://glama.ai/mcp/servers/malamutemayhem/unclick-agent-native-endpoints) 📇 🏠 🍎 🪟 🐧 - The universal remote for AI: one MCP install gives any compatible agent 450+ callable endpoints across 60+ integrations, plus persistent cross-session memory. `npx @unclick/mcp-server` - [mambalabsdev/mcp-gtm-suite](https://github.com/mambalabsdev/mcp-gtm-suite) [![mambalabsdev/mcp-gtm-suite MCP server](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite/badges/score.svg)](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite) 📇 ☁️ - Six GTM signal tools in one MCP server, covering hiring signals, tech stack detection, job board scanning, LinkedIn URL resolution, ICP scoring, and signal aggregation via Apify actors. From 9d890cc243e9fc3a5ba5423df47074121d45df16 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 8 Sep 2026 17:41:53 +0100 Subject: [PATCH 2/4] fix: link macaroonnetwork entry to repo root, not a subfolder Per maintainer review on PR #12148: link to https://github.com/kevmoz/macaroonnetwork instead of the mcp-distribution subfolder, matching the list's convention for other entries. Co-Authored-By: Claude Sonnet 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b411d2137..40efc92e3 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Servers for accessing many apps and tools through a single MCP server. - [codeislaw101/katzilla](https://github.com/codeislaw101/katzilla) [![codeislaw101/katzilla MCP server](https://glama.ai/mcp/servers/codeislaw101/katzilla/badges/score.svg)](https://glama.ai/mcp/servers/codeislaw101/katzilla) 📇 ☁️ 🍎 🪟 🐧 - Unified data API for AI agents — 300+ free, public, and government data sources behind a single API key. Access economic (FRED, BLS), environmental (EPA, NOAA), health (CDC, FDA), weather (NWS), financial (SEC, CFPB), science (NASA, arXiv), and 30+ more categories. Install: `npx @katzilla/mcp`. - [K-Dense-AI/claude-skills-mcp](https://github.com/K-Dense-AI/claude-skills-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Intelligent search capabilities to let every model and client use [Claude Agent Skills](https://www.anthropic.com/news/skills) like native. - [kansei-link/kansei-mcp-server](https://github.com/kansei-link/kansei-mcp-server) [![kansei-link/kansei-mcp-server MCP server](https://glama.ai/mcp/servers/kansei-link/kansei-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/kansei-link/kansei-mcp-server) 📇 🏠 🍎 🪟 🐧 - Local-first MCP navigator with verified data on 11,000+ SaaS services, 200 workflow recipes, and 89-97% token savings vs web search. -- [kevmoz/macaroonnetwork](https://github.com/kevmoz/macaroonnetwork/tree/main/mcp-distribution) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Discovery and purchase client for a predicate-gated scientific and data marketplace. Search the live catalogue and inspect metadata for free, then hand off Lightning L402 payment or auto-pay through an external LND node. Install with `pip install macaroonnetwork-mcp`. +- [kevmoz/macaroonnetwork](https://github.com/kevmoz/macaroonnetwork) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Discovery and purchase client for a predicate-gated scientific and data marketplace. Search the live catalogue and inspect metadata for free, then hand off Lightning L402 payment or auto-pay through an external LND node. Install with `pip install macaroonnetwork-mcp`. - [khalidsaidi/ragmap](https://github.com/khalidsaidi/ragmap) 📇 ☁️ 🏠 🍎 🪟 🐧 - MapRag: RAG-focused subregistry + MCP server to discover and route to retrieval-capable MCP servers using structured constraints and explainable ranking. - [malamutemayhem/unclick](https://github.com/malamutemayhem/unclick) [![malamutemayhem/unclick MCP server](https://glama.ai/mcp/servers/malamutemayhem/unclick-agent-native-endpoints/badges/score.svg)](https://glama.ai/mcp/servers/malamutemayhem/unclick-agent-native-endpoints) 📇 🏠 🍎 🪟 🐧 - The universal remote for AI: one MCP install gives any compatible agent 450+ callable endpoints across 60+ integrations, plus persistent cross-session memory. `npx @unclick/mcp-server` - [mambalabsdev/mcp-gtm-suite](https://github.com/mambalabsdev/mcp-gtm-suite) [![mambalabsdev/mcp-gtm-suite MCP server](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite/badges/score.svg)](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite) 📇 ☁️ - Six GTM signal tools in one MCP server, covering hiring signals, tech stack detection, job board scanning, LinkedIn URL resolution, ICP scoring, and signal aggregation via Apify actors. From b55948dec9f7373611e04be6a6f5318d6730f351 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 8 Sep 2026 19:48:45 +0100 Subject: [PATCH 3/4] fix: point entry at the new public macaroonnetwork-mcp repo The link previously pointed to kevmoz/macaroonnetwork, which is a private monorepo -- Glama's automated check confirmed it as "not found or not public". The MCP client is now extracted to its own public repo, kevmoz/macaroonnetwork-mcp. Co-Authored-By: Claude Sonnet 5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40efc92e3..e2b3bcbe1 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Servers for accessing many apps and tools through a single MCP server. - [codeislaw101/katzilla](https://github.com/codeislaw101/katzilla) [![codeislaw101/katzilla MCP server](https://glama.ai/mcp/servers/codeislaw101/katzilla/badges/score.svg)](https://glama.ai/mcp/servers/codeislaw101/katzilla) 📇 ☁️ 🍎 🪟 🐧 - Unified data API for AI agents — 300+ free, public, and government data sources behind a single API key. Access economic (FRED, BLS), environmental (EPA, NOAA), health (CDC, FDA), weather (NWS), financial (SEC, CFPB), science (NASA, arXiv), and 30+ more categories. Install: `npx @katzilla/mcp`. - [K-Dense-AI/claude-skills-mcp](https://github.com/K-Dense-AI/claude-skills-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Intelligent search capabilities to let every model and client use [Claude Agent Skills](https://www.anthropic.com/news/skills) like native. - [kansei-link/kansei-mcp-server](https://github.com/kansei-link/kansei-mcp-server) [![kansei-link/kansei-mcp-server MCP server](https://glama.ai/mcp/servers/kansei-link/kansei-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/kansei-link/kansei-mcp-server) 📇 🏠 🍎 🪟 🐧 - Local-first MCP navigator with verified data on 11,000+ SaaS services, 200 workflow recipes, and 89-97% token savings vs web search. -- [kevmoz/macaroonnetwork](https://github.com/kevmoz/macaroonnetwork) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Discovery and purchase client for a predicate-gated scientific and data marketplace. Search the live catalogue and inspect metadata for free, then hand off Lightning L402 payment or auto-pay through an external LND node. Install with `pip install macaroonnetwork-mcp`. +- [kevmoz/macaroonnetwork-mcp](https://github.com/kevmoz/macaroonnetwork-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Discovery and purchase client for a predicate-gated scientific and data marketplace. Search the live catalogue and inspect metadata for free, then hand off Lightning L402 payment or auto-pay through an external LND node. Install with `pip install macaroonnetwork-mcp`. - [khalidsaidi/ragmap](https://github.com/khalidsaidi/ragmap) 📇 ☁️ 🏠 🍎 🪟 🐧 - MapRag: RAG-focused subregistry + MCP server to discover and route to retrieval-capable MCP servers using structured constraints and explainable ranking. - [malamutemayhem/unclick](https://github.com/malamutemayhem/unclick) [![malamutemayhem/unclick MCP server](https://glama.ai/mcp/servers/malamutemayhem/unclick-agent-native-endpoints/badges/score.svg)](https://glama.ai/mcp/servers/malamutemayhem/unclick-agent-native-endpoints) 📇 🏠 🍎 🪟 🐧 - The universal remote for AI: one MCP install gives any compatible agent 450+ callable endpoints across 60+ integrations, plus persistent cross-session memory. `npx @unclick/mcp-server` - [mambalabsdev/mcp-gtm-suite](https://github.com/mambalabsdev/mcp-gtm-suite) [![mambalabsdev/mcp-gtm-suite MCP server](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite/badges/score.svg)](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite) 📇 ☁️ - Six GTM signal tools in one MCP server, covering hiring signals, tech stack detection, job board scanning, LinkedIn URL resolution, ICP scoring, and signal aggregation via Apify actors. From ef022f8c755286edfd37d30010a2481642f6815e Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Sat, 12 Sep 2026 10:53:52 +0100 Subject: [PATCH 4/4] Add Glama badge, foreground x402 as the live primary rail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b3bcbe1..50847ffd6 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ Servers for accessing many apps and tools through a single MCP server. - [codeislaw101/katzilla](https://github.com/codeislaw101/katzilla) [![codeislaw101/katzilla MCP server](https://glama.ai/mcp/servers/codeislaw101/katzilla/badges/score.svg)](https://glama.ai/mcp/servers/codeislaw101/katzilla) 📇 ☁️ 🍎 🪟 🐧 - Unified data API for AI agents — 300+ free, public, and government data sources behind a single API key. Access economic (FRED, BLS), environmental (EPA, NOAA), health (CDC, FDA), weather (NWS), financial (SEC, CFPB), science (NASA, arXiv), and 30+ more categories. Install: `npx @katzilla/mcp`. - [K-Dense-AI/claude-skills-mcp](https://github.com/K-Dense-AI/claude-skills-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Intelligent search capabilities to let every model and client use [Claude Agent Skills](https://www.anthropic.com/news/skills) like native. - [kansei-link/kansei-mcp-server](https://github.com/kansei-link/kansei-mcp-server) [![kansei-link/kansei-mcp-server MCP server](https://glama.ai/mcp/servers/kansei-link/kansei-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/kansei-link/kansei-mcp-server) 📇 🏠 🍎 🪟 🐧 - Local-first MCP navigator with verified data on 11,000+ SaaS services, 200 workflow recipes, and 89-97% token savings vs web search. -- [kevmoz/macaroonnetwork-mcp](https://github.com/kevmoz/macaroonnetwork-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Discovery and purchase client for a predicate-gated scientific and data marketplace. Search the live catalogue and inspect metadata for free, then hand off Lightning L402 payment or auto-pay through an external LND node. Install with `pip install macaroonnetwork-mcp`. +- [kevmoz/macaroonnetwork-mcp](https://github.com/kevmoz/macaroonnetwork-mcp) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Discovery and purchase client for a predicate-gated scientific and data marketplace. Search the live catalogue and inspect metadata for free, then pay via x402 (USDC on Base mainnet, the live primary rail) or Lightning L402. Install with `pip install macaroonnetwork-mcp`. [![kevmoz/macaroonnetwork-mcp MCP server](https://glama.ai/mcp/servers/kevmoz/macaroonnetwork-mcp/badges/score.svg)](https://glama.ai/mcp/servers/kevmoz/macaroonnetwork-mcp) - [khalidsaidi/ragmap](https://github.com/khalidsaidi/ragmap) 📇 ☁️ 🏠 🍎 🪟 🐧 - MapRag: RAG-focused subregistry + MCP server to discover and route to retrieval-capable MCP servers using structured constraints and explainable ranking. - [malamutemayhem/unclick](https://github.com/malamutemayhem/unclick) [![malamutemayhem/unclick MCP server](https://glama.ai/mcp/servers/malamutemayhem/unclick-agent-native-endpoints/badges/score.svg)](https://glama.ai/mcp/servers/malamutemayhem/unclick-agent-native-endpoints) 📇 🏠 🍎 🪟 🐧 - The universal remote for AI: one MCP install gives any compatible agent 450+ callable endpoints across 60+ integrations, plus persistent cross-session memory. `npx @unclick/mcp-server` - [mambalabsdev/mcp-gtm-suite](https://github.com/mambalabsdev/mcp-gtm-suite) [![mambalabsdev/mcp-gtm-suite MCP server](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite/badges/score.svg)](https://glama.ai/mcp/servers/mambalabsdev/mcp-gtm-suite) 📇 ☁️ - Six GTM signal tools in one MCP server, covering hiring signals, tech stack detection, job board scanning, LinkedIn URL resolution, ICP scoring, and signal aggregation via Apify actors.