General Tools
andrewsfreebies.com
Searches and retrieves information about freebies, trials, and entitlement programs such as cash back and coupons.
ENDPOINT 1
https://andrewsfreebies.com/api/mcp
MCP server metadata
- Name
- andrews-freebies
- Version
- 2.6.0
Use search for ordinary U.S. free-trial and savings questions, then fetch the best returned id before giving detailed terms. Use search_freebies only when explicit scope controls or rich normalized results are needed, then inspect a selected result with get_record. Never call flag_expired_deal without an exact existing id and relevant current first-party evidence; blocked pages and third-party rumors are not enough. Do not purchase, access accounts, submit applications, or guarantee eligibility. Actionable trial and savings results require incorporated first-party catalog evidence plus a supporting audit. An audit confirms only the normalized fields it tested and never promotes a directory-listed record by itself. A null action_url or official_action.status=withheld means the record is evidence-only and must not be recommended for action. Never treat blocked, fetch-error, unknown, or not-found as proof of expiration without the required repeated or first-party evidence. State material fees, payment or deposit requirements, geography, personalization, expiration, renewal, and cancellation terms. Present a non-null offer action_url only when the user wants to proceed, and cite source_url for current terms. Public-benefit records provide informational eligibility paths, not eligibility decisions.
Known tools 7
searchUse this when the user wants to find, compare, or answer a question about current U.S.
Inferred read-onlyfetchUse this after search returns a guide:SLUG, trial:SLUG, or entitlement:SLUG id and the user needs the complete answer, terms, evidence, verification state, or official action path.
Inferred read-onlysearch_freebiesUse this when the user needs explicit corpus scope, result limits, or a rich normalized list rather than the standard citable search/fetch flow.
Inferred read-onlyget_recordUse this after search_freebies returns an exact trial or entitlement id and the user needs its complete normalized terms, conditions, sources, official action path, or latest verification state.
Inferred read-onlyget_verificationUse this when the user asks how or when one exact Andrew’s Freebies record was checked, whether its terms matched, or what audit warnings exist.
Inferred read-onlyget_freshnessUse this when the user asks about verification freshness for the actionable-candidate corpus, overdue coverage, scheduler liveness, records sharing an audit outcome, or whether one exact non-directory record is still inside cadence.
Inferred read-onlyflag_expired_dealUse this only when the user supplies an exact existing record id and relevant current first-party evidence showing that its offer ended or is unavailable.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.andrews-freebies]
url = "https://andrewsfreebies.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"andrews-freebies": {
"type": "http",
"url": "https://andrewsfreebies.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: andrews-freebies
Remote MCP URL: https://andrewsfreebies.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"andrews-freebies": {
"url": "https://andrewsfreebies.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"andrews-freebies": {
"type": "http",
"url": "https://andrewsfreebies.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "andrews-freebies",
"transport": "streamable-http",
"url": "https://andrewsfreebies.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://andrewsfreebies.com/api/mcp/public-benefits
MCP server metadata
- Name
- andrews-public-benefits
- Version
- 1.0.0
Use search only for informational U.S. public-benefit and public-service discovery, then fetch the best returned entitlement id before answering. This server intentionally excludes free trials, digital subscriptions, commercial promotions, redeemable-value offers, direct action paths, purchases, account access, applications, and eligibility decisions. Treat every result as evidence rather than a promise. State geography, eligibility conditions, required relationships, fees, expiration, currentness, and uncertainty. Cite source_url for current terms. Never ask for credentials, payment data, precise addresses, or other unnecessary personal data.
Known tools 2
fetchUse this after search returns an entitlement:SLUG id and the user needs the program description, conditions, geography, fees, evidence, or verification state.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.andrews-public-benefits]
url = "https://andrewsfreebies.com/api/mcp/public-benefits"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"andrews-public-benefits": {
"type": "http",
"url": "https://andrewsfreebies.com/api/mcp/public-benefits"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: andrews-public-benefits
Remote MCP URL: https://andrewsfreebies.com/api/mcp/public-benefits
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"andrews-public-benefits": {
"url": "https://andrewsfreebies.com/api/mcp/public-benefits"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"andrews-public-benefits": {
"type": "http",
"url": "https://andrewsfreebies.com/api/mcp/public-benefits"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "andrews-public-benefits",
"transport": "streamable-http",
"url": "https://andrewsfreebies.com/api/mcp/public-benefits"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for andrewsfreebies.com was fetched 2026-08-21T13:43:47.434Z.
andrewsfreebies.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.