🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@mdtidy/mcp

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdtidy/mcp

Model Context Protocol server for Markdown Tidy (mdtidy.com) — tidy, convert, save, and share Markdown from any AI agent.

latest
Source
npmnpm
Version
1.1.13
Version published
Maintainers
1
Created
Source

@mdtidy/mcp

Model Context Protocol server for mdtidy.com — clean, convert, save, and share Markdown from any AI agent.

Use it

Create an API key at https://mdtidy.com/account/api-keys, then:

# Claude Code
claude mcp add mdtidy --env MDTIDY_API_KEY=mt_live_… -- npx -y @mdtidy/mcp
// Any stdio client (.mcp.json / client MCP config)
{
  "mcpServers": {
    "mdtidy": {
      "command": "npx",
      "args": ["-y", "@mdtidy/mcp"],
      "env": { "MDTIDY_API_KEY": "${MDTIDY_API_KEY}" }
    }
  }
}

Or point any client at the hosted https://mdtidy.com/mcp with Authorization: Bearer mt_live_….

Entry points

  • mdtidy-mcp (bin) — stdio server. Reads MDTIDY_API_KEY (and optional MDTIDY_BASE_URL).
  • @mdtidy/mcp/httpcreateMcpRouteHandler(), the stateless Streamable-HTTP handler the mdtidy /mcp route mounts.
  • @mdtidy/mcp — library exports (registerTools, REGISTRY, createMdtidyClient, …).

Full tool reference: https://github.com/mdtidy/mdtidy-agents/blob/main/docs/tools.md.

MIT.

Keywords

mcp

FAQs

Package last updated on 14 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts