mcp server for Cursor
com.blockscout/mcp-server
MCP server for Blockscout
client:Cursor
transport:streamable-http
tools:16
Install mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://mcp.blockscout.com/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs
What Cursor can do once it is connected
- __unlock_blockchain_analysis__
- get_block_info
- get_block_number
- get_address_by_ens_name
- get_transactions_by_address
- get_token_transfers_by_address
- lookup_token_by_symbol
- get_contract_abi
- inspect_contract_code
- read_contract
- get_address_info
- get_tokens_by_address
- nft_tokens_by_address
- get_transaction_info
- get_chains_list
- direct_api_call