MCP.so
ログイン

D3vtools

@gigili

D3vtools について

Documentation repository for the https://d3v.tools MCP server

基本情報

カテゴリ

開発者ツール

ライセンス

MIT

トランスポート

stdio

公開者

gigili

投稿者

Igor Ilic

設定

以下の設定を使って、このサーバーを 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.

コメント

「開発者ツール」の他のコンテンツ