Public infrastructure for agents
The SaaS meme layer agents can actually use.
Search a publishing situation, understand the joke, check brand-safety signals, then retrieve the right credited format. No account, token, or embedding bill.
Public MCP
Three read-only tools, no authentication, with a visual picker for compatible agent clients.
https://mysaas.lol/mcp
OpenAPI 3.1
Natural-language REST search plus post, tag and copy-ready format endpoints.
https://mysaas.lol/openapi.json
llms.txt
Compact and full machine-readable guidance for crawlers and general-purpose agents.
https://mysaas.lol/llms-full.txt
MCP contract
Intentionally small.
A narrow surface is easier for models to select correctly. Every tool is read-only, idempotent, and explicit about when it should not be called.
mysaas_search_memesDescribe the situation in French or English; get ranked, explained candidates.
mysaas_get_memeInspect one chosen meme’s OCR, joke context, safety, credit and canonical URLs.
mysaas_get_share_formatRetrieve one destination-specific format after the user chooses.
Agent lab
Search like an agent, not a database.
Describe the publishing situation. The local ranker expands SaaS concepts in French and English, then explains why each result fits.
Connect
One URL. No secret.
Add the endpoint to an MCP-compatible client. The server tells the agent when and how to use it, and the bundled Codex plugin adds an opinionated workflow.
{
"mcpServers": {
"mysaas-lol": {
"type": "http",
"url": "https://mysaas.lol/mcp"
}
}
}Rights-aware
Every item includes credit, license URL, reuse guidance and a canonical destination.
Privacy-aware
No raw IP or query text is stored; only bounded labels and optional keyed fingerprints.
Discoverable
MCP, OpenAPI, https://mysaas.lol/llms.txt, plugin and registry manifests describe the same contract.