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.

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.

01mysaas_search_memes

Describe the situation in French or English; get ranked, explained candidates.

02mysaas_get_meme

Inspect one chosen meme’s OCR, joke context, safety, credit and canonical URLs.

03mysaas_get_share_format

Retrieve 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.

MCP configuration
{
  "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.