{
  "@context": "https://agenticresourcediscovery.org/context/v1",
  "entries": [
    {
      "identifier": "urn:air:maximofn.com:server:content",
      "displayName": "MaximoFN Content MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://www.maximofn.com/.well-known/mcp.json",
      "description": "Read-only MCP server (Streamable HTTP, no auth, no rate limits) exposing the content index of maximofn.com: 80+ hands-on articles, projects and tips on AI, machine learning and Python, in Spanish, English and Portuguese. Tools: list_content, search_content, content_stats.",
      "representativeQueries": [
        "find a tutorial on QLoRA quantization with bitsandbytes",
        "how do I build an MCP server with FastMCP",
        "search maximofn.com for articles about LangGraph agents",
        "list the projects published on maximofn.com",
        "what does the error 'found two or more forward outputs with same shape' mean in Accelerate"
      ],
      "capabilities": ["list_content", "search_content", "content_stats"],
      "tags": ["ai", "machine-learning", "python", "llm", "mcp", "langgraph", "hugging-face", "tutorials", "es", "en", "pt-br"],
      "version": "1.0.0",
      "updatedAt": "2026-09-14T00:00:00Z",
      "metadata": {
        "endpoint": "https://www.maximofn.com/mcp",
        "transport": "streamable-http",
        "authentication": "none",
        "documentation": "https://www.maximofn.com/api",
        "agentInstructions": "https://www.maximofn.com/.well-known/agents.md",
        "llmsTxt": "https://www.maximofn.com/llms.txt"
      }
    },
    {
      "identifier": "urn:air:maximofn.com:api:content-index",
      "displayName": "MaximoFN Content API (OpenAPI 3.1)",
      "type": "application/vnd.oai.openapi+json",
      "url": "https://www.maximofn.com/openapi.json",
      "description": "Public read-only JSON API returning the full content index of maximofn.com (articles, projects, tips) with titles, descriptions, images and URLs in three languages. Versioned at /api/v1/content.json; no authentication.",
      "representativeQueries": [
        "get the list of all blog posts on maximofn.com as JSON",
        "fetch the machine-readable content index of maximofn.com",
        "what articles about Hugging Face transformers does maximofn.com have"
      ],
      "capabilities": ["getContentIndexV1", "getContentIndex"],
      "tags": ["api", "openapi", "json", "read-only", "content-index"],
      "version": "1.0.0",
      "updatedAt": "2026-09-14T00:00:00Z",
      "metadata": {
        "endpoint": "https://www.maximofn.com/api/v1/content.json",
        "authentication": "none",
        "documentation": "https://www.maximofn.com/api"
      }
    }
  ]
}
