D3vtools
@gigili
About D3vtools
Documentation repository for the https://d3v.tools MCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"d3vtools": {
"url": "https://d3v.tools/mcp/tools",
"transport": "streamable-http"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is D3vtools?
D3vtools is a Model Context Protocol (MCP) server that provides AI agents with access to over 100 developer utilities—encoders, decoders, color converters, cryptographic tools, formatters, and more. It is built for AI coding assistants that need to transform data, inspect formats, or convert between units during development.
How to use D3vtools?
The server runs at https://d3v.tools/mcp/tools with streamable-http transport and no authentication. Clients like Claude Desktop, OpenCode, or Cursor are configured by adding the URL and transport to their MCP server settings. The server exposes three tools—list_tools_catalog, get_tool_details, and execute_tool—that are meant to be chained: discover available tools, inspect a tool’s API contract, then execute it.
Key features of D3vtools
- 100+ developer utilities across 10 categories
- Three‑step discover–inspect–execute tool pipeline
- Open remote access: no authentication required
- Streamable HTTP transport for real‑time interaction
- Automatic client discovery via
.well-known/mcp.json - All processing is server‑side or client‑side; no external API calls
Use cases of D3vtools
- Encode or decode data (Base64, URL, JWT, QR code) during development
- Convert colors between HEX, RGB, HSL, and look up color names
- Generate UUIDs, hashes, HMACs, and passwords
- Format or minify JSON, XML, CSS, and SQL
- Convert units: temperature, length, weight, currency
FAQ from D3vtools
What runtime or dependencies are required?
No local runtime is needed. The server is accessed remotely via HTTP; only an MCP‑compatible client is required.
Is authentication required to use the server?
No authentication is required. The server is open to anonymous requests.
How many tools does the server expose?
It exposes three tools—list_tools_catalog, get_tool_details, and execute_tool—that collectively provide access to over 100 individual utilities.
What are the rate limits?
Anonymous users are limited to 10 requests per minute, registered free users to 30, and premium users to 1,000+ requests per minute.
Where does the data processing happen?
All processing happens on the server (Laravel + PHP) or client‑side (in‑browser JavaScript). No external API calls are made.
Frequently asked questions
What runtime or dependencies are required?
No local runtime is needed. The server is accessed remotely via HTTP; only an MCP‑compatible client is required.
Is authentication required to use the server?
No authentication is required. The server is open to anonymous requests.
How many tools does the server expose?
It exposes three tools—`list_tools_catalog`, `get_tool_details`, and `execute_tool`—that collectively provide access to over 100 individual utilities.
What are the rate limits?
Anonymous users are limited to 10 requests per minute, registered free users to 30, and premium users to 1,000+ requests per minute.
Where does the data processing happen?
All processing happens on the server (Laravel + PHP) or client‑side (in‑browser JavaScript). No external API calls are made.
Basic information
More Developer Tools MCP servers

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Comments