Search current class-action settlements and identify possible matches using structured filters.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Redra is an open-source Model Context Protocol server that searches current class-action settlement records. It works with any MCP client and supports two deployment choices:
Redra identifies possible keyword matches. It does not determine legal eligibility, submit claims, or provide legal advice.
During the technical beta, local mode defaults to the public SettleSignal JSON
feed at https://settlesignal.com/data/settlements.json. SettleSignal identifies
its Hugging Face dataset card
as an official profile, and that card licenses the feed's public fields under
CC BY 4.0. Redra preserves source
attribution and links while normalizing fields and adding derived lifecycle and
quality metadata.
Redra also supports its independently assembled, content-addressed open and
upcoming publication format. That publication remains in a gated shadow beta;
it is not the fresh-install default until its launch checks pass. Every imported
independent record must have independent discovery lineage and Tier A or B
provenance, and a failed validation leaves the prior local snapshot untouched.
open records have a currently usable filing endpoint. upcoming records require
evidence of a future claim window but have no current claim form. They are exposed
only as a watchlist and are excluded from the open count and claimable-money total.
The normalized factual compilation is published under
CC BY 4.0. Search results preserve
official source links and carry source and change attribution. See
NOTICE.md.
The provider is explicit and is never inferred from a downloaded payload. Set
REDRA_DATASET_PROVIDER=independent to consume Redra's publication, or leave it
as settlesignal during the transition. REDRA_DATASET_URL can override the
selected provider's default URL.
No settlement data is committed to this repository.
The project currently operates this optional public service:
https://redra.ai/https://redra.ai/docshttps://mcp.redra.ai/mcphttps://redra.ai/privacyThe operational database behind the hosted MCP is private, has no public Fly route, and is reachable only by the hosted MCP over authenticated internal networking. The MCP currently requires no user API key. It does not impose a per-IP quota, because hosted AI clients can send many unrelated users through shared network addresses. Availability is provided on a best-effort basis without an uptime, completeness, or fitness-for-eligibility guarantee.
The Redra application does not persist prompts, profile data, or MCP tool arguments. The hosted MCP receives only tool arguments, not an agent's complete conversation. Hosting infrastructure may retain ordinary operational metadata, such as timestamps and request paths, in short-lived access logs. The hosted MCP stores each network-source IP address with a cumulative count of MCP work units for aggregate usage measurement; items in a batch count individually. A network source may be shared provider infrastructure and is not treated as a Redra user identity or quota key. Search terms and tool arguments are not associated with that counter. Self-hosted Redra does not enable this hosted usage counter.
Connect a Streamable HTTP MCP client to the URL published by the Redra service, currently:
No local process or dataset is needed.
Python 3.11 or newer is required. Clone and install Redra:
The project pins the current stable v1 line of the official Python MCP SDK with
mcp>=1.27,<2. Version 2 was still prerelease when this release was built.
Download the settlement dataset and start the local MCP:
The update is transactional: a failed download or invalid source payload leaves the previous SQLite dataset intact. To keep a local dataset fresh automatically:
This performs an update immediately and then once every 24 hours. It is optional;
self-hosters can instead invoke dataset update from their existing cron system.
To expose the local MCP over Streamable HTTP:
The MCP endpoint is /mcp and binds to 127.0.0.1 by default.
Network safety: Redra's HTTP transport does not provide authentication or TLS. Do not bind it to
0.0.0.0or publish port 8000 directly unless access is protected by a trusted authenticated reverse proxy, firewall, or private network.
Start the server and its once-daily updater:
The updater and MCP share the SQLite volume. The MCP remains available if a
refresh fails, and the previous valid snapshot stays in place. Compose publishes
the MCP only on the host loopback interface at 127.0.0.1:8000.
search_settlements: keyword and structured-filter search.search_settlements_batch: runs up to 50 independent searches in one MCP call
without changing the logical-AND meaning of each query's keywords. Records are
deduplicated across queries, and matched_query_indices preserves every search
angle that found each record.get_settlement: fetches one record and its official source links, with agent
guidance to verify the complete eligibility terms when browsing is available.get_settlements: fetches up to 20 finalist records together before the agent
composes its answer.get_dataset_info: reports source, license, freshness, and counts.The hosted provider also returns its cached claimable-money headline in dataset
info. It is calculated only from records explicitly marked for inclusion in the
claimable total. Upcoming records never contribute. Self-hosted providers may
return additional provider-specific aggregate metrics in the same extra object.
Every item in keywords is required (logical AND). Agents should use independent
query objects in search_settlements_batch for unrelated companies, products, or
alternative terms. This preserves each query's meaning while avoiding a long series
of MCP round trips.
Batch search caps the unique records returned across all queries with
max_total_results, which defaults to 50 and may be set as high as 100. The cap
does not reduce the number of searches performed. Query summaries report each
query's total match count, sampled count, returned IDs, and omitted sampled count;
the unique records appear once in the top-level items list.
For broad eligibility scans, the MCP directs agents to search expansively across plausible brands, aliases, parent companies, subsidiaries, services, purchases, fees, and incidents recalled from the context the client makes available. It also considers eligibility-relevant demographic angles such as state, age group, occupation, student or veteran status, parent or guardian status, and housing or household situation.
Recalled or inferred associations are query candidates, not facts or eligibility decisions, and queries must not contain identifying information. A category-level or demographic association alone is not enough to call a result a match.
For each plausible result, agents with web access are directed to inspect the
official settlement or claim page for the class definition, qualifying dates,
products or services, geographic limits, exclusions, proof requirements, and
deadline. Agents should compare only confirmed terms with context the user has
made available. Before composing the final answer, agents retrieve the complete
stored record for every finalist with get_settlement or get_settlements.
Plausible results are presented as concise lead cards showing why each surfaced,
confirmed matching terms, important unknowns, deadline, payout, proof requirement,
and the official link when those fields are available. Evidence strength is ranked
before urgency, with labels such as Notice found, Strong possible match, and
Needs your confirmation; imminent deadlines remain prominent.
A direct notice is strong evidence but does not prove every class condition. Agents ask a focused non-sensitive follow-up before recommending action when one unknown could change the recommendation. A candidate mentioned during progress receives an explicit final disposition, and purely category-level or demographic candidates are kept out of the action list unless the user requests an exhaustive trace.
Agents search and investigate before asking for more information. When
non-sensitive answers would materially clarify a lead, they prefer the client's
native structured-question or question-card interface. Clients without that
interface fall back to asking the same focused questions directly in chat.
Questions should explain why the answer matters, offer a Not sure or Skip
choice where appropriate, and never request identifying or sensitive information.
Agents without browsing must say that they could not independently verify the complete terms, avoid guessing, and direct the user to the official link.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/redra)<a href="https://allmcps.com/mcp/redra"><img src="https://allmcps.com/api/badge/redra?style=directory" alt="Redra on AllMCPs" /></a>