Starknet MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| get_starknet_chain_infoC | Get information about a Starknet network |
| get_supported_starknet_networksA | Get a list of supported Starknet networks |
| get_starknet_eth_balanceB | Get the ETH balance for a Starknet address or Starknet ID |
| get_starknet_token_balanceC | Get the token balance for a Starknet address or Starknet ID |
| get_starknet_strk_balanceB | Get the STRK token balance for a Starknet address or Starknet ID |
| get_starknet_native_balancesA | Get all native token balances (ETH and STRK) for a Starknet address or Starknet ID |
| resolve_starknet_nameC | Get the Starknet ID for an address |
| resolve_starknet_addressB | Get the address for a Starknet ID |
| get_starknet_profileB | Get the full Starknet ID profile for an address or Starknet ID |
| validate_starknet_domainB | Check if a string is a valid Starknet ID |
| get_starknet_blockC | Get information about a specific block |
| get_starknet_block_transactionsC | Get transactions in a specific block |
| get_starknet_transactionC | Get details about a transaction |
| get_starknet_transaction_receiptC | Get transaction receipt |
| call_starknet_contractB | Call a read-only function on a contract |
| get_starknet_contract_classB | Get the class (ABI and other information) of a contract |
| get_starknet_token_infoC | Get information about a token |
| check_starknet_nft_ownershipA | Check if an address owns a specific NFT |
| get_starknet_nft_balanceA | Get the number of NFTs owned by an address for a specific collection |
| get_starknet_token_supplyB | Get the total supply of a token |
| check_starknet_transaction_statusC | Check if a transaction is confirmed (finalized) |
| transfer_starknet_ethB | Transfer ETH from one account to another |
| transfer_starknet_strkC | Transfer STRK from one account to another |
| transfer_starknet_tokenB | Transfer ERC20 tokens from one account to another |
| execute_starknet_contractB | Execute a contract call (write operation) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| explore_starknet_block | Explore information about a specific Starknet block |
| explore_starknet_address | Get information about a Starknet address |
| explore_starknet_transaction | Get information about a Starknet transaction |
| lookup_starknet_id | Look up a Starknet ID or resolve an address to a Starknet ID |
| explore_starknet_id_profile | Explore a full Starknet ID profile |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 25 tools
Each tool has a clearly distinct purpose, targeting specific operations such as balance queries for different tokens (ETH, STRK, native, generic), NFT checks (ownership vs balance), transfers, and contract interactions. No two tools are ambiguous.
All tool names follow a consistent 'verb_starknet_noun' pattern using snake_case (e.g., get_starknet_eth_balance, transfer_starknet_token). The verbs are appropriate and consistent across the set.
25 tools is on the higher side but justifiable for a comprehensive Starknet server covering blocks, transactions, contracts, tokens, NFTs, IDs, and transfers. Each tool serves a specific function without redundancy.
The tool set covers major Starknet operations: reading/writing contracts, querying balances, transfers, block/transaction info, NFT ownership, and domain resolution. Minor gaps like event querying or contract deployment exist, but core workflows are covered.