{"id":30743714,"url":"https://github.com/dmitriiweb/article-scraper-mcp","last_synced_at":"2026-05-19T10:03:21.596Z","repository":{"id":310330255,"uuid":"1039477368","full_name":"dmitriiweb/article-scraper-mcp","owner":"dmitriiweb","description":"MCP to get an article text from an URL","archived":false,"fork":false,"pushed_at":"2025-08-20T21:33:24.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-20T21:52:25.166Z","etag":null,"topics":["ai","mcp","scraping"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dmitriiweb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-17T10:19:55.000Z","updated_at":"2025-08-20T21:06:37.000Z","dependencies_parsed_at":"2025-08-20T21:52:26.292Z","dependency_job_id":null,"html_url":"https://github.com/dmitriiweb/article-scraper-mcp","commit_stats":null,"previous_names":["dmitriiweb/news-scraper-mcp","dmitriiweb/article-scraper-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dmitriiweb/article-scraper-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Farticle-scraper-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Farticle-scraper-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Farticle-scraper-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Farticle-scraper-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmitriiweb","download_url":"https://codeload.github.com/dmitriiweb/article-scraper-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmitriiweb%2Farticle-scraper-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273543835,"owners_count":25124340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","mcp","scraping"],"created_at":"2025-09-04T02:48:30.618Z","updated_at":"2026-05-19T10:03:21.481Z","avatar_url":"https://github.com/dmitriiweb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Article Scraper MCP\n\nA Model Context Protocol (MCP) server that fetches article data from URLs using newspaper3k.\n\n## Features\n\n- Extract article title, text, author, and publication date\n- Robust error handling and URL validation\n- Structured data output\n- Built with FastMCP for easy integration\n\n## Installation\n\nInstall directly from PyPI:\n\n```bash\nuvx article-scraper-mcp\n```\n\n## Usage\n\nAdd to your MCP client configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"article-scraper\": {\n      \"command\": \"uvx\",\n      \"args\": [\"article-scraper-mcp\"]\n    }\n  }\n}\n```\n\n## API\n\n### `fetch_article(url: str) -\u003e dict[str, Any]`\n\nFetches and parses a news article from the given URL.\n\n**Parameters:**\n- `url`: The URL of the news article to fetch\n\n**Returns:**\nA dictionary containing:\n- `title`: Article title\n- `text`: Article content text\n- `author`: Author name(s) (may be None)\n- `date`: Publication date in ISO format (may be None)\n\n**Raises:**\n- `ValueError`: If URL is invalid or article cannot be parsed\n- `requests.RequestException`: If HTTP request fails\n\n## Requirements\n\n- Python 3.11+\n- newspaper3k\n- requests\n- loguru\n- mcp[cli]\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriiweb%2Farticle-scraper-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmitriiweb%2Farticle-scraper-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmitriiweb%2Farticle-scraper-mcp/lists"}