Agent Plugins Marketplace
All plugins

tonapi

v2.2.0

Claude Code plugin for TON API — REST API, Streaming, and Webhooks for TON blockchain.

Claude Code1 Skill

By nessshonLicense: MIT187 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Jul 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install tonapi for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install tonapi@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/nessshon/tonapi

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

tonapi/
├── .claude-plugin/plugin.json
└── skills/tonapi/SKILL.md

Included Skills1

tonapiskills/tonapi/SKILL.md

Work with TON blockchain via the tonapi Python SDK — query accounts, transactions, jettons, NFTs, staking, DNS, emulate messages, subscribe to real-time events, and manage webhooks. Use this skill whenever the user mentions TONAPI, tonapi.io, TON blockchain data, wallet balance, jetton transfers, NFT collections, or wants to interact with TON via TONAPI. Also use when the user works with code that imports from pytonapi.rest, pytonapi.streaming, pytonapi.webhook, or pytonapi.types, or asks about TONAPI endpoints, even if they don't explicitly mention "pytonapi".

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "tonapi",
  "version": "2.2.0",
  "description": "Claude Code plugin for TON API — REST API, Streaming, and Webhooks for TON blockchain.",
  "author": {
    "name": "nessshon"
  },
  "homepage": "https://tonapi.ness.uz/",
  "repository": "https://github.com/nessshon/tonapi/",
  "skills": "./skills/",
  "license": "MIT",
  "keywords": [
    "TON",
    "blockchain",
    "tonapi",
    "SDK"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[tonapi on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tonapi)