🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@alblancc/mcp-developers-platform

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alblancc/mcp-developers-platform

TON Developer Platform — Model Context Protocol (MCP) bridge. Run via `npx -y @alblancc/mcp-developers-platform` to authorize once via OAuth Device Flow and expose TON Developer Platform tools over stdio to any MCP-capable AI agent.

latest
npmnpm
Version
0.2.3
Version published
Maintainers
1
Created
Source

@alblancc/mcp-developers-platform

TON Developer Platform — Model Context Protocol (MCP) bridge for AI agents.

A small Node bridge that authorizes you to your TON developer account via browser, then exposes TON Developer Platform tools (project management, analytics, testnet faucet, docs search) over stdio to any MCP-capable AI agent.

Install

Claude Code

claude mcp add ton-developer-platform -- npx -y @alblancc/mcp-developers-platform

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) — or %APPDATA%\Claude\claude_desktop_config.json (Windows) / ~/.config/Claude/claude_desktop_config.json (Linux):

{
  "mcpServers": {
    "ton-developer-platform": {
      "command": "npx",
      "args": ["-y", "@alblancc/mcp-developers-platform"]
    }
  }
}

Fully quit and reopen Claude Desktop (cmd+Q, not just close window) to pick up the new server.

Cursor / Cline / VS Code

Same JSON shape, different config file path:

{
  "mcpServers": {
    "ton-developer-platform": {
      "command": "npx",
      "args": ["-y", "@alblancc/mcp-developers-platform"]
    }
  }
}
  • Cursor: ~/.cursor/mcp.json
  • Cline: ~/.config/cline/mcp_settings.json
  • VS Code (Anthropic MCP extension): user settings.json under mcp.servers

First run

Your AI agent will start the bridge automatically the first time it needs a TON tool. The bridge will print a verification URL and open your browser — sign in and approve. Subsequent runs reuse the cached token.

What you get

  • Public tools (no auth): documentation search, SDK package lookup, code snippets, jetton metadata
  • Authenticated tools (browser-approved): list projects, read project metrics, manage analytics keys, claim testnet TON, submit applications

Requirements

Node.js ≥ 18. No external dependencies.

License

MIT

Keywords

mcp

FAQs

Package last updated on 13 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts