We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/devonmojito/ton-blockchain-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
METADATA•2.22 kB
Metadata-Version: 2.1
Name: ton
Version: 0.26
Summary: Python client for The Open Network
Home-page: https://github.com/psylopunk/pytonlib
Author: psylopunk
Author-email: psylopunk@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: PyNaCl (>=1.5.0)
Requires-Dist: crc16 (>=0.1.1)
Requires-Dist: requests (>=2.27.1)
Requires-Dist: tonsdk (>=1.0.7)
# 🌐 Introduction
This library allows you to work with the [TON blockchain](https://ton.org) API from Python.
**Features**:
* Creating and importing wallet
* Getting wallets balance
* Getting transactions of any wallet
* Transfer coins
* Executing methods of smart-contracts
* Transfer NFT
[](https://badge.fury.io/py/ton)   [](https://ton.org)
### How to install:
```bash
pip install ton
```
If you have an _illegal instruction_ error then you need to build libtonlibjson by yourself:
```bash
git clone https://github.com/psylopunk/ton && cd ton
chmod +x build_tonlib.sh && ./build_tonlib.sh # docker is needed
```
#### Getting started
[Examples](https://github.com/psylopunk/pytonlib/tree/main/examples) will give a general look at the library. They describe almost all supported methods, but in addition, below you can see each method in detail. To make a custom request to `libtonlibjson`, check out list of available methods and execute it using `client.execute`
#### [More documentation here](developer-interface.md) <a href="#documentation" id="documentation"></a>
#### Troubleshooting
Found a bug? Or just improvments? -- Read more about this in [Troubleshooting](troubleshooting.md)
**Donate**
* BTC – 192gK2df3izkpaNgcMbfEDrLgoofyjjfeC
* TON – [EQCl1Ug9ZT9ZfGyFH9l4q-bqaUy6kyOzVPmrk7bivmVKJRRZ](ton://transfer/EQCl1Ug9ZT9ZfGyFH9l4q-bqaUy6kyOzVPmrk7bivmVKJRRZ)