Agent integrations
FreeModRadar runs a Model Context Protocol server, so an assistant can answer "what is free right now?" with live data instead of a guess.
Endpoint
Streamable HTTP MCP endpoint, no authentication, read only:/mcp
Tools
list_free_mods
Lists the free offers currently tracked, filterable by source and sortable by newest or ending soonest.
search_free_mods
Full-text search across titles and descriptions of the live offers.
get_free_mod
Returns one offer by its slug, including the claim link and expiry time.
Client configuration
Add the server to any MCP client that supports remote servers:
{
"mcpServers": {
"freemodradar": {
"url": "https://<this-site>/mcp"
}
}
}Replace <this-site> with the domain in your address bar. The data served is the same public list you see on this site.