{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.neurohackingly/blog",
  "version": "1.0.0",
  "title": "Neurohackingly Blog",
  "description": "Read-only MCP server for the neurohackingly.com blog. Tools: search_posts, get_post. No auth.",
  "websiteUrl": "https://neurohackingly.com",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://www.neurohackingly.com/mcp",
      "supportedProtocolVersions": ["2025-06-18"]
    }
  ],
  "serverInfo": {
    "name": "com.neurohackingly/blog",
    "title": "Neurohackingly Blog",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://www.neurohackingly.com/mcp"
  },
  "endpoint": "https://www.neurohackingly.com/mcp",
  "capabilities": {
    "tools": { "listChanged": false }
  },
  "_meta": {
    "com.neurohackingly/note": "serverInfo, transport, endpoint and capabilities duplicate information from the normative SEP-1649 fields (name, version, remotes) for scanner compatibility with isitagentready.com. Only the tools capability is declared because the server implements no resources or prompts."
  }
}
