Skip to main content
Glama
Danmwihoti

ows-mcp-wallet

by Danmwihoti

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ETH_ADDRESSYesEthereum wallet address for the agent treasury.
SOL_ADDRESSYesSolana wallet address for the agent treasury.

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_balanceA

Get wallet balance across all supported chains

send_transactionB

Send cryptocurrency to an address (subject to policy limits)

check_policyA

Check current spending limits and policy status

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: fetching balances, sending transactions, and checking policies. No overlap or ambiguity exists between them.

Naming Consistency5/5

All tools follow the same verb_noun snake_case pattern (get_balance, send_transaction, check_policy), making the naming fully consistent and predictable.

Tool Count5/5

With only 3 tools, the server is tightly scoped to basic wallet operations. Each tool handles a core function without redundancy.

Completeness4/5

The set covers balance queries, transactions, and policy checks, but lacks features like transaction history or address generation. These are minor gaps for a policy-limited wallet.

Maintenance

ActivityInactive
ResponsivenessNo issues