Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”Ž Search & Data Extraction
  3. Sifter
Sifter logo
Health: ActiveRecent health check succeeded.Last checked 9/6/2026, 10:17:27 PM

Sifter

User RatingsBe the first to rate and review this MCP server!
View Repository55 GitHub StarsTotal stargazers on GitHub for the source repository (55 stars).Visit Website
document-extractionnatural-language-querymcp-serverdashboardself-hosted

Open-source engine to extract typed records from documents and query them in natural language via MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "sifter-ai-sifter": {
      "command": "uvx",
      "args": [
        "sifter-mcp",
        "--base-url",
        "http://localhost:8000"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”Ž More in Search & Data Extraction

Overview

This server extracts structured, schema-defined data from homogeneous documents like invoices or contracts, storing results as typed records. It enables natural language queries that translate into exact database-style filters and aggregations rather than similarity search. Use it when you need precise, reproducible data extraction and querying from document collections with consistent structure. It includes a REST API, Python and TypeScript SDKs, a CLI, and an MCP server interface.

Use cases

โ€ขExtract structured fields from invoices, contracts, or receipts
โ€ขQuery document data with natural language filters and aggregations
โ€ขCreate dashboards with KPIs and time-series from extracted data
โ€ขIntegrate document querying into AI agents via MCP protocol
โ€ขAutomate document ingestion and data extraction workflows

Key features

โ€ขSchema-driven extraction with natural language schema definition
โ€ขNatural language query translating to MongoDB aggregation pipelines
โ€ขMCP server supporting read/write tools over stdio transport
โ€ขREST API with OpenAPI spec and typed Python/TypeScript SDKs
โ€ขWebhooks with HMAC signing on extraction events
โ€ขSelf-hostable via Docker Compose with MongoDB and LLM API key

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Sifter.

Extracted Tool Capabilities
Schema-driven extraction with natural language schema definition
Natural language query translating to MongoDB aggregation pipelines
MCP server supporting read/write tools over stdio transport
REST API with OpenAPI spec and typed Python/TypeScript SDKs
Webhooks with HMAC signing on extraction events
Self-hostable via Docker Compose with MongoDB and LLM API key

Documentation Overview

Sifter

CI codecov PyPI npm Python Node License: MIT

Your documents are a dark database.

Open-source document intelligence engine โ€” schema-driven extraction, NL query, MCP server, Python and TypeScript SDKs. Self-hostable under MIT.

Sifter demo


Why not RAG?

RAG is built for retrieval โ€” find me chunks similar to this query. It breaks on homogeneous collections like invoices, contracts, or receipts where every document looks alike and the question is an aggregation, not a search.

Documents to structured records

Sifter's approach: extract structured fields once (client, date, total), store them as typed records, query with real filters and aggregations. The answer is exact and reproducible โ€” because it's a database query, not a similarity search.


Quickstart

bash
git clone https://github.com/sifter-ai/sifter
cd sifter/code
cp server/.env.example server/.env.local    # set SIFTER_DEFAULT_API_KEY (required)
docker compose up -d

Open http://localhost:3000 โ€” create a sift, upload documents, query results.


Python SDK

Terminal
pip install sifter-ai
server.ts
from sifter import Sifter

s = Sifter(api_key="sk-...")

sift = s.create_sift("Invoices", "client name, date, total amount")
sift.upload("./invoices/")
sift.wait()

for record in sift.records():
    print(record["extracted_data"])
# {"client": "Acme Corp", "date": "2024-01-15", "total_amount": 1500.0}

TypeScript SDK

Terminal
npm install @sifter-ai/sdk
server.ts
import { Sifter } from "@sifter-ai/sdk";

const client = new Sifter({ apiKey: "sk-..." });

const sift = await client.createSift("Invoices", "client, date, total amount");
await sift.upload("./invoices/");
await sift.wait();

const records = await sift.records();
console.log(records);

MCP server (Claude Desktop / Cursor / AI agents)

config.json
{
  "mcpServers": {
    "sifter": {
      "command": "uvx",
      "args": ["sifter-mcp", "--base-url", "http://localhost:8000"],
      "env": { "SIFTER_API_KEY": "sk-dev" }
    }
  }
}

Then ask:

"What's the total unpaid across all invoices from last quarter?" "Show me all contracts expiring in the next 90 days." "Which candidates have Python and more than 5 years experience?"

Sifter answers with structured data โ€” exact counts, sums, filtered rows. Not a text blob.

Want a remote MCP URL without running a local server? โ†’ Sifter Cloud


Dashboard

Sifter includes a built-in dashboard โ€” no Metabase, no Grafana, no SQL required.

Describe what you want to see in plain language:

python
sift = client.sifts.get("invoices")
sift.create_dashboard("Show total invoiced and unpaid by vendor, monthly trend")

Produces KPI tiles, breakdowns, and time-series โ€” updated automatically on every extraction.


What's included

  • Schema-driven extraction โ€” describe what to extract in natural language; schema is inferred automatically and exported as Pydantic / TypeScript types
  • NL query โ€” ask questions in plain language; Sifter generates inspectable MongoDB aggregation pipelines
  • MCP server โ€” stdio transport, read + write tools, zero custom integration code
  • REST API + SDKs โ€” full OpenAPI spec, typed clients for Python and TypeScript
  • Webhooks โ€” HMAC-signed HTTP callbacks on every extraction event
  • Spec-driven dashboards โ€” short NL spec โ†’ auto-generated board (KPI, breakdown, table, time series)
  • CLI โ€” sifter extract, sifter records, sifter sifts for terminal workflows and CI
  • Self-hostable โ€” Docker Compose, bring your own MongoDB and LLM API key

Don't want to run infrastructure?

Sifter Cloud is the managed version โ€” no Mongo, no ops, remote MCP endpoint, Google Drive and email ingress. Free tier available.


Docs

Full documentation at docs.sifter.run โ€” quickstart, SDK reference, MCP guide, cookbook, self-hosting.


License

MIT โ€” see LICENSE.

Created by Bruno Fortunato.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Wigolo logoWigolo

    Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via npx wigolo init --non-interactive --agents=.

    ๐Ÿ”Ž Search & Data Extraction2 views
    Compare vs Wigolo โ†’
  • Firecrawl MCP Server logoFirecrawl MCP Server
    Verified

    Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host.

    ๐Ÿ”Ž Search & Data Extraction5 views
    Compare vs Firecrawl MCP Server โ†’
  • Brave Search MCP Server logoBrave Search MCP Server

    Web search capabilities using Brave's Search API

    ๐Ÿ”Ž Search & Data Extraction7 views
    Compare vs Brave Search MCP Server โ†’
  • Trieve logoTrieve

    Crawl, embed, chunk, search, and retrieve information from datasets through Trieve

    ๐Ÿ”Ž Search & Data Extraction2 views
    Compare vs Trieve โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
55
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Sifter

Sifter extracts structured data once and stores it as typed records, enabling exact, reproducible queries with filters and aggregations, unlike RAG which relies on similarity search of text chunks.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSifter AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/sifter-ai-sifter?style=directory)](https://allmcps.com/mcp/sifter-ai-sifter)
HTML Embed
<a href="https://allmcps.com/mcp/sifter-ai-sifter"><img src="https://allmcps.com/api/badge/sifter-ai-sifter?style=directory" alt="Sifter on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”ŽSearch & Data Extraction
PricingFreemium
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthAPI key
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedAug 9, 2026
4/5 checks healthy over the last 31d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars55
GitHub Star CountTotal stargazers on GitHub representing community popularity (55 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 18, 2026
53Quality signal: Good ยท 53/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”Ž Search & Data Extraction โ†’Best MCP servers for Web Search & Scraping โ†’Alternatives to Sifter โ†’Install in Claude DesktopInstall in CursorInstall in VS Code