SSIG MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SSIG_HOST | No | Bind address for the UI/API. Default is '127.0.0.1'. LAN mode accepts '0.0.0.0' or a private IPv4 address. | 127.0.0.1 |
| SSIG_PORT | No | UI/API port. Use '0' to choose a free port. Default is '3721'. | 3721 |
| SSIG_WEB_DIR | No | Override the static browser build location. Default is bundled 'dist/web'. | dist/web |
| SSIG_DATA_DIR | No | Persistent request-state directory. Default is '~/.ssig'. | ~/.ssig |
| SSIG_ALLOW_LAN | No | Required explicit opt-in for non-loopback binding. Set to 'true' to allow LAN access. | false |
| SSIG_PUBLIC_HOST | No | Exact RFC1918 address advertised and allowed in LAN mode. | |
| SSIG_EVM_RPC_URLS | No | JSON map of chain IDs to EVM RPC URLs for eth_call/eth_estimateGas fallback simulation. Example: '{"1":"https://ethereum.example/rpc"}' | |
| SSIG_REQUEST_LIMIT | No | Maximum retained requests; pending requests are never pruned. Default is '1000'. | 1000 |
| SSIG_SUI_GRPC_URLS | No | JSON map of Sui chain identifiers to gRPC endpoints for simulateTransaction. Example: '{"sui:mainnet":"https://fullnode.mainnet.sui.io:443"}' | |
| SSIG_SOLANA_RPC_URLS | No | JSON map of Solana chain identifiers to RPC URLs for simulateTransaction. Example: '{"solana:mainnet":"https://solana.example/rpc"}' | |
| SSIG_TENDERLY_ACCOUNT | No | Tenderly account name for EVM simulation. Must be used with SSIG_TENDERLY_PROJECT and SSIG_TENDERLY_ACCESS_KEY. | |
| SSIG_TENDERLY_PROJECT | No | Tenderly project name for EVM simulation. | |
| SSIG_REQUIRE_SIMULATION | No | When 'true', refuse requests when simulation is unavailable or errors. Default is 'false'. | false |
| SSIG_TENDERLY_ACCESS_KEY | No | Tenderly access key for EVM simulation. | |
| SSIG_BLOCK_FAILED_SIMULATION | No | When 'true', refuse to sign if simulation executes and reports failure. Default is 'true'. | true |
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 |
|---|---|
| request_evm_transactionA | Simulate and queue an EVM transaction for explicit browser-wallet approval. Never claims that a transaction is signed before the user approves it. asciiExplanation is mandatory, ASCII-only, and must explain amounts, destination, outcome, and risk. |
| request_solana_transactionA | Simulate and queue a serialized Solana transaction for explicit approval with a Wallet Standard browser extension. asciiExplanation is mandatory, ASCII-only, and must explain instructions, assets, destination, outcome, and risk. |
| request_sui_transactionA | Simulate and queue serialized Sui TransactionData for explicit approval with a Sui Wallet Standard extension. asciiExplanation is mandatory, ASCII-only, and must explain commands, objects/assets, destination, outcome, and risk. |
| get_transaction_requestA | Read the latest status and wallet result for one transaction request. |
| list_transaction_requestsA | List recent approval requests. Serialized transaction payloads are omitted. |
| cancel_transaction_requestA | Cancel a still-pending browser approval request. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrq1911/ssig-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server