PFT Chatbot MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BOT_SEED | No | Wallet family seed or hex seed | |
| BOT_SEED_FILE | No | Path to file containing the seed (alternative to BOT_SEED) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_walletA | Generate a new PFTL wallet locally. Returns the wallet address and seed. IMPORTANT: the wallet must receive a deposit of at least 10 PFT to be activated on-chain. Save the seed securely -- it is the only way to access the wallet. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
With only one tool available, there is no risk of confusing it with others. The tool's purpose is clearly described, ensuring agents can select it correctly.
The tool name 'create_wallet' follows a consistent verb_noun pattern, and since it is the only tool, naming consistency is inherently maintained.
A single tool for a chatbot MCP is too few; the apparent scope would include additional wallet operations such as balance checks or transfers, making the server feel underdeveloped.
The server covers only wallet creation, missing essential operations like checking balance, sending PFT, or activating the wallet, which are necessary for a complete wallet management surface.