
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.
@ton/mcp-developer-portal
Advanced tools
TON Developer Portal — Model Context Protocol (MCP) bridge. Run via `npx -y @ton/mcp-developer-portal` to authorize once via OAuth Device Flow and expose TON Developer Portal tools over stdio to any MCP-capable AI agent.
@ton/mcp-developer-portalTON Developer Portal — 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 Portal tools (project management, analytics, testnet faucet, docs search) over stdio to any MCP-capable AI agent.
claude mcp add ton-developer-portal -- npx -y @ton/mcp-developer-portal
~/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-portal": {
"command": "npx",
"args": ["-y", "@ton/mcp-developer-portal"]
}
}
}
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-portal": {
"command": "npx",
"args": ["-y", "@ton/mcp-developer-portal"]
}
}
}
~/.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.
Override defaults via environment variables in your MCP client config:
TON_MCP_URL — MCP HTTP endpoint (default https://builders-mcp.ton.org/)TON_OAUTH_ISSUER — OAuth issuer base URL (default https://builders-backend.ton.org)TON_OAUTH_CLIENT_ID — OAuth client id (default ton-developer-portal)TON_TOKEN_FILE_PATH — token cache path (default ~/.config/ton-developer-portal/tokens.json)TON_MCP_NO_BROWSER — set to any value to suppress auto-opening the browser (URL still printed on stderr)Node.js ≥ 20. No external dependencies.
MIT
FAQs
TON Developer Portal — Model Context Protocol (MCP) bridge. Run via `npx -y @ton/mcp-developer-portal` to authorize once via OAuth Device Flow and expose TON Developer Portal tools over stdio to any MCP-capable AI agent.
We found that @ton/mcp-developer-portal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.