{
  "$schema": "https://static.modelcontextprotocol.io/schemas/server-card.json",
  "name": "rumors-lines",
  "title": "Rumors pick-up lines",
  "description": "Read-only MCP server over the published, native-editor-curated pick-up line collections on rumors.app: Tagalog, Portuguese (BR), Indonesian and more, every line with a literal English gloss.",
  "version": "1.0.0",
  "protocolVersion": "2025-06-18",
  "endpoint": {
    "url": "https://rumors.app/api/mcp",
    "transport": "streamable-http"
  },
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": {}
  },
  "tools": [
    { "name": "list_collections", "description": "List published collections with URL, title, language and line count." },
    { "name": "get_lines", "description": "Lines from one collection by URL, optional register filter." },
    { "name": "random_line", "description": "One random line, optionally by language and register." },
    { "name": "search_lines", "description": "Substring search across native text, transliteration and English gloss." }
  ],
  "publisher": {
    "name": "Rumors Dating Inc.",
    "url": "https://rumors.app/"
  },
  "documentation": "https://rumors.app/llms.txt"
}
