D3vtools
@gigili
关于 D3vtools
Documentation repository for the https://d3v.tools MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"d3vtools": {
"url": "https://d3v.tools/mcp/tools",
"transport": "streamable-http"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
开发工具 分类下的更多 MCP 服务器
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Grafana MCP server
grafanaMCP server for Grafana
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论