INDIVIDUAL MCP TOOL
get_verification
Use 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.
LIVE ENDPOINT
https://andrewsfreebies.com/api/mcp
Connect to this endpoint to inspect the live schema for get_verification and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
search— Use this when the user wants to find, compare, or answer a question about current U.S.fetch— Use 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.search_freebies— Use this when the user needs explicit corpus scope, result limits, or a rich normalized list rather than the standard citable search/fetch flow.get_record— Use 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.get_freshness— Use 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.flag_expired_deal— Use 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.