WorldLand Blockchain MCP SDK — DID, ERC-6551 TBA, x402 Payment, Trust Registry
Project description
worldland_mcp — WorldLand Blockchain MCP SDK
WorldLand 블록체인 상호작용을 위한 독립 MCP SDK.
설치
pip install worldland-mcp
# Ed25519 서명이 필요한 경우:
pip install worldland-mcp[crypto]
모듈
| 모듈 | 기능 |
|---|---|
worldland_mcp.did |
DID 생성·관리·온체인 조회 |
worldland_mcp.wallet |
ERC-6551 TBA 지갑 관리 |
worldland_mcp.x402 |
HTTP 402 자동 결제 |
worldland_mcp.trust |
ERC-8004 공인 에이전트 등록 |
사용 예시
from worldland_mcp import DIDManager, TBAManager
# DID 생성
mgr = DIDManager("cheolsu", agent_id=1)
print(mgr.did_string) # did:worldland:agent:cheolsu
# TBA 주소 계산
tba = TBAManager(
rpc_url="https://seoul.worldland.foundation",
registry_address="0xA13380DB55eBbb90d0dBC3355Add7f9814C12baD",
implementation_address="0x412fB3Fcfb0b67156a1Ea885422c691145F175E9",
nft_contract="0xa89AF1E0b96fa6635A3f4bccb37E6C4232dA7222",
)
addr = tba.compute_tba_address(agent_id=1)
라이센스
MIT © WorldLand Foundation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
worldland_mcp-1.0.0.tar.gz
(18.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file worldland_mcp-1.0.0.tar.gz.
File metadata
- Download URL: worldland_mcp-1.0.0.tar.gz
- Upload date:
- Size: 18.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
883f979ad44404efb1dc45fe79158d7a4e7feeceeb413ce4bc18232950e97f68
|
|
| MD5 |
70683ca06d34061137d0805005b301a0
|
|
| BLAKE2b-256 |
484b7531a765094fded9a7b8dafe903b2a4f17e3bd257fd1429a398e542380c2
|
File details
Details for the file worldland_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: worldland_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 26.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2614db5efe44f86eb35e79e47c06677e8def7a4e3d931088f2c0db48ebfef39c
|
|
| MD5 |
193b49e3740c5a3e289d162e43136411
|
|
| BLAKE2b-256 |
f4e589d6205216c5cccac4d662f612eb2324f5d0cd9761aeae5386ae127a5304
|