AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Mcp Devto

mcp-extinctsion-mcp-devto · by extinctsion

mcp server to publish dev.to article automatically. In .NET 9

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add mcp-extinctsion-mcp-devto

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-extinctsion-mcp-devto)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Devto? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MCP - Dev.to

This project integrates with the Dev.to API to provide tools for interacting with articles, users, and other resources on the platform. It is built using .NET 9.0 and leverages the ModelContextProtocol framework for server-side tooling.

Features

  • Fetch latest and top articles from Dev.to.
  • Search articles by tag, username, or query.
  • Retrieve detailed information about articles and users.
  • Create and update articles on Dev.to.
  • Format responses for better readability.

Project Structure

  • mcp-devto: Main project containing the server and tool definitions.
  • Service: Contains the DevToService implementation for interacting with the Dev.to API.
  • Model: (Placeholder for shared models, if needed in the future).

Prerequisites

  • .NET 9.0 SDK
  • Visual Studio 2022 or any compatible IDE.
  • A valid Dev.to API key.

Setup

  1. Clone the repository:

``bash git clone cd mcp-devto ``

  1. Add your Dev.to API key to appsettings.json:

``json "DevTo": { "ApiKey": "your-api-key-here" } ``

  1. Restore dependencies:

``bash dotnet restore ``

  1. Run the project:

``bash dotnet run --project mcp-devto/mcp-devto.csproj ``

Usage

HTTP Endpoints

The project exposes HTTP endpoints for interacting with the Dev.to API. Use the mcp-devto.http file for testing the endpoints with tools like REST Client.

MCP Server Tools

The project also provides tools accessible via the ModelContextProtocol server. These tools include:

  • GetLatestArticles: Fetch the latest articles.
  • GetTopArticles: Fetch top articles.
  • GetArticlesByTag: Fetch articles by a specific tag.
  • GetArticleById: Fetch details of an article by its ID.
  • CreateArticle: Create a new article.

Docker Support

The project includes a Dockerfile for containerization. To build and run the container:

  1. Build the Docker image:

``bash docker build -t mcp-devto . ``

  1. Run the container:

``bash docker run -p 8080:8080 -p 8081:8081 mcp-devto ``

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the [MIT License](LICENSE).

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.