{
  "schema_version": "v1",
  "name": "maximofn-content",
  "name_for_human": "MaximoFN Content",
  "description": "Read-only MCP server for the content of maximofn.com (AI/ML blog posts, projects and tips). No authentication, no rate limits.",
  "version": "1.0.0",
  "servers": [
    {
      "name": "maximofn-content",
      "url": "https://www.maximofn.com/mcp",
      "transport": "streamable-http",
      "authentication": {
        "type": "none"
      }
    }
  ],
  "tools": [
    {
      "name": "list_content",
      "description": "List all content, optionally filtered by type (post, project or tip)."
    },
    {
      "name": "search_content",
      "description": "Search content by query string, optionally filtered by type (post, project or tip)."
    },
    {
      "name": "content_stats",
      "description": "Return counts of posts, projects and tips."
    }
  ],
  "content_api_url": "https://www.maximofn.com/api/v1/content.json",
  "documentation_url": "https://www.maximofn.com/api",
  "openapi_url": "https://www.maximofn.com/openapi.json",
  "agents_md_url": "https://www.maximofn.com/.well-known/agents.md",
  "llms_txt_url": "https://www.maximofn.com/llms.txt",
  "contact_email": "maximofn@gmail.com"
}
