Skip to main content
Glama
dmitriiweb

article-scraper-mcp

by dmitriiweb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fetch_articleA

Fetch a news article by URL and return structured data.

Args:
    url: The URL of the news article.

Returns:
    A dict with keys: title, text, author, date.
    
Raises:
    ValueError: If URL is invalid or article cannot be parsed.
    requests.RequestException: If HTTP request fails.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The purpose is singular and clear.

Naming Consistency5/5

With only one tool, naming consistency is not an issue. The name 'fetch_article' follows a clear verb_noun pattern.

Tool Count3/5

One tool is minimal for a server named 'article-scraper-mcp', which might imply more features like batch fetching or source listing. However, the tool is functional and well-defined, so it is borderline acceptable.

Completeness4/5

The single tool covers the core operation of fetching a structured article from a URL. Minor gaps exist, such as lack of support for multiple articles or error handling variations, but the basic use case is fully addressed.

Maintenance

ActivityInactive
ResponsivenessUnresponsive