Content Tools
boldify.net
Converts HTML or Markdown content to Unicode-formatted text, preserving styling like bold, italic, and lists.
ENDPOINT 1
https://api.boldify.net/mcp
MCP server metadata
- Name
- rmcp
- Version
- 2.2.0
Boldify MCP server: converts HTML/Markdown text to Unicode-formatted text. Read the syntax resources (boldify://syntaxes/markdown, boldify://syntaxes/html) before calling convert to avoid errors. Use the convert-markdown or convert-html prompts to see usage examples.
Known tools 1
convertConverts HTML or Markdown content to Unicode-formatted text (bold, italic, underline, strikethrough, highlight, lists, etc.).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.rmcp]
url = "https://api.boldify.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rmcp": {
"type": "http",
"url": "https://api.boldify.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rmcp
Remote MCP URL: https://api.boldify.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"rmcp": {
"url": "https://api.boldify.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rmcp": {
"type": "http",
"url": "https://api.boldify.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rmcp",
"transport": "streamable-http",
"url": "https://api.boldify.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for boldify.net was fetched 2026-07-26T00:48:50.752Z and is being refreshed.
boldify.net is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.