# safianov.com — /mcp/ > Tools this site exposes to AI agents, per the WebMCP proposal (https://github.com/webmachinelearning/webmcp). Each is also declared inline on its page via toolname/tooldescription form attributes. ## search_articles - Method: GET - Endpoint: https://safianov.com/blog/ - Parameters: - q (string, required): search keywords - tag (string, optional): restrict results to one topic slug - Returns: an HTML page listing matching blog posts (title, excerpt, URL, date). - Declared on: https://safianov.com/blog/ —