Seitrace/seitrace-mcp
The essential MCP (Model Context Protocol) server for the Sei blockchain.
Platform-specific configuration:
{
"mcpServers": {
"seitrace-mcp": {
"command": "npx",
"args": [
"-y",
"seitrace-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
</img>
The essential MCP (Model Context Protocol) server for the Sei blockchain.
Five tools that form the resource-based interface (use in order 1โ2โ3โ4):
list_resources โ list available resources (start here)list_resource_actions โ list actions for a resourceget_resource_action_schema โ REQUIRED get the JSON Schema for an action before invokinginvoke_resource_action โ invoke an action with payload matching the schemaget_resource_action_snippet โ (optional) generate a code snippet to perform a resource action in the specified languageSupported resources
General
general_faucet - enable requesting faucet for developersgeneral_rpc_lcd - enable general rpc/lcd inquiries for the agents, and execute the rpc/lcd requests based on the demandsgeneral_associations โ query hybrid associations (EOA/assets/txs) across EVM and native Sei. Returns simplified pointer/pointee fields when applicable.Insights
insights_address โ Query address data: details, transactions, token transfers.insights_erc20 โ Query ERC-20 tokens: info, balances, transfers, holders.insights_cw20 โ Query CW20 tokens: info, balances, transfers, holders.insights_native โ Query native tokens: info, transfers, balances, holders.insights_ics20 โ Query ICS20 tokens: info, transfers, balances, holders.insights_erc721 โ Query ERC-721 tokens: info, holders, instances, balances, transfers.insights_erc1155 โ Query ERC-1155 tokens: info, holders, instances, balances, transfers.insights_cw721 โ Query CW721 tokens: info, instances, balances, holders, transfers.insights_smart_contract โ Query smart contract details.insights_assets โ Search official assets by name/symbol/identifier and get asset details by identifier. Uses Sei gateway endpoints; search is performed offline over the fetched assets lisLoading reviews...