Skip to main content
Glama
Dineshv0311

Dev.to Blog Publisher MCP Server

by Dineshv0311

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEVTO_API_KEYYesYour Dev.to API key

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
publish_blog_to_devtoA
Publishes a blog post to dev.to.

Args:
    title (str): The title of the blog post.
    body_markdown (str): The content of the blog post in Markdown format.
    tags (Optional[List[str]]): A list of tags for the blog post (e.g., ["python", "webdev"]).
    published (bool): Set to True to publish immediately, False to save as a draft.
    series (Optional[str]): The name of the series this article belongs to.
    canonical_url (Optional[str]): The canonical URL of the article if it's cross-posted.
    cover_image (Optional[str]): URL of the cover image for the article.

Returns:
    str: A message indicating the success or failure of the publishing operation,
         including the article URL if successful.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusing it with others. The tool's purpose is clear from its name and description.

Naming Consistency5/5

The single tool uses a clear verb_noun pattern (publish_blog_to_devto), consistent with common MCP naming conventions, though there is no other tool to compare.

Tool Count3/5

Having exactly one tool for a blogging platform is very thin; a typical integration would need at least listing, updating, and deleting articles. This falls on the borderline of being too few.

Completeness2/5

The server only supports publishing posts; there are no operations for reading, updating, deleting, or listing existing articles. This is a significant gap that would prevent an agent from managing a blog lifecycle.

Maintenance

ActivitySlowing
ResponsivenessNo issues