
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@alblancc/mcp-developers-platform
Advanced tools
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.
@alblancc/mcp-developers-platformTON 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.
claude mcp add ton-developer-platform -- npx -y @alblancc/mcp-developers-platform
~/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.
Same JSON shape, different config file path:
{
"mcpServers": {
"ton-developer-platform": {
"command": "npx",
"args": ["-y", "@alblancc/mcp-developers-platform"]
}
}
}
~/.cursor/mcp.json~/.config/cline/mcp_settings.jsonsettings.json under mcp.serversYour 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.
Node.js ≥ 18. No external dependencies.
MIT
FAQs
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.
We found that @alblancc/mcp-developers-platform demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.