Subscription
FreeConnect MCP to Claude Code, Cursor, or Codex and use your existing subscription. No API key needed.
- Claude Code auto-detects .mcp.json
- Built-in /wallet, /send, /stake, /ibc, /deploy skills
- Works with Claude Pro/Max or Cursor Pro
This section is currently in development and may change.
MCP toolkit for the Sei blockchain — dual-stack EVM + Cosmos. Send transactions, stake, IBC, inspect on-chain data, deploy & verify contracts — from AI agents or the terminal.
api.seistream.app/mcpSubscription
FreeConnect MCP to Claude Code, Cursor, or Codex and use your existing subscription. No API key needed.
AI SDK
DevelopersBuild programmatic agents via Vercel AI SDK with Claude or OpenAI. Full control over agent behavior.
Claude Code auto-detects
.mcp.json and connects to Sei. Use built-in skills:
The AI agent sees only your wallet address and tool results — never the private key. Signing always happens locally before the transaction is broadcast.
AI Agent (Claude/
GPT/ local)
Key Principle
The private key never leaves your machine. MCP prepares unsigned transactions, signing happens locally, then the signed transaction is broadcast back through MCP.
Simple Mode
DefaultPrivate key stored in .env, protected by guard hooks that block the AI agent from reading it. Tests cover 29 attack vectors.
Secure Mode
Maximum securityPrivate key encrypted in keystore, decrypted only in a separate daemon process. The AI agent physically cannot access the key — it only receives the signed hash.
Docker Isolation
Supply chain protectionRun all npm installs and demos inside a container. Node modules are isolated — compromised packages can't reach your host filesystem or keys.
The Sei MCP server at https://api.seistream.app/mcp exposes 151 tools across both the EVM and Cosmos stacks.
prepare_native_transferprepare_erc20_transferprepare_contract_writebroadcast_signed_raw_transactionwait_for_transactionget_balanceget_token_balanceget_evm_account_by_addresslist_erc20_tokensread_evm_contractget_evm_contract_codeverify_evm_contract_standard_jsoncosmos_prepare_delegatelist_cosmos_validatorsget_cosmos_account_delegationsget_cosmos_account_rewardscosmos_prepare_sendcosmos_prepare_ibc_transfercosmos_broadcast_signed_txlist_cosmos_proposalsget_cosmos_proposal_by_idget_cosmos_account_votesget_pointer_mappingexplorer_searchget_chain_network