← Registry

Developer Tools

didit.me

Search and query Didit Documentation and API references.

2 endpoints2 known toolsFirst detected May 22, 2026Last detected September 6, 2026

ENDPOINT 1

https://docs.didit.me/mcp

No auth detected

Known tools 2

search_didit_documentation

Search across the Didit Documentation knowledge base to find relevant information, code examples, API references, and guides.

Inferred read-only
query_docs_filesystem_didit_documentation

Run a read-only shell-like query against a virtualized, in-memory filesystem rooted at `/` that contains ONLY the Didit Documentation documentation pages and OpenAPI specs.

Potential side effects

CONNECT 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.didit-me]
url = "https://docs.didit.me/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "didit-me": {
      "type": "http",
      "url": "https://docs.didit.me/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: didit-me
Remote MCP URL: https://docs.didit.me/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": {
    "didit-me": {
      "url": "https://docs.didit.me/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "didit-me": {
      "type": "http",
      "url": "https://docs.didit.me/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "didit-me",
  "transport": "streamable-http",
  "url": "https://docs.didit.me/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.didit.me/mcp

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT 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.didit-me]
url = "https://mcp.didit.me/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "didit-me": {
      "type": "http",
      "url": "https://mcp.didit.me/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: didit-me
Remote MCP URL: https://mcp.didit.me/mcp

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "didit-me": {
      "url": "https://mcp.didit.me/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "didit-me": {
      "type": "http",
      "url": "https://mcp.didit.me/mcp",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "didit-me bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "didit-me",
  "transport": "streamable-http",
  "url": "https://mcp.didit.me/mcp",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

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 didit.me was fetched 2026-07-26T00:59:23.577Z and is being refreshed.

Trust status RestrictedContent

didit.me is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.