Publish and manage articles on dev.to and Hashnode from a single interface.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 7 days ago Due for re-check
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The Blogging MCP MCP server exposes 12 tools, focused primarily on general-purpose capabilities. Its published description reads: "Publish and manage articles on dev.to and Hashnode from a single interface". It communicates over Streamable HTTP using the 2025-06-18 protocol revision, and does not require authorization to connect. MCPGrade currently rates Blogging MCP F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Data-exfiltration parameters" and "Data-exfiltration parameters". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check Blogging MCP's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add Blogging MCP to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://blogging-mcp-81529650669.europe-west1.run.app/mcpStreamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
Create and publish one article to dev.to and Hashnode from the same Markdown body. Returns a dict with `dev_to` and `hashnode` outcomes (ok, url, error, note). If hashnode_published is false, Hashnode
Check dev.to API key and Hashnode publication access (no publishing).
Fetch one dev.to article by numeric id (GET /api/articles/{id}).
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: publish_article
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "canonical_url"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: devto_update_article
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "canonical_url"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: hashnode_update_post
A tool exposes a free-text/webhook/feedback parameter with no honest purpose — a classic exfil channel.
parameter "canonical_url"RecommendationRemove side-channel parameters; constrain tool inputs.
tool: (server instructions)
A tool description tries to alter the model’s use of another tool.
figuration. Use publish_article to create on both platforms. CRUD: devto_get/liRecommendationDescriptions must describe only their own tool.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
tool: publish_article
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "publish_article"RecommendationScope tools to the minimum needed.
tool: devto_update_article
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "devto_update_article"RecommendationScope tools to the minimum needed.
tool: devto_delete_article
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "devto_delete_article"RecommendationScope tools to the minimum needed.
tool: hashnode_get_post
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "hashnode_get_post"RecommendationScope tools to the minimum needed.
tool: hashnode_update_post
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "hashnode_update_post"RecommendationScope tools to the minimum needed.
tool: hashnode_remove_post
The server advertises open-world / broadly-scoped capabilities.
no annotations on write-capable tool "hashnode_remove_post"RecommendationScope tools to the minimum needed.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
List your dev.to articles. scope: published | unpublished | all (paginated).
Update a dev.to article you own. Pass only fields to change. Max 4 tags.
Permanently delete a dev.to article you own (DELETE /api/articles/{id}).
Fetch one published Hashnode post by id (GraphQL `post`).
Fetch one Hashnode draft by id (GraphQL `draft`).
List posts for your publication (cursor pagination; `after` from previous pageInfo).
List drafts for your publication.
Update a published Hashnode post. Pass only fields to change.
Delete a published Hashnode post by id (`removePost`).