Inseight - A SEI Blockchain MCP Server
Provides access to the SEI Blockchain for search and redirect functionality.
Connection Setup
Below you'll find the required URL and headers to authenticate your requests.
Authorization: Bearer ***
Connection URL
Use this URL to connect to the API service.
Authentication Token
Bearer token for authentication (without header prefix):
Claude Code Integration
Add this MCP server to Claude Code:
Available Methods
All methods available on this server:
- ens.resolveName - Resolves a human-readable name (e.g., vitalik.eth) to a checksummed address on the selected chain.
- ens.lookupAddress - Looks up the primary ENS name for a given address (reverse record) on the selected chain.
- simdune.getTokenInfo - Returns metadata for a specific token contract on a given chain (e.g. USDC on Sei).
Copied!
← Back to Overview