DelhiveryOne MCP auto-mints access tokens for AI tools
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"d1-mcp-mint","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# d1-mcp-mint **DelhiveryOne MCP Mint** — Connect your AI IDE (Kiro, Cursor, Claude Desktop) to DelhiveryOne APIs in 2 steps. No manual token management. ## How It Works This package runs as a local MCP server (stdio) that: 1. Takes your Auth `client_id` and `client_secret` 2. Auto-mints and caches access tokens (refreshes before expiry) 3. Proxies all MCP tool calls to the live D1 MCP Gateway with a fresh Bearer token You never touch tokens manually. They're minted, cached, and refreshed automatically. Get your ClientID and Secret from: ``` curl --location --request POST 'https://<your-auth-domain>/p/api/account/client' \ --header 'Authorization: Bearer <your-auth-token>' ``` ```mermaid flowchart TD A[AI IDE - Kiro Cursor Claude] -->|stdio| B[d1-mcp-mint local proxy] B -->|client_credentials grant| C[Auth] C -->|access_token| B B -->|Bearer token + headers| D[D1 MCP Gateway] D -->|tool results| B B -->|tool results| A ``` --- ## Repository Structure ``` d1-mcp-mint/ ├── src/ │ └── d1_mcp_mint/ │ ├── __init__.py # Package version │ ├── server.py # MCP stdio server + D1 gateway proxy │ └── token_manager.py # Auth token caching & auto-refresh ├── tests/ # Test suite ├── pyproject.toml # Package metadata & dependencies ├── README.md # This file └── uv.lock # Locked dependencies ``` --- ## Prerequisites | Requirement | How to get it | |-------------|---------------| | **Python 3.11+** | Bundled with `uv` | | **uv** (Python package runner) | See install instructions below | | **Auth credentials** | Provided by Delhivery (client_id + client_secret) | ### Install uv (one-time) ```bash # macOS (Homebrew) brew install uv # or via pip pip install uv # or via curl curl -LsSf https://astral.sh/uv/install.sh | sh ``` Verify it works: ```bash uvx --version ``` --- ## Setup (2 Steps) ### Step 1: Add MCP Config to Your…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.