From 525f1cff380ec63b6b4b82b030d16290a6ba3d7a Mon Sep 17 00:00:00 2001
From: MarcellM01 <9119122+MarcellM01@users.noreply.github.com>
Date: Thu, 16 Jul 2026 19:40:33 +0200
Subject: [PATCH 1/2] Add MarcellM01/TinySearch to Search & Data Extraction
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index a1980e06d..140d777cd 100644
--- a/README.md
+++ b/README.md
@@ -2775,6 +2775,7 @@ Tools for conducting research, surveys, interviews, and data collection.
- [zoomeye-ai/mcp_zoomeye](https://github.com/zoomeye-ai/mcp_zoomeye) 📇 ☁️ - Querying network asset information by ZoomEye MCP Server
- [juergenkoller-software/pdf-content-search-mcp](https://github.com/juergenkoller-software/pdf-content-search-mcp) [](https://glama.ai/mcp/servers/juergenkoller-software/pdf-content-search-mcp) 🏠 🍎 - MCP bridge for [PDF Content Search](https://store.juergenkoller.software/en/apps/pdf-content-search) — full-text PDF search with Apple Vision OCR across thousands of documents in under a second. Advanced filters (date, category, sender, amount), wildcards, boolean operators.
- [rejifald/StitchAPI](https://github.com/rejifald/StitchAPI) [](https://glama.ai/mcp/servers/rejifald/StitchAPI) 📇 ☁️ - Semantic search over the StitchAPI documentation (the hosted docs MCP): `search_docs` returns the most relevant doc sections with deep links, `get_doc` fetches a full page. Hosted endpoint `https://stitchapi.dev/api/mcp`, no auth.
+- [MarcellM01/TinySearch](https://github.com/MarcellM01/TinySearch) 🐍 🏠 - Self-hosted web research for MCP agents: search (SearXNG, with DuckDuckGo fallback), crawl, dense+BM25 rerank, and dedupe into a source-grounded, cited prompt. Local ONNX embeddings by default, or bring an OpenAI-compatible embedding API.
### 🔒 Security
From 24f3077ba9d9d58d88bdb13f8f883da274662526 Mon Sep 17 00:00:00 2001
From: MarcellM01 <9119122+MarcellM01@users.noreply.github.com>
Date: Thu, 16 Jul 2026 19:53:38 +0200
Subject: [PATCH 2/2] Add Glama score badge to MarcellM01/TinySearch entry
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 140d777cd..be8e45af5 100644
--- a/README.md
+++ b/README.md
@@ -2775,7 +2775,7 @@ Tools for conducting research, surveys, interviews, and data collection.
- [zoomeye-ai/mcp_zoomeye](https://github.com/zoomeye-ai/mcp_zoomeye) 📇 ☁️ - Querying network asset information by ZoomEye MCP Server
- [juergenkoller-software/pdf-content-search-mcp](https://github.com/juergenkoller-software/pdf-content-search-mcp) [](https://glama.ai/mcp/servers/juergenkoller-software/pdf-content-search-mcp) 🏠 🍎 - MCP bridge for [PDF Content Search](https://store.juergenkoller.software/en/apps/pdf-content-search) — full-text PDF search with Apple Vision OCR across thousands of documents in under a second. Advanced filters (date, category, sender, amount), wildcards, boolean operators.
- [rejifald/StitchAPI](https://github.com/rejifald/StitchAPI) [](https://glama.ai/mcp/servers/rejifald/StitchAPI) 📇 ☁️ - Semantic search over the StitchAPI documentation (the hosted docs MCP): `search_docs` returns the most relevant doc sections with deep links, `get_doc` fetches a full page. Hosted endpoint `https://stitchapi.dev/api/mcp`, no auth.
-- [MarcellM01/TinySearch](https://github.com/MarcellM01/TinySearch) 🐍 🏠 - Self-hosted web research for MCP agents: search (SearXNG, with DuckDuckGo fallback), crawl, dense+BM25 rerank, and dedupe into a source-grounded, cited prompt. Local ONNX embeddings by default, or bring an OpenAI-compatible embedding API.
+- [MarcellM01/TinySearch](https://github.com/MarcellM01/TinySearch) [](https://glama.ai/mcp/servers/MarcellM01/TinySearch) 🐍 🏠 - Self-hosted web research for MCP agents: search (SearXNG, with DuckDuckGo fallback), crawl, dense+BM25 rerank, and dedupe into a source-grounded, cited prompt. Local ONNX embeddings by default, or bring an OpenAI-compatible embedding API.
### 🔒 Security