MCP SNS Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SEED_PHRASE | Yes | Your seed phrase for authenticating with DAOs on the Internet Computer |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_proposalsC | List all proposals |
| list_votable_neuronsC | List all votable neurons |
| list_votable_neuronsC | List all votable neurons, e8s is decimals number of token 1_0000_0000 es8 meaning 1 token |
| get_system_parametersC | List all configuration parameters |
| walletB | get my wallet |
| vote_proposalC | vote on a proposal |
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 5 tools
Each tool targets a distinct function: system parameters, proposals, neurons, voting, and wallet. There is no overlap or ambiguity in their purposes.
Tool names mix get_, list_, and a bare noun (wallet). While most follow verb_noun, 'wallet' lacks a verb and 'vote_proposal' uses a verb_noun order that differs from the list prefix. Inconsistent pattern.
With 5 tools, the server covers core SNS governance actions without being excessive or sparse. Each tool serves a clear purpose.
Domain covers governance basics but lacks detail: no tool to get a single proposal's details, no neuron management beyond listing, and wallet is rudimentary. Missing update/delete or register operations.